HTTP - Management
Removed from your favourites
Get entry usage
Created by Contensis product team, last updated 22 Jun 2020
Gets a list of entries which link to the current entry
GET/api/management/projects/{projectId}/entries/{entryId}/usage
Parameters
Name | Parameter type | Type | Format | Description | Example | Required |
---|---|---|---|---|---|---|
projectId | path | string | The project identifier found in the project overview screen of the management console | movieDb | true | |
entryId | query | string | uuid | The entry identifier as a 128 bit GUID | true | |
versionStatus | query | string | The status of the associated entry, either published or latest. The default is published | false | ||
pageIndex | query | number | integer | The index of the page | false | |
pageSize | query | number | integer | The number of results per page. The default is 25. | false | |
language | query | string | language | The specified language for the node. If no value is provided then the project primary language is used | false |
Example
HTTP
GET: /api/management/projects/movieDb/entries/71f73a9b-2a13-4d63-bcc1-e8ee5047b01c/usage
Responses
HTTP status code | Reason | Model |
---|---|---|
200 | Success | PagedList<Entry usage info> |
401 | Unauthorized | Error |
404 | Project not found | Error |
404 | Entry not found | Error |
500 | Internal server error | Error |