v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Provider

Get All Content for a Provider

This endpoint retrieves content for a specific provider. Use filter[catalog] to specify the type of content to retrieve. For example, public content, organization provider content, or shared content. <h3>Required Scope</h3>content:read or content:write

get/api/v2/providers/{id}/content

Path parameters

idstring required

The unique ID of the provider to retrieve.

Query parameters

filter[catalog]string required

Filter criteria that returns content that belongs to the provider identified in the request path. <br><br>providerpublic returns content that belongs to the provider identified in the request path and has no organization id associated. This content cannot be edited by organizations. <br>organization returns content provided by the provider identified in the request path and has the requestor's organization id associated. Usually this content is uploaded by the organization. <br>providershared returns content that belongs to the provider identified in the request path and was shared in a bundle with the organization making the request. This content belongs to a native provider.

filter[start_date]string date

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

filter[end_date]string date

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

filter[modified_before]string date

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

filter[modified_after]string date

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

filter[url]integer

Filter criteria that only returns content with this URL.

filter[term]string
Example:keyword

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.

Response

Success