Logo
Fastly Developer Hub API Documentation

List items in an edge dictionary

GET {{fastly_url}}/service/{{service_id}}/dictionary/{{dictionary_id}}/items?direction&page&per_page&sort

List of DictionaryItems given service and dictionary ID.

Authorization: API token with at least Engineer permissions.

 

Body PARAM

Key Datatype Required Description 
direction
null Direction in which to sort results.
page
null Current page.
per_page
null Number of records per page.
sort
null Field on which to sort.



HEADERS

Key Datatype Required Description 
Host
string
Accept
string




RESPONSES

Curl
curl -X GET 'https://api.fastly.com/service//dictionary//items?direction&page&per_page&sort?direction=&page=&per_page=&sort=' -H 'Host: api.fastly.com' -H 'Accept: application/json'

ENDPOINTS