After an API request is issued, a response is returned based on the API processing method, the API processing type, and the result.
The following table shows the response output formats when the processing of the request is successful.
API processing method |
API processing type |
Status code of the result |
Output format |
---|---|---|---|
Synchronous processing |
GET (getting a single object) |
200 |
See the description in the response message for each API function. |
GET (getting multiple objects) |
200 |
Data object |
|
Other than the preceding |
200 |
See the description in the response message for each API function. |
|
Asynchronous processing |
All |
202 |
commandStatus object |
If the processing of the request fails, an error object is returned as a response.