Relesys API Docs

v1.3

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

Content

Get Content By Id
GET /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.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":"5669088d-f54c-483d-8b34-72b7a0e15cbf","url":null,"userId":"52b7bb97-c398-4ac8-8242-69f8df95d5ed","userUrl":null,"categoryId":"f361ce14-faa0-4a87-b4a5-61cf541f9e0a","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-02-07T02:08:11.3139311+00:00","lastModifiedDateTime":"2026-02-07T22:08:11.3139311+00:00","availableFrom":"2026-02-08T02:08:11","startDateTimeZone":null,"availableUntil":"2026-02-09T02:08:11","endDateTimeZone":null,"medias":[{"id":"252dd2a9-ae68-43aa-b595-568a0593a941","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"d4574e2b-15fc-470b-a85f-4fffc2c69fa3","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"74dc8eb9-a439-479a-86d4-20e3a142396c","url":null},{"type":"Department","name":"Department name example","id":"b506846d-e471-46d6-9ee2-43b82faabb77","url":null},{"type":"User group","name":"User group name example","id":"342b1184-1a43-46de-80ba-46c50a7b017d","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":"05dc60c3-ac2d-43e8-8b00-42d7f7fccbf2"}],"userGroups":[{"url":null,"name":"User group name example","id":"754a92b3-088d-411d-9df5-f95dd308aa7d"}],"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