v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
SharedItem

Get All Shared Items

This endpoint retrieves all shared items (previously known as recommendations) for the current organization. Shared Items requires a start and end date, where the maximum range is 7 days. <h3>Required Scope</h3>shared_items:read

get/api/v2/shared-items

Query parameters

limitinteger

The maximum number of shared items to display per page. A maximum of 2000 is allowed.

nextstring

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

filter[start_date]string date required

Filter criteria that returns items that were shared or the shared item was marked as complete or dismissed by the recipient from this date on. Format yyyy-mm-dd.

filter[end_date]string date required

Filter criteria that returns items that were shared or the shared item was marked as complete or dismissed by the recipient before this date. Format yyyy-mm-dd.

Response

Success