ResourceJobHistoryRecords
URL/api/v2/job_history_records
Supported Standard Operations
  • View (one)
  • View (all)

Attributes

See job_history_records for definitions of attributes.

Sample Record

{  
  "job_id": 1492,  
  "person_id": 25,
  "external_identity_id": null,
  "record_key": "100",
  "comment": "Processed updated record",
  "status": "OK"
}

Supported Filters

(warning) Viewing all job history records without an additional filter is not supported.

View (all)

Additional filters:

  • job_id

Example: Obtain Job History Records for the specified Job

GET /registry/api/v2/job_history_records?job_id=1492

Implementation Notes

  • Once created, job history records are read only.
  • No labels