HTTP - Management
Removed from your favourites
List components
Created by Contensis product team, last updated 22 Jun 2020
Gets the components for a project.
GET/api/management/projects/{projectId}/components/
Parameters
Name | Parameter type | Type | Description | Example | Required |
---|---|---|---|---|---|
projectId | path | string | The project identifier found in the project overview screen of the management console | movieDb | true |
versionStatus | query | string | The status of the associated entry, either published or latest. The default is published | false |
Example
HTTP
GET: /api/management/projects/movieDb/components?versionStatus=published
Responses
HTTP status code | Reason | Model |
---|---|---|
200 | Success | Component [...] |
401 | Unauthorized | Error |
500 | Internal server error | Error |