GET call to retrieve a JSON report for the specified import ID requested. The report will include details such as the delete count, errors encountered, and the keys of the objects which generated the errors.
Fields:
apiKey | Required: Secret Code used to authenticate the call and identify the OEM. For more information on generating your secret API Key, please refer to Appendix A, API Key generation. |
importID | Required: The GUID import ID which was returned from the api/Process API call. |
Sample URL:
200 | If successful, the call will return a JSON object with full report details of the process corresponding to the provided import ID. See Appendix A, Sample Report JSON object (/api/Report) for a sample JSON object returned. |
401 | Unauthorized. This means the apiKey used does not have access to make these calls. |
500 | Unexpected error. |