Show examples in:
Javascript HTTP

Content Management API > Job result

Job result

Some API endpoint give results asynchronously, returning the ID of a job.

Object payload

id string

ID of job result

Example: "34"
type string

Must be exactly "job_result".

attributes.status integer

Status of delayed HTTP response

Example: 200
attributes.payload null, object

JSON API response of the HTTP request

Example: { data: { id: 999, type: "item_type", attributes: { some: "attributes" } } }

Available endpoints