devguard
Record categories

Get a list of paginated record categories.

GET
/record-categories/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Query Parameters

limit?number
Range5 <= value
Default100
page?number
Range1 <= value
Default1
organizationId*string
Length1 <= length
filterByName?string
includeArchived?boolean
Defaultfalse

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/record-categories/?organizationId=string"
{  "items": [    {      "id": "string",      "name": "string",      "slug": "string",      "description": "string",      "color": "string",      "order": -9007199254740991,      "organizationId": "string",      "ownerId": "string",      "defaultTemplateId": "string",      "allowPortalSubmission": true,      "frequency": "MONTHLY",      "createdAt": "string",      "updatedAt": "string",      "archivedAt": "string",      "recordsCount": 0,      "nextDueAt": "string"    }  ],  "total": 0,  "page": 0,  "limit": 0}

How is this guide?