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":"8e4995e5-b2c7-428f-9965-41e25239c535","url":null,"userId":"8209f5f8-bece-4606-8928-c2daf1d4b508","userUrl":null,"categoryId":"71846c89-563c-4cec-b0a4-0412a14e90e0","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-05-29T18:32:58.0781992+00:00","lastModifiedDateTime":"2026-05-30T14:32:58.0781992+00:00","availableFrom":"2026-05-30T18:32:58","startDateTimeZone":null,"availableUntil":"2026-05-31T18:32:58","endDateTimeZone":null,"medias":[{"id":"cde99d30-a709-4277-9353-d8e1376f1fd7","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"c62372ab-915d-42de-90eb-d23e4a01d944","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"cc6c72f7-2e1a-4022-80b1-d1306241ff70","url":null},{"type":"Department","name":"Department name example","id":"1a3bb590-9473-48d5-8803-effda50b0acd","url":null},{"type":"User group","name":"User group name example","id":"843e49c4-dca7-4a65-b5a9-bec5296c5e52","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":"9e6a4a5c-5ed4-4ba7-8856-3e18670e3204"}],"userGroups":[{"url":null,"name":"User group name example","id":"22768c80-d61e-4076-8078-e11cf98faa0f"}],"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