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":"add42ced-a6e0-48d9-a67f-286d9fc75454","url":null,"userId":"5bb835a8-3c83-4883-bd63-bc17420a72c7","userUrl":null,"categoryId":"94dcf556-6b92-4e4a-b74b-9453d3b462dd","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-10-28T11:45:37.4495664+00:00","lastModifiedDateTime":"2025-10-29T07:45:37.4495664+00:00","availableFrom":"2025-10-29T11:45:37","startDateTimeZone":null,"availableUntil":"2025-10-30T11:45:37","endDateTimeZone":null,"medias":[{"id":"978f2a94-cb0c-490e-9200-df89596e07e1","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"98956df1-5f5b-4579-9dfa-719a68ff2562","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"2f0cf0cc-6e64-43f5-aef4-68aacf47e168","url":null},{"type":"Department","name":"Department name example","id":"a91b707e-b93c-4473-be25-5b0d0d01a0c9","url":null},{"type":"User group","name":"User group name example","id":"bb2d138a-d855-4d9a-9689-598ec7d7fd0f","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":"28a18718-6600-4693-b85b-53f571427229"}],"userGroups":[{"url":null,"name":"User group name example","id":"0a407df6-6ee2-480c-9ab2-c0faed0801a5"}],"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