Incremental Export
Incremental Organization Export
Allowed For
- Admins
Sideloading
See Organizations sideloads.
get/api/v2/incremental/organizations
Response
Success response
Example response
{
"count": 1,
"end_of_stream": true,
"end_time": 1601357503,
"next_page": "https://example.zendesk.com/api/v2/incremental/ticket_events.json?start_time=1601357503",
"organizations": [
{
"created_at": "2018-11-14T00:14:52Z",
"details": "caterpillar =)",
"domain_names": [
"remain.com"
],
"external_id": "ABC198",
"group_id": 1835962,
"id": 4112492,
"name": "Groablet Enterprises",
"notes": "donkey",
"organization_fields": {
"datepudding": "2018-11-04T00:00:00+00:00",
"org_field_1": "happy happy",
"org_field_2": "teapot_kettle"
},
"shared_comments": false,
"shared_tickets": false,
"tags": [
"smiley",
"teapot_kettle"
],
"updated_at": "2018-11-14T00:54:22Z",
"url": "https://example.zendesk.com/api/v2/organizations/4112492.json"
}
]
}