latestOpenAPI 3.0.32026-08-208185259.4 KB

f00047222b8f

Scorecards

Fetch scorecards

This API fetches all scorecards.

get/api/v1/scorecards

Query parameters

filter[recipients]string

Ids of the users who were scored. Value must be a comma-delimited list.

filter[reviewers]string

Ids of the users who completed the scorecards. Value must be a comma-delimited list.

filter[initiative]integer

Id of the initiative that the scorecards were completed against.

filter[submitted]string

The datetime that the scorecard was submitted by the reviewer. Value must be two ISO 8601-formatted dates separated by a colon (e.g. 2021-01-01T00:00:00Z:2021-01-31T00:00:00Z). An asterisk may be used as a placeholder to represent no minimum (e.g. *:2021-01-31T00:00:00Z). An asterisk may be used as a placeholder to represent no maximum (e.g. 2021-01-01T00:00:00Z:*).

page[size]integer

The number of resources to return per page. The minimum value that may be specified is 1. The maximum value that may be specified is 100.

page[number]integer

The page of resources to return. The minimum value that may be specified is 1.

Response

Success