Path parameters
-
Unique identifier of the request schema
Minimum length is
24
, maximum length is24
. Format should match the following pattern:SC[A-Za-z0-9_\-]+
.
GET
/request-schemas/{schemaid}
curl \
--request GET '/api/v1/request-schemas/SCx3zt0ygAcQGBAQEBAQEBAQ' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (400)
{
"code": "string",
"message": "string"
}
Response examples (401)
{
"code": "string",
"message": "string"
}
Response examples (404)
{
"code": "string",
"message": "string"
}
Response examples (429)
{
"code": "string",
"message": "string"
}
Response examples (500)
{
"code": "string",
"message": "string"
}