Skip to main content
GET
モニターチェックを取得

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

monitorId
string<uuid>
必須

モニターID

checkId
string<uuid>
必須

モニターチェックID

クエリパラメータ

limit
integer
デフォルト:25
必須範囲: 1 <= x <= 100
skip
integer
デフォルト:0

スキップするページ結果数。Paginationには前回のレスポンスの next URL を使用してください。

必須範囲: x >= 0
status
enum<string>
利用可能なオプション:
same,
new,
changed,
removed,
error

レスポンス

モニターチェックの詳細

data
object
next
string | null

存在する場合、モニター チェックのページ結果の次ページを取得するための URL。

success
boolean