Relesys API Docs

v1.1

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

Content

Get Content By Id
GET /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1.1/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":"85e97619-52e3-4a22-8c61-35dd92dcd72e","url":null,"userId":"e5130bf2-c599-4a39-84f5-1c9cbab27535","userUrl":null,"categoryId":"26c2c0d3-1194-418d-ad2f-c1e3560736a5","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-06-06T14:51:43.0000452+00:00","lastModifiedDateTime":"2026-06-07T10:51:43.0000452+00:00","availableFrom":"2026-06-07T14:51:43","startDateTimeZone":null,"availableUntil":"2026-06-08T14:51:43","endDateTimeZone":null,"medias":[{"id":"c7a49e1e-a0ce-4740-98d9-26c327f7de02","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"963bb8b2-5095-4450-88fd-f3aeb900aa6a","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"ab9f45b7-05a7-4506-b015-b87d9a78e828","url":null},{"type":"Department","name":"Department name example","id":"84566b6e-2fb3-4e70-996c-66213d23732b","url":null},{"type":"User group","name":"User group name example","id":"1691901b-19eb-418c-82e8-1ffe9d9af941","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":"e425e53e-c7c1-4d50-854e-1063c0bf9239"}],"userGroups":[{"url":null,"name":"User group name example","id":"2f84f923-996f-4397-9f15-20a37c23ba29"}],"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