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":"bb42d61b-b737-4e98-8bef-d16dd653f665","url":null,"userId":"b0a1d06d-d36b-45e1-a7d1-464dc62b5ce9","userUrl":null,"categoryId":"5685c26e-830f-4750-828f-c2dfab6d025b","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-09-12T18:14:49.8250563+00:00","lastModifiedDateTime":"2025-09-13T14:14:49.8250563+00:00","availableFrom":"2025-09-13T18:14:49","startDateTimeZone":null,"availableUntil":"2025-09-14T18:14:49","endDateTimeZone":null,"medias":[{"id":"99d507a8-fe90-43d0-95e4-613656434284","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"fa128bab-a189-44c6-b046-b35c5fef5d62","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"1490cdb7-86e3-47b5-b02a-97761167c210","url":null},{"type":"Department","name":"Department name example","id":"dd451bb5-daa6-419f-ad9d-40d53e47d243","url":null},{"type":"User group","name":"User group name example","id":"b3813b60-7733-4da8-9b9c-02340c5b0d93","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":"aa4a606d-17a2-487f-90da-6768a2670814"}],"userGroups":[{"url":null,"name":"User group name example","id":"3287927d-ee6a-484c-a03e-10e40de70923"}],"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