Show Item
GET {{baseUrl}}/api/v2/dynamic_content/items/:dynamic_content_item_id
Allowed For
- Admins, Agents
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"item":{"created_at":"2015-05-13T22:33:12Z","default_locale_id":1,"id":47,"name":"Snowboard Problem","outdated":false,"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":"Voici mon contenu dynamique en français","created_at":"2015-05-13T22:33:12Z","default":true,"id":47,"locale_id":16,"outdated":false,"updated_at":"2015-05-13T22:33:12Z","url":"https://company.zendesk.com/api/v2/dynamic_content/items/47/variants/47.json"},{"active":true,"content":"Este es mi contenido dinámico en español","created_at":"2015-05-13T22:33:12Z","default":false,"id":48,"locale_id":2,"outdated":false,"updated_at":"2015-05-13T22:33:12Z","url":"https://company.zendesk.com/api/v2/dynamic_content/items/47/variants/48.json"}]}}