Create Resource Collection
POST {{baseUrl}}/api/v2/resource_collections
Creates a resource collection from a provided payload
object. The payload
object is specified the same way as the content of a requirements.json file in a Zendesk app. See Specifying Apps Requirements in the Zendesk Apps framework docs.
The response includes a job status for creation of the specified resources.
Allowed for
- Admins
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"job_status":{"id":"0a3e49b038c40133d7380242ac110031","message":null,"progress":null,"results":null,"status":"queued","total":null,"url":"https://company.zendesk.com/api/v2/job_statuses/0a3e49b038c40133d7380242ac110031.json"}}