GET /API/AsyncApi/GetStatus?RequestId={RequestId}
要求IDに対応する非同期APIの実行ステータスを取得します。
Request Information
URI Parameters
GET API/AsyncApi/GetStatus?RequestId={RequestId} Url
Name | Description | Type | Additional information |
---|---|---|---|
RequestId | 要求ID |
String |
None. |
Body Parameters
None.
Response Information
Resource Description
GET API/AsyncApi/GetStatus?RequestId={RequestId} Response
Name | Description | Type | Additional information |
---|---|---|---|
RequestId | 要求ID |
String, Null |
None. |
Status | 実行状態 (Request, Start, End, Error) |
String, Null |
None. |
RequestDate | 要求開始日 |
String, Null |
Format : date-time |
EndDate | 終了日 |
String, Null |
Format : date-time |