GET /api/v2/ContentDefinitions/{contentDefinitionID}
Summary: Get a ContentDefinition by ID
Operation ID: ContentDefinitions_GetContentDefinition
Auth: oauth2
Operation ID: ContentDefinitions_GetContentDefinition
Auth: oauth2
Description
Gets a ContentDefinition by ID. When successful, the response is the requested ContentDefinition. If unsuccessful, an appropriate ApiError is returned.
Parameters (2)
contentDefinitionID
(integer, path, required)
The ID of the ContentDefinition to get.
includeAttributes
(string, query, optional)
Names of Attributes to include when retrieving this definition. This should be a comma-separated list. If not provided, Attributes are not included. If '*', all Attributes are included.
No probe data for this endpoint yet.