FruxonDocs
ApiCapabilities

Returns a single capability by id.

Fetches one capability from the tenant's catalog by its identifier. Yields `404 Not Found` when no capability with that id exists in the tenant.

GET
/v1/tenants/{tenant}/capabilities/{capability}
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

capability*string

The capability identifier.

Formatuuid
tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/capabilities/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "00000000-0000-0000-0000-000000000000",
  "name": "string",
  "area": "string",
  "description": "string",
  "createdAt": 0,
  "modifiedAt": 0
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}