Agility CMS integration (Developer Tools, Productivity). Imported from open-connector.
https://api.aglty.io/{guid}/{apiType}/contentmodels
| Param | Type | Required | Description |
|---|---|---|---|
| guid | string | required | The Agility CMS instance GUID from the API Keys section. |
| apiType | string | required | The Agility Content Fetch API type to query. |
| lastModifiedDate | string | optional | Only return model updates after this last modified date and time. |
/{guid}/{apiType}/{locale}/list/{referenceName}
| Param | Type | Required | Description |
|---|---|---|---|
| guid | string | required | The Agility CMS instance GUID from the API Keys section. |
| apiType | string | required | The Agility Content Fetch API type to query. |
| locale | string | required | The locale code to retrieve content for. |
| referenceName | string | required | The unique reference name of the content list to retrieve in the current locale. |
| contentLinkDepth | integer | optional | The maximum level to expand linked content. |
| expandAllContentLinks | boolean | optional | Whether to expand entire linked content references, including lists and grid-li… |
| fields | string | optional | A comma-separated list of fields to return. |
| take | integer | optional | The maximum number of items to retrieve. Agility CMS allows up to 250. |
| skip | integer | optional | The number of items to skip for pagination. |
| filter | string | optional | The Agility CMS list filter expression to apply. |
| sort | string | optional | The field path to sort results by, such as fields.title or properties.created. |
| direction | string | optional | The direction to sort list results by. |
/{guid}/{apiType}/{locale}/item/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| guid | string | required | The Agility CMS instance GUID from the API Keys section. |
| apiType | string | required | The Agility Content Fetch API type to query. |
| locale | string | required | The locale code to retrieve content for. |
| id | integer | required | The Agility CMS content ID of the requested item. |
| contentLinkDepth | integer | optional | The maximum level to expand linked content. |
| expandAllContentLinks | boolean | optional | Whether to expand entire linked content references, including lists and grid-li… |
/{guid}/{apiType}/{locale}/page/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| guid | string | required | The Agility CMS instance GUID from the API Keys section. |
| apiType | string | required | The Agility Content Fetch API type to query. |
| locale | string | required | The locale code to retrieve content for. |
| id | integer | required | The unique Agility CMS page ID to retrieve. |
| contentLinkDepth | integer | optional | The maximum level to expand linked content. |
| expandAllContentLinks | boolean | optional | Whether to expand entire linked content references, including lists and grid-li… |
/{guid}/{apiType}/{locale}/sitemap/flat/{channelName}
| Param | Type | Required | Description |
|---|---|---|---|
| guid | string | required | The Agility CMS instance GUID from the API Keys section. |
| apiType | string | required | The Agility Content Fetch API type to query. |
| locale | string | required | The locale code to retrieve content for. |
| channelName | string | required | The reference name of the digital channel, such as website. |
/{guid}/{apiType}/{locale}/sitemap/nested/{channelName}
| Param | Type | Required | Description |
|---|---|---|---|
| guid | string | required | The Agility CMS instance GUID from the API Keys section. |
| apiType | string | required | The Agility Content Fetch API type to query. |
| locale | string | required | The locale code to retrieve content for. |
| channelName | string | required | The reference name of the digital channel, such as website. |