Get a scorecard
GET/v1/blueprints/:blueprint_identifier/scorecards/:scorecard_identifier
This route allows you to fetch a specific scorecard. A scorecard is a set of rules that define the quality of a blueprint.
To learn more about scorecards, check out the documentation.
Request
Path Parameters
scorecard_identifier stringrequired
Possible values: non-empty
The identifier of the scorecard you want to fetch.
blueprint_identifier stringrequired
Possible values: non-empty
The identifier of the blueprint whose scorecard you want to fetch.
Responses
- 200
Default Response
Loading...