This endpoint retrieves a specific content item for the current organization.
For Global Admin Tool Organizations, if the X-Degreed-Organization-Code
header is included, the endpoint will return content for the Tenant Organization related to the header value as long as the organization is a member of the Global Admin Tool Organization.
Required Scope
content:read
or content:write
To improve performance, the Get a Specific Content Item endpoint does not return some attributes that are specific to particular content types. Refer to the documentation to determine whether you should use
/content/{id}
or a more specific endpoint such as/content/books/{id}
,content/articles/{id}
,content/videos/{id}
,content/courses/{id}
,content/podcasts/{id}
,content/assessments/{id}
, orcontent/events/{id}
.