GET /public/v1/content-library-items

Optionally filter by a search query or tags.

Servers

Query parameters

Name Type Required Description
id String No

Specify content library item ID.

page Integer No

Specify which page of the dataset to return.

count Integer No

Specify how many content library items to return. Default is 50 content library items, maximum is 100 content library items.

deleted Boolean No

Returns only the deleted content library items.

q String No

Search query. Filter by content library item name.

folder_uuid String No

The UUID of the folder where the content library items are stored.

tag String No

Search tag. Filter by content library item tag.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.