List Items

GET {{baseUrl}}/api/v2/dynamic_content/items

Returns a list of all dynamic content items for your account if accessed as an admin or agents who have permission to manage dynamic content.

Allowed For

  • Admins, Agents

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"items":[{"created_at":"2015-05-13T22:33:12Z","default_locale_id":1,"id":47,"name":"Snowboard Problem","outdated":true,"placeholder":"{{dc.snowboard_problem}}","updated_at":"2015-05-13T22:33:12Z","url":"https://company.zendesk.com/api/v2/dynamic_content/items/47.json","variants":[{"active":true,"content":"C'est mon contenu dynamique en français","created_at":"2015-05-13T22:33:12Z","default":true,"id":47,"locale_id":1,"outdated":false,"updated_at":"2015-05-13T22:33:12Z","url":"https://company.zendesk.com/api/v2/dynamic_content/items/47/variants/47.json"}]}]}