Relesys API Docs

v1.4

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

Content

Get Content By Id
GET /contentmodules/{moduleId}/content/{contentId}
https://api.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":"8723a8f1-566f-4762-93d4-1d15befdb786","url":null,"userId":"b819921e-df5d-4d27-a890-831b0c42b80f","userUrl":null,"categoryId":"32cf18dd-b9bb-4d69-9faa-fb82cdd5463b","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-06-10T17:56:08.0413941+00:00","lastModifiedDateTime":"2026-06-11T13:56:08.0413941+00:00","availableFrom":"2026-06-11T17:56:08","startDateTimeZone":null,"availableUntil":"2026-06-12T17:56:08","endDateTimeZone":null,"medias":[{"id":"abf3077b-eb0d-4b2f-86b0-6d4fb0fd435d","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"d8a36f04-cb53-4a8f-8f3b-701ba7999700","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"4acf6f96-1a50-4a7d-9f9f-7bcf486de4e5","url":null},{"type":"Department","name":"Department name example","id":"f3ed5c23-7479-43c2-8a1b-581af1d3595b","url":null},{"type":"User group","name":"User group name example","id":"e2d08f2f-cd55-45d4-ae50-1576498cc7d0","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":"21024637-16f8-4a2d-b27c-4c5539a1fa83"}],"userGroups":[{"url":null,"name":"User group name example","id":"99927cde-b1f0-4577-946f-87a7eacd4259"}],"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