Relesys API Docs

v1.1

https://api.relesysapp.net/api/v1.1

Content

Get Content By Id
GET /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1.1/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":"956fc7d7-9e0b-4d32-a7ba-1a32e02dcd64","url":null,"userId":"816a6e2b-338f-4f57-8db2-694fd723b5ef","userUrl":null,"categoryId":"38bb0edf-b203-46bc-bc61-adfec7e662fa","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-04-24T09:23:58.392344+00:00","lastModifiedDateTime":"2026-04-25T05:23:58.392344+00:00","availableFrom":"2026-04-25T09:23:58","startDateTimeZone":null,"availableUntil":"2026-04-26T09:23:58","endDateTimeZone":null,"medias":[{"id":"825eac35-699d-4af6-ae5f-7ea32de95493","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"2a3ea65e-6351-4f76-8e2c-a660f3cdd608","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"641b09f8-08fb-45f9-8213-c00eb98b4e80","url":null},{"type":"Department","name":"Department name example","id":"621a9a30-4188-4536-8e65-8a5c55ef4181","url":null},{"type":"User group","name":"User group name example","id":"95dde189-3640-45bd-a19a-9883935c2df9","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":"1e1212a6-9e43-4ad1-9a62-295522046fe1"}],"userGroups":[{"url":null,"name":"User group name example","id":"bac7dc83-5204-4a87-a0b0-7a20ddcd613d"}],"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