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":"2df41643-e813-4381-83ab-20abd1268ef8","url":null,"userId":"1cbd39a7-f2a3-41be-93a4-16fd820d2252","userUrl":null,"categoryId":"5e66a88d-fe8b-4bb1-89e7-ed75a26615ac","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-02-27T06:08:53.6226543+00:00","lastModifiedDateTime":"2026-02-28T02:08:53.6226543+00:00","availableFrom":"2026-02-28T06:08:53","startDateTimeZone":null,"availableUntil":"2026-03-01T06:08:53","endDateTimeZone":null,"medias":[{"id":"4bcb53db-07e6-4bc9-8be0-bf413d431c71","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"41b4c458-3ec1-4222-86b7-e611de5d009a","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"dd372b09-fdae-4f8d-b9e0-115bf0deb442","url":null},{"type":"Department","name":"Department name example","id":"3691d446-6bce-4f05-afc9-73b21d493fa8","url":null},{"type":"User group","name":"User group name example","id":"a936b433-a1f5-4f4d-8b08-f63b047a0de8","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":"f49454dc-f757-4f40-b5ac-24facf541f5f"}],"userGroups":[{"url":null,"name":"User group name example","id":"b020874f-f318-46ee-80c0-0b19ee13477d"}],"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