Relesys API Docs

v1.3

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

Content

Get Content By Id
GET /contentmodules/{moduleId}/content/{contentId}
https://api.uat.relesystest.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":"5719145f-3eea-4115-a265-9ab1701630c3","url":null,"userId":"5541448e-10c6-4866-a33c-ee49251ae135","userUrl":null,"categoryId":"ffb61af3-8e73-4de7-88fe-aecfa0ef192d","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-04-14T18:19:11.711361+00:00","lastModifiedDateTime":"2026-04-15T14:19:11.711361+00:00","availableFrom":"2026-04-15T18:19:11","startDateTimeZone":null,"availableUntil":"2026-04-16T18:19:11","endDateTimeZone":null,"medias":[{"id":"99a0cbec-a174-4f90-a130-90bf2c46c564","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"44a6af43-637a-48d3-9da0-b041d9d6e023","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"fe34025f-e6c7-4466-ac5d-ded437b73bbe","url":null},{"type":"Department","name":"Department name example","id":"382304cd-fa49-4f68-967e-041be6bcf8ca","url":null},{"type":"User group","name":"User group name example","id":"2a310a85-a8d4-4218-8a1f-c4467592a78e","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":"0837f566-3eed-4d71-a745-78b32b70f50b"}],"userGroups":[{"url":null,"name":"User group name example","id":"404f120e-0a19-4aae-81ce-b4066b7f60cf"}],"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