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":"0264bd29-c239-4bea-b880-313dbd0e12bf","url":null,"userId":"a0b4db01-18e7-41a1-9a1b-57b75de17019","userUrl":null,"categoryId":"591330ca-da3d-45a0-bb6f-7d1c8f6bd626","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-04-03T11:18:34.7761772+00:00","lastModifiedDateTime":"2026-04-04T07:18:34.7761772+00:00","availableFrom":"2026-04-04T11:18:34","startDateTimeZone":null,"availableUntil":"2026-04-05T11:18:34","endDateTimeZone":null,"medias":[{"id":"0eb60f1d-10f7-4853-a9b9-c0ee84b3cb8e","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"dd4ca5b1-e61d-4ab0-abd6-81a9b067522b","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"2fd0c412-430c-4bbe-8d9f-3457ca7a21c8","url":null},{"type":"Department","name":"Department name example","id":"16f47e2d-3906-4237-96c2-d23330d80868","url":null},{"type":"User group","name":"User group name example","id":"8629c328-d7e9-4458-9bf0-b9f83eca1101","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":"b62e9794-f71b-48dc-adbb-006bdda0fcae"}],"userGroups":[{"url":null,"name":"User group name example","id":"065318bb-e399-4622-853f-5610ceb43ffa"}],"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