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":"06c2817e-3460-4822-b871-344f5a48c0a5","url":null,"userId":"148c4324-ba44-4c73-b8c1-d2b2b5b8fbfe","userUrl":null,"categoryId":"3ced978c-1d2b-4676-8b96-13dddd634869","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-06-11T16:51:42.4330899+00:00","lastModifiedDateTime":"2026-06-12T12:51:42.4330899+00:00","availableFrom":"2026-06-12T16:51:42","startDateTimeZone":null,"availableUntil":"2026-06-13T16:51:42","endDateTimeZone":null,"medias":[{"id":"e55f21e0-a1fc-4f11-8b75-5932eb54ccd2","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"0c3cf8a6-e3e6-451f-b282-3ba52a5838fd","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"a419434d-bdc4-402c-9bcf-ba90c975c183","url":null},{"type":"Department","name":"Department name example","id":"80b2aca0-f812-4bd3-b067-6f2f2277fd87","url":null},{"type":"User group","name":"User group name example","id":"8e375448-9d6d-4cac-a024-c44665abb83b","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":"d3aee2bd-f87e-4e43-b6b2-0949798284d5"}],"userGroups":[{"url":null,"name":"User group name example","id":"002974bc-c4dd-4630-989c-85911c893514"}],"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