Relesys API Docs

v1.3

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

Content

Get Content By Id
GET /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1.3/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":"11bbe198-7b86-45be-be7e-b8d4ed101eb8","url":null,"userId":"793d777a-0466-4b20-beca-1db9cad191a2","userUrl":null,"categoryId":"9ebbec53-bf2b-418d-852d-9f14e7b12eb2","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-07-29T11:11:03.6473981+00:00","lastModifiedDateTime":"2025-07-30T07:11:03.6473981+00:00","availableFrom":"2025-07-30T11:11:03","startDateTimeZone":null,"availableUntil":"2025-07-31T11:11:03","endDateTimeZone":null,"medias":[{"id":"725c16ac-81a6-44ff-b3e6-346916b7c1cd","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"ab3db0a6-509d-4458-818c-e03296c9ff28","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"477fcbbb-4124-4520-bf60-63faaff060ae","url":null},{"type":"Department","name":"Department name example","id":"fe606a13-7b25-4a6e-adac-3dc80e2ad33f","url":null},{"type":"User group","name":"User group name example","id":"6ee36467-a870-44c9-b607-c7bded8b3b02","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":"9ff72fd3-0509-4081-920c-1a839de7da3e"}],"userGroups":[{"url":null,"name":"User group name example","id":"22104aaa-57a7-42b6-ae46-c25c907cd385"}],"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