HTTP - Management
Removed from your favourites
Get a component
Created by Contensis product team, last modified by r.turner on 22 Jul 2020
A component determines a reusable schema added to content types which entries are then created from. Components contain a list of fields just like content types, and allow for a standardized schema for modelling content. Find out more about components.
GET/api/management/projects/{projectId}/components/{componentId}
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 |
componentId | path | string | The component identifier. | true | |
versionStatus | query | string | The status of the associated entry, either published or latest. The default is published | false | |
version | query | string | The version number of the resource. | {major}.{minor} e.g. 1.2 | false |
Example
HTTP
GET: /api/management/projects/movieDb/components/movieRole/