GET /service/{service_id}/dictionary/{dictionary_id}/items
List of DictionaryItems given service and dictionary ID.
Authorization: API token with at least Engineer permissions.
Servers
- https://api.fastly.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
dictionary_id |
String | Yes | |
service_id |
String | Yes |
Request headers
Name | Type | Required | Description |
---|---|---|---|
host |
String | No |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page |
String | No |
Current page. |
direction |
String | No |
Direction in which to sort results. |
per_page |
String | No |
Number of records per page. |
sort |
String | No |
Field on which to sort. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.