Relesys API Docs

v1.4

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

Content

Get Content By Id
GET /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1.4/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":"69f155dd-c423-4009-ab08-3386cefcab08","url":null,"userId":"2e5902bb-8d14-4bf3-aa14-939de55b140e","userUrl":null,"categoryId":"cf839a3c-08cb-42b1-9911-912d86476fca","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-07-09T01:00:11.655145+00:00","lastModifiedDateTime":"2026-07-09T21:00:11.655145+00:00","availableFrom":"2026-07-10T01:00:11","startDateTimeZone":null,"availableUntil":"2026-07-11T01:00:11","endDateTimeZone":null,"medias":[{"id":"873a0ae9-86e4-49ae-9902-53d9d1fbda26","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"a51e9ce3-9f62-4016-80cf-7db94dba8f2f","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"518cdca7-fa74-461b-9b68-04040cc3995d","url":null},{"type":"Department","name":"Department name example","id":"e9db53e5-8a74-4e82-b4fd-bc64f4679589","url":null},{"type":"User group","name":"User group name example","id":"e4d731a1-ec09-491c-8221-df45b2403d9c","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":"09e2803e-548d-47c3-a2b8-e79d396ba44c"}],"userGroups":[{"url":null,"name":"User group name example","id":"754bc15b-7c03-477a-983c-8424ce43e578"}],"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