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":"7a9f8921-11e4-45c6-9e22-a6a894fa781c","url":null,"userId":"a697b993-a402-44f3-afff-8280b3d97a0e","userUrl":null,"categoryId":"15170818-d2f9-4342-9935-a8a0781c211a","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-01-30T06:27:09.184193+00:00","lastModifiedDateTime":"2026-01-31T02:27:09.184193+00:00","availableFrom":"2026-01-31T06:27:09","startDateTimeZone":null,"availableUntil":"2026-02-01T06:27:09","endDateTimeZone":null,"medias":[{"id":"15144819-bcd0-4df9-a00c-b17a8bc9b7c2","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"d70d8c9a-5306-473d-b180-bbf81386e318","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"0a683cc9-e651-4c8b-8268-b73f256f3a35","url":null},{"type":"Department","name":"Department name example","id":"bc2fb862-1644-46af-93a3-4a5728fc157f","url":null},{"type":"User group","name":"User group name example","id":"d5c41782-4b70-4bcf-82b5-4b73295a8e0b","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":"915bb1e6-a4f2-49f8-af69-9d21ef0e66f0"}],"userGroups":[{"url":null,"name":"User group name example","id":"16625153-5267-44b4-8102-9bf58c637101"}],"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