Show Many Items
GET {{baseUrl}}/api/v2/dynamic_content/items/show_many?identifiers=<string>
Stability
- Development
Allowed For
- Admins, Agents
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
identifiers | string | Identifiers for the dynamic contents |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"}]}]}