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":"d7e0d171-e087-490b-b056-c7d6a53afcec","url":null,"userId":"03b28e2e-8caf-47de-813d-c16bf1c565dd","userUrl":null,"categoryId":"05906790-350d-4dca-9eb6-9b02d9c773c1","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-01-12T15:00:51.7149886+00:00","lastModifiedDateTime":"2026-01-13T11:00:51.7149886+00:00","availableFrom":"2026-01-13T15:00:51","startDateTimeZone":null,"availableUntil":"2026-01-14T15:00:51","endDateTimeZone":null,"medias":[{"id":"35897154-9e54-4654-ad9e-4a1a193f2a56","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"e0ea55e7-8f43-4bfd-90b6-1c69a4142378","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"4583216d-1e71-46d0-a2bd-4dc0dd01b6b0","url":null},{"type":"Department","name":"Department name example","id":"9a638ca0-8857-4246-81b1-1714d71c2b95","url":null},{"type":"User group","name":"User group name example","id":"855f3c07-d2a0-4044-921d-bb0b0eaf83dc","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":"e1e35efb-06df-4fff-8127-eff21053d14a"}],"userGroups":[{"url":null,"name":"User group name example","id":"f55e6a07-69a9-414b-8be7-21e728b70c24"}],"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