EndpointsSchemes
Get Schemes
Get a page of schemes. Includes detailed information about each scheme, summary information about their stages, and pagination metadata.
Get a page of schemes. Includes detailed information about each scheme, summary information about their stages, and pagination metadata.
Query Parameters
pageNumber?|
Match
^-?(?:0|[1-9]\d*)$Format
int32pageSize?|
Match
^-?(?:0|[1-9]\d*)$Format
int32Response Body
application/json
application/problem+json
curl -X GET "https://example.com/v1/schemes"{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": null, "stages": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "severity": 0, "name": "string", "description": null } ] } ], "pageNumber": 0, "pageSize": 0, "totalCount": 0, "totalPages": 0, "hasPreviousPage": true, "hasNextPage": true}{ "type": null, "title": null, "status": null, "detail": null, "instance": null}