After an API request is issued, a response is returned based on the API
processing method, the API processing type, and the execution 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 execution 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 |
If the processing of the request fails, an error object is returned as a response.