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":"5554287d-a4ce-43f7-8ac5-0c21570e231a","url":null,"userId":"985f9fb7-a29f-4bb0-9b22-01dcfcb3190a","userUrl":null,"categoryId":"e3b2c415-0871-4c7b-88b7-90fbb331deb4","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-05-14T16:26:42.8501325+00:00","lastModifiedDateTime":"2026-05-15T12:26:42.8501325+00:00","availableFrom":"2026-05-15T16:26:42","startDateTimeZone":null,"availableUntil":"2026-05-16T16:26:42","endDateTimeZone":null,"medias":[{"id":"faf3fdf1-13b6-46d5-bf7c-98c54ff7de42","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"69a7f861-984f-4953-80ac-91ab7d497f0f","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"db89dbb0-8b17-44e1-a368-5eb5fa28bbff","url":null},{"type":"Department","name":"Department name example","id":"bdc8436f-f165-4768-b4e9-4dfb34e571dc","url":null},{"type":"User group","name":"User group name example","id":"07824415-0863-47c5-8b33-e517ae310c1f","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":"e6490797-10a9-42dc-9459-9666203695e4"}],"userGroups":[{"url":null,"name":"User group name example","id":"dab506d6-fabc-4d4c-a65e-4ea23dc3ec6c"}],"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