API Reference

List Deliverable Change Requests

This endpoint returns a list of all deliverable change requests for a specific job, scoped by the required job_id parameter.

Response Example

{
  "results": [{
    "id": 164541,
    "job_id": 963123,
    "user_id": 867456,
    "new_deliverable_id": 3,
    "old_deliverable_id": 2,
    "changed_at": null,
    "created_at": "2018-03-14T20:29:54.366Z",
    "updated_at": "2018-03-14T20:29:54.537Z",
    "state": "complete"
  }]
}

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!