Read data for a specific job

Retrieves a specific change request associated with your account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Response

{
  "data": {
    "id": "85626fc0-e140-44d9-aa04-e51f8ed7a56e",
    "type": "change_request",
    "attributes": {
      "id": "85626fc0-e140-44d9-aa04-e51f8ed7a56e",
      "kind": "create",
      "model_class": "Candidate",
      "state": "awaiting_processing",
      "values": {}
    }
  }
}
Path Params
string
required

The ID associated with a particular change request. Each change request ID is assigned by NewCraft. You can find relevant change request IDs by retrieving all change requests in your account and taking note of the IDs associated with the relevant change requests.

Response

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json