This endpoint retrieves all content (excluding obsolete content) 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
Pagination
The API takes a snapshot of the paginated set of content items at the time of the first request. Paging through content goes through this fixed set of items. The snapshotted set becomes obsolete when a request has not been made for 2 minutes.
Filters
When you filter by
filter[external_id]
orfilter[url]
, the system always returns restricted content. Therefore, filtering byfilter[include_restricted]
is not useful in these cases.