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":"5441f19f-94c3-4504-acae-f552ecd606f9","url":null,"userId":"3521b37d-ead9-4c27-9226-e36b35343f0b","userUrl":null,"categoryId":"6d242b89-37eb-4e22-bfe5-c081a7885de1","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-01-30T07:51:31.7050027+00:00","lastModifiedDateTime":"2026-01-31T03:51:31.7050027+00:00","availableFrom":"2026-01-31T07:51:31","startDateTimeZone":null,"availableUntil":"2026-02-01T07:51:31","endDateTimeZone":null,"medias":[{"id":"7681763e-e1aa-4e81-a9e1-f094b7a37bfa","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"edf968ab-1ccf-4fb8-8838-82f87db00fa3","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"30a99a59-445b-4aa4-bab1-8544937f5d5f","url":null},{"type":"Department","name":"Department name example","id":"b33a6907-bc9b-4b16-8e46-d756cfd6832b","url":null},{"type":"User group","name":"User group name example","id":"83ccb062-6cec-4ab2-ae1e-05e037e38a98","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":"ab1906ac-8d76-4abc-8d08-9e14894a447d"}],"userGroups":[{"url":null,"name":"User group name example","id":"830edbb4-5387-4551-8aab-0e69623f54d4"}],"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