Informational
Return a single spec resource
Returns single spec resource embedded within the controller for consumption/documentation/code geneartion
get/specs/{id}
Path parameters
idstring required
The id of the requested resource
Response
A single specification
Example response
{
"data": {
"createdAt": "2000-01-23T04:56:07.000+00:00",
"_links": {
"key": {
"method": "method",
"comment": "comment",
"href": "https://openapi-generator.tech"
}
},
"name": "name",
"id": "id",
"tags": {},
"updatedAt": "2000-01-23T04:56:07.000+00:00"
},
"meta": {
"apiEnrollmentVersion": "apiEnrollmentVersion",
"apiVersion": "apiVersion",
"pagination": {
"offset": 6.027456183070403,
"limit": 0.8008281904610115,
"totalCount": 1.4658129805029452
},
"filterableFields": [
"filterableFields",
"filterableFields"
]
}
}