Relesys API Docs

v1.3

https://api.uat.relesystest.net/api/v1.3

Categories

Get Content Category By Id
GET /contentmodules/{moduleId}/categories/{categoryId}
https://api.uat.relesystest.net/api/v1.3/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":"d743b200-6117-4a10-8341-8b3070ec7ee9","name":"Example name 1","sortOrder":1,"creationDateTime":"2026-01-12T15:02:02.7485469+00:00","lastModifiedDateTime":"2026-01-13T11:02:02.7485469+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