Get All Books

This endpoint retrieves all books 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

Log in to see full request history

📘

Pagination

The API takes a snapshot of the paginated set of books at the time of the first request. Paging through books 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] or filter[url], the system always returns restricted content. Therefore, filtering by filter[include_restricted] is not useful in these cases.

Query Params
string

Retrieves the next batch of books. This value expires after 2 minutes if a request has not been made during that time.

int32
Defaults to 100

The maximum number of books to display per page. A maximum of 1000 is allowed.

date

Filter criteria that returns content created from this date on. Format yyyy-mm-dd.

date

Filter criteria that returns content created before this date. Format yyyy-mm-dd.

date

Filter criteria that returns content modified before this date. Format yyyy-mm-dd.

date

Filter criteria that returns content modified after this date. Format yyyy-mm-dd.

integer

Filter criteria that only returns books with this external ID.

boolean
Defaults to true

Filter criteria that only returns books internal to the organization.

boolean
Defaults to false

Filter criteria that only returns content restricted to administrative groups.

Note: When you filter by filter[external_id] or filter[url], the system always returns restricted content. Therefore, filtering by filter[include_restricted] is not useful in these cases.

string

Filter criteria that returns content that contains the keyword in the title, summary, or labels. Results are sorted with more popular and relevant results at the top of the response collection.

Headers
string

For Global Admin Tool Organizations, include this header in your request to retrieve content from the tenant organization. You must provide your organization code as the value. Contact your Degreed technical partner if you are unsure what your organization code is.

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json