GET https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/schemas/{{schemaId}}
This call fetches a single schema having the specified id. Response contains a Requires API Key as schema
object with all the details related to the schema, namely, id
, language
, type
, schema
etc.
X-Api-Key
request header or apikey
URL query parameter.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"schema": {
"id": "e3b3a0b7-34d5-4fc5-83e0-118bd9e8c822",
"language": "yaml",
"apiVersion": "ad810c39-df60-434e-a76f-a2192cd8d81f",
"type": "openapi3",
"createdBy": "5665",
"updateBy": "5665",
"createdAt": "2019-02-12 19:34:49",
"updatedAt": "2019-02-12 19:34:49"
}
} |
ENDPOINTS