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":"9d368ed1-72d3-45b7-acfc-f128c2b46bca","url":null,"userId":"0c5fce38-7934-4452-80cc-c5e78c54482a","userUrl":null,"categoryId":"c40242ce-93b9-4a00-918d-7afdd1b4cfea","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-08-01T09:03:34.6829616+00:00","lastModifiedDateTime":"2026-08-02T05:03:34.6829616+00:00","availableFrom":"2026-08-02T09:03:34","startDateTimeZone":null,"availableUntil":"2026-08-03T09:03:34","endDateTimeZone":null,"medias":[{"id":"8ce4f3f2-81e4-4e97-9a3b-75392cb3d944","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"a409243d-6d39-4e17-a979-ccbf6de4774f","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"9a63a129-a5b5-4fcb-8102-0654d432e96c","url":null},{"type":"Department","name":"Department name example","id":"2c7f4a04-eee4-469c-9f00-f87e1e9e37d3","url":null},{"type":"User group","name":"User group name example","id":"061876ad-2b48-4b33-b038-4aae0c26ef61","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":"0917f552-175c-4389-b9d7-e3f6aeebe86b"}],"userGroups":[{"url":null,"name":"User group name example","id":"a45d6a05-c2d0-4e60-8a80-83e2386f6116"}],"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