HomeGuidesRecipesAPI
HomeGuidesAPILog In
API
These docs are for v17. Click to read the latest docs for v33.

Get content items


##/contentlibrary

This method supports retrieving all content items in the system. By default, a call to this method will return a list of all content items. To make sure responses are easier to handle, client can request for sets of paginated items by passing these query parameters:

$skip, skip this number of rows.

$top,return this number of rows.

$name,return content items whose names contain this.

$folderid,return content items whose folder has this id.

$foldername,return content items inside folders that contain this.$type,return content items of this type.

By doing this the response will include a @nextLink flag pointing to the next page of results.

Query Params
int32

Skip this number of rows

int32

Return this number of rows

string

Return content items whose names contain this

string

Return content items whose folder has this id

string

Returns content items inside folders that contain this

string

Returns content items of this type

Responses

401

Invalid Authorization-Token

Language
Credentials
Header
Response
Choose an example:
application/json