Relesys API Docs

v1.3

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

Content

Get
GET /contentmodules/{moduleId}/content/{contentId}
https://api.relesystest.net/api/v1.3/contentmodules/{moduleId}/content/{contentId}
Get the content with ID contentId.
Scopes: relesys.api, relesys.api:read, relesys.api.content, relesys.api.content:read
URL Path
moduleId string / guid required
contentId string / guid required
Responses
application/json
JSON
{"data":{"id":"1d886575-5401-4649-901e-47b6ccd3ec1e","url":null,"userId":"925cf437-cbfe-44f3-bf97-fb3fa1b51eb2","userUrl":null,"categoryId":"9d58f082-2f54-4ed0-9f17-9f29a61bfc6c","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-01-14T15:02:44.3564384+00:00","lastModifiedDateTime":"2026-01-15T11:02:44.3564384+00:00","availableFrom":"2026-01-15T15:02:44","startDateTimeZone":null,"availableUntil":"2026-01-16T15:02:44","endDateTimeZone":null,"medias":[{"id":"261d5218-49c8-4150-9c54-b230957fc5a1","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"0bf8b674-bc69-4588-8339-470633570a57","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"0ef4704e-980b-4357-92e0-fb8ffcdb817e","url":null},{"type":"Department","name":"Department name example","id":"9605ebf5-29bf-4a0a-80b6-33e81bf59b13","url":null},{"type":"User group","name":"User group name example","id":"48da01f6-90a8-4806-bc6b-e6fce55c6560","url":null}],"locales":[{"culture":"en-GB","title":"Example title 1","bodyText":"<p>Example body text 1</p>"}],"permissions":[{"departments":[{"url":null,"name":"Department name example","id":"8c66b2c1-2042-43c3-98d5-6f7097442424"}],"userGroups":[{"url":null,"name":"User group name example","id":"c0244081-43fc-47b6-96ee-95075ca7807d"}],"requireAllUserGroups":false}]}}
object
  data object      
   availableFrom string      
   availableUntil string      
   categoryId string / guid      
   categoryUrl string      
   creationDateTime datetimeoffset      
   endDateTimeZone string      
   featureMediaDownloadUrl string      
   featureMediaId string / guid      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    bodyText string      
    culture string      
    title string      
   medias array[object]      
    contentType string      
    downloadUrl string      
    fileName string      
    id string / guid      
    referenceUrl string      
   mentions array[object]      
    id string / guid      
    name string      
    type string      
    url string      
   permissions array[object]      
    departments array[object]      
     id string / guid      
     name string      
     url string      
    requireAllUserGroups boolean      
    userGroups array[object]      
     id string / guid      
     name string      
     url string      
   sortOrder integer      
   startDateTimeZone string      
   status string      
   url string      
   userId string / guid      
   userUrl string