Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. Enterprise Java Bean Business Entity Service Calls
  4. Representational State Transfer Business Entity Service Calls
  5. Simple Object Access Protocol Business Entity Service Calls
  6. Services for Cross-reference Records and BVT Calculations
  7. Supporting Corporate Linkage Service
  8. External Calls to Cleanse, Analyze, and Transform Data
  9. Appendix A: Using REST APIs to Add Records
  10. Appendix B: Using REST APIs to Upload Files
  11. Appendix C: Using REST APIs to Manage Reports

Sample API Response

Sample API Response

The following sample response returns the list of existing job groups and the status:
HTTP/1.1 200 OK Server: JBoss-EAP/7 Content-Disposition: inline;filename=f.txt X-Powered-By: Undertow/1 Content-Type: application/json;charset=UTF-8 Content-Length: 1551 { "jobGroupControlId" : "SVR1.1G7UY", "jobGroup" : { "type" : "IMPORT", "name" : "BE_Import_RH_LE_PersonView[1]_16f9ffd55b5" }, "startDate" : "2020-01-13T13:06:26.649-05:00", "endDate" : "2020-01-13T13:06:40.842-05:00", "status" : "COMPLETED_WITH_ERRORS", "statusMessage" : "Completed with errors/warnings", "errorMessages" : [ "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings" ], "jobItems" : [ { "startDate" : "2020-01-13T13:06:36.150-05:00", "endDate" : "2020-01-13T13:06:40.808-05:00", "status" : "COMPLETED_WITH_ERRORS", "owningTable" : "PersonView", "errorMessages" : [ "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings", "Completed with errors/warnings" ], "progress" : 100, "metrics" : { "200" : 6, "300" : 5, "201" : 5, "301" : 4, "202" : 1, "302" : 1 } } ], "parameters" : { "mappingId" : "SVR1.1G7UX", "fileName" : "my.pdf", "systemName" : "Admin", "fileId" : "DB_SVR1.1G7UW" }, "metricLabels" : { "200" : "Total lines in file", "201" : "Converted lines", "300" : "Total records", "202" : "Rejected lines", "301" : "Loaded records", "302" : "Rejected records" }, "progress" : 100 }

0 COMMENTS

We’d like to hear from you!