get https://api.betatest.degreed.com/api/v2/completions
This endpoint retrieves all completions for the organization. To retrieve results, you must use either both added filters, or both completed filters. The filters require a start and end date, with a maximum range of 7 days.
For Global Admin Tool Organizations, if the X-Degreed-Organization-Code
header is included, the endpoint will return completions for the Tenant Organization related to the header value as long as the organization is a member of the Global Admin Tool Organization.
Required Scope
completions:read
or completions:write
Pagination
The API takes a snapshot of the paginated set of completions at the time of the first request. Paging through completions goes through this fixed set of items. The snapshotted set becomes obsolete when a request has not been made for 2 minutes.