devguard
DefinitionsId

Get the details of a single definition by id.

GET
/definitions/{id}/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/definitions/string/"
{  "id": "string",  "slug": "string",  "name": "string",  "explanation": "string",  "createdAt": "string",  "updatedAt": "string",  "archivedAt": "string",  "organizationId": "string"}

How is this guide?