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":"b843f369-3735-45cb-b76e-8bab370c08d2","url":null,"userId":"18fffa93-b0f9-4018-b8c6-b662053879d1","userUrl":null,"categoryId":"4ae203bf-c3c9-4471-8270-2075b0786b9f","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-12-12T18:57:23.1114184+00:00","lastModifiedDateTime":"2025-12-13T14:57:23.1114184+00:00","availableFrom":"2025-12-13T18:57:23","startDateTimeZone":null,"availableUntil":"2025-12-14T18:57:23","endDateTimeZone":null,"medias":[{"id":"fd219495-22aa-4832-9bca-c4eb2cabe424","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"fd5ed40a-55b4-40ce-9039-e67af258e01d","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"3607df11-5d69-4805-820a-b9d19c262bd2","url":null},{"type":"Department","name":"Department name example","id":"03d3adcb-6251-4196-9e5d-82c9c7446fce","url":null},{"type":"User group","name":"User group name example","id":"6eb21c59-ce79-4401-b47a-15b182924529","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":"dee871c9-97af-4d1d-ba0d-4bdb9a54fb36"}],"userGroups":[{"url":null,"name":"User group name example","id":"f89f17e5-92ad-4092-a65b-1abb6dfa5e5c"}],"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