Workday Integration Scorecards API is one of 87 APIs that Workday Integration publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Scorecards. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, a getting-started guide, and rate-limit docs.
This API exposes
9 operations
across 4 paths,
and defines 8 schemas.
It is described by OpenAPI 3.1.0, at version v1.
Requests are made against a single base URL, https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}.
9 operations4 paths8 schemas2 DELETE4 GET2 POST1 PUT
Metadata
The identity and technical contract details declared by the specification.
Workday Integration Scorecards API declares
1 security scheme
for authenticating requests.
It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 2 scopes.
By default, every request must be authenticated.
Paths & Operations 9
Across 4 paths, the API surfaces 9 operations — 2 DELETE, 4 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Scorecards 9
GET
/scorecardResults
Workday Integration Retrieve scorecard results
getScorecardResults2 params→ 200401403
POST
/scorecardResults
Workday Integration Create a new scorecard result
createScorecardResultbody→ 201400401403
GET
/scorecardResults/{ID}
Workday Integration Retrieve a specific scorecard result
Workday Integration Delete a compensation scorecard
deleteCompensationScorecard1 param→ 204401403404
Schemas 8
The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are ScorecardResult (6 properties), Scorecard (5 properties), ResourceReference (3 properties), ScorecardResultRequest (3 properties). Each schema is shown below with its type and property counts.
ScorecardResultRequest
object
3 properties2 required
Scorecard
object
5 properties
ResourceReference
object
3 properties
ScorecardResultsResponse
object
2 properties
ScorecardsResponse
object
2 properties
ScorecardRequest
object
2 properties2 required
ErrorResponse
object
2 properties
ScorecardResult
object
6 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.