v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Accomplishment

Get All Accomplishments

This endpoint retrieves all accomplishments for the organization.<h3>Required Scope</h3>accomplishments:read or accomplishments:write

get/api/v2/accomplishments

Query parameters

nextstring

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

limitinteger

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

filter[start_date]string date required

Filter criteria that returns accomplishments added from this date on. Format yyyy-mm-dd.

filter[end_date]string date required

Filter criteria that returns accomplishments added until this date. Format yyyy-mm-dd.

Response

Success