Informational
Returns the spec's file
Return the body of the specification (i.e. Swagger, OpenAPI 2.0, 3.0, etc).
get/specs/{id}/spec
Path parameters
idstring required
The id of the requested resource
Response
Returns the document that represents the specification
Example response
{
"data": "data",
"meta": {
"apiEnrollmentVersion": "apiEnrollmentVersion",
"apiVersion": "apiVersion",
"pagination": {
"offset": 6.027456183070403,
"limit": 0.8008281904610115,
"totalCount": 1.4658129805029452
},
"filterableFields": [
"filterableFields",
"filterableFields"
]
}
}