DataManager RT

  1. Home
  2. Docs
  3. DataManager RT
  4. XML Integration Guide
  5. Report(GET)

Report(GET)

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:

https://xmlimport.datamanager.arinet.com/api/Report?importId=efe01391-f52c-45e9-92e0-952d4d71e573&apiKey=992dc0e2-b8b0-4f9e-a4cd-19eb9fc19fa8

 

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.

 

 

 

Print this article
Was this article helpful to you? Yes No

How can we help?