Relesys API Docs

v1.1

https://api.relesysapp.net/api/v1.1

Content

Get Content By Id
GET /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1.1/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":"021f4f03-0d69-42a6-9ff5-741bc0592411","url":null,"userId":"c0623111-94dc-4a9d-a6eb-4568d61eb222","userUrl":null,"categoryId":"16390159-fbb4-4029-b4da-c96ea60c6124","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-01-09T22:48:31.9798727+00:00","lastModifiedDateTime":"2026-01-10T18:48:31.9798727+00:00","availableFrom":"2026-01-10T22:48:31","startDateTimeZone":null,"availableUntil":"2026-01-11T22:48:31","endDateTimeZone":null,"medias":[{"id":"a6835919-c8bd-45bf-80fa-4821460144e0","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"6d6fd784-909e-446b-a17e-d5f9d1f0bc4d","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"6deb5088-efe6-4dfb-8cec-491045d4ca5e","url":null},{"type":"Department","name":"Department name example","id":"f9ea9ab0-dba3-41a1-932d-1658af68b3e8","url":null},{"type":"User group","name":"User group name example","id":"97e76b69-5fce-459c-a8ce-540321d37d41","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":"afa1faa0-24a1-45f1-8655-e15e6127a3ea"}],"userGroups":[{"url":null,"name":"User group name example","id":"e00e4970-7ccf-44f0-b64f-ea506997ac2c"}],"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