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":"7e1dc98d-7c63-4778-80fc-16e112d2142a","url":null,"userId":"a17c5272-8e54-4a27-beb3-485437d77d14","userUrl":null,"categoryId":"78dbf11a-6c16-4aad-882d-55c17acc0648","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-08-21T23:59:52.7632217+00:00","lastModifiedDateTime":"2026-08-22T19:59:52.7632217+00:00","availableFrom":"2026-08-22T23:59:52","startDateTimeZone":null,"availableUntil":"2026-08-23T23:59:52","endDateTimeZone":null,"medias":[{"id":"ad7c0abc-f0fc-4577-8a2b-560d627f4c75","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"0ef70f85-8f0d-4640-89fd-cc6cbc8de118","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"35bebfc0-22c4-4a18-a1b9-f08ade92c060","url":null},{"type":"Department","name":"Department name example","id":"a35f7650-13c8-4ffd-a8fe-248495887ece","url":null},{"type":"User group","name":"User group name example","id":"c3bfd347-41b5-4680-8077-2277d107232f","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":"73261495-0f74-4e21-b7cd-3b1e8314a908"}],"userGroups":[{"url":null,"name":"User group name example","id":"0d6a3092-dc21-46db-bf0f-78ef5c5cc949"}],"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