Relesys API Docs

v1.1

https://api.relesysapp.net/api/v1.1

Categories

Get Content Category By Id
GET /contentmodules/{moduleId}/categories/{categoryId}
https://api.relesysapp.net/api/v1.1/contentmodules/{moduleId}/categories/{categoryId}
Get the content category with ID contentId.

Please note: Categories must be enabled on the module for this endpoint to be called. Otherwise status code 400 - Bad Request will be returned.
Scopes: relesys.api, relesys.api:read, relesys.api.content, relesys.api.content:read
URL Path
moduleId string / guid required
categoryId string / guid required
Responses
application/json
JSON
{"data":{"id":"53dcc5a9-8358-4110-990c-5c53b925500b","name":"Example name 1","sortOrder":1,"creationDateTime":"2026-02-19T20:59:50.5512214+00:00","lastModifiedDateTime":"2026-02-20T16:59:50.5512214+00:00","locales":[{"culture":"en-GB","title":"Example title 1"}]}}
object
  data object      
   creationDateTime datetimeoffset      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    culture string      
    title string      
   name string      
   sortOrder integer