Relesys API Docs

v1.4

https://api.uat.relesystest.net/api/v1.4

Content

Get Content By Id
GET /contentmodules/{moduleId}/content/{contentId}
https://api.uat.relesystest.net/api/v1.4/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":"681ddd63-cde3-4843-bd2d-80e175def640","url":null,"userId":"ae710a33-52d7-4d06-900e-e3e70b4b591f","userUrl":null,"categoryId":"bd6c7e6a-5f81-459c-9f0c-25e80bdc83b3","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-08-22T00:42:46.0704901+00:00","lastModifiedDateTime":"2026-08-22T20:42:46.0704901+00:00","availableFrom":"2026-08-23T00:42:46","startDateTimeZone":null,"availableUntil":"2026-08-24T00:42:46","endDateTimeZone":null,"medias":[{"id":"38027dec-dcfb-4844-b0d8-5138ca831182","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"782b61e0-f038-4073-82c7-5e6ee85b812e","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"f0918ab1-64c3-43d0-b649-e90230051496","url":null},{"type":"Department","name":"Department name example","id":"03e5d8e5-3d3c-4120-a758-1952a9c1a818","url":null},{"type":"User group","name":"User group name example","id":"93cd75bd-3918-4390-9d8e-011d18437e9d","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":"5b9921db-db8f-4b33-adb1-2ca1bb03fcfd"}],"userGroups":[{"url":null,"name":"User group name example","id":"29661644-260f-451d-911c-e84645302575"}],"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