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":"3026a48e-1f32-4877-8175-8f0552b80e74","url":null,"userId":"ec255638-34dc-4c4c-9f53-6d0fda592a72","userUrl":null,"categoryId":"6a5bf580-344f-4dc8-b215-1fb9b9cd63f1","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-06-12T15:43:14.6297729+00:00","lastModifiedDateTime":"2025-06-13T11:43:14.6297729+00:00","availableFrom":"2025-06-13T15:43:14","startDateTimeZone":null,"availableUntil":"2025-06-14T15:43:14","endDateTimeZone":null,"medias":[{"id":"40e10aa2-8ac4-4418-9d5c-e7db52a956ca","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"fb6529b7-3c8b-4732-b16b-718a60a67f9e","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"3af0823b-0f97-4166-9b14-bd1ddfd751ae","url":null},{"type":"Department","name":"Department name example","id":"af4eff33-e4f2-4234-b1e0-e1aa7a1692b1","url":null},{"type":"User group","name":"User group name example","id":"9c033ea5-3f64-4f31-a94b-b7e9d5bca4a3","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":"04c242e6-2ec3-4de2-a712-e7657d2a5e82"}],"userGroups":[{"url":null,"name":"User group name example","id":"b64e97e1-b287-4a21-bf22-90e7c73f5b41"}],"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