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":"2b7261a4-a0f1-4d7c-9aa7-531c107d4a26","url":null,"userId":"bdb6eada-5ecc-4047-8dad-120d14e01888","userUrl":null,"categoryId":"cd7e2068-242f-4cf8-b075-0336a9c8e3cc","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-06-22T17:45:33.7329001+00:00","lastModifiedDateTime":"2026-06-23T13:45:33.7329001+00:00","availableFrom":"2026-06-23T17:45:33","startDateTimeZone":null,"availableUntil":"2026-06-24T17:45:33","endDateTimeZone":null,"medias":[{"id":"cde9805f-12ac-4c9d-9e07-81d002cf2c90","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"795c4d52-0bcc-435c-a837-03e3755e6cd6","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"4f19f60c-4fcb-4daf-8a04-7c3b181457fa","url":null},{"type":"Department","name":"Department name example","id":"07b3ebb4-ad65-4671-b5c5-aa09a6fe5642","url":null},{"type":"User group","name":"User group name example","id":"18a94de8-0268-4eeb-8945-fb59b65fa852","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":"9c5ecc00-28d9-4ce1-bd4d-a4224fe88cc2"}],"userGroups":[{"url":null,"name":"User group name example","id":"22952b49-5b78-4302-83b3-55a4a16e2872"}],"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