Relesys API Docs

v1.3

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

Content

Get Content By Id
GET /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.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":"c341dc4a-b2ce-4b0e-abdb-49827f1e54db","url":null,"userId":"0ac4c59a-fa11-4acd-b452-859e83f32b47","userUrl":null,"categoryId":"3bdfb4b0-c286-4c02-a80e-9305c00f2502","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-12-28T07:48:27.7868434+00:00","lastModifiedDateTime":"2025-12-29T03:48:27.7868434+00:00","availableFrom":"2025-12-29T07:48:27","startDateTimeZone":null,"availableUntil":"2025-12-30T07:48:27","endDateTimeZone":null,"medias":[{"id":"ea6a20d1-91c8-4d3e-b3a2-5a5fb76d199c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"35db8cca-da40-4018-92e8-d679da4beac1","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"0c3eae23-facc-4000-af8e-359216224bd5","url":null},{"type":"Department","name":"Department name example","id":"8dcf1f27-ea43-440b-8479-95f663ae85ce","url":null},{"type":"User group","name":"User group name example","id":"cdf473ee-4971-47a2-b23d-7f8235e595e9","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":"c7ab6712-d245-41d7-a3c5-d7c1e1a7ff74"}],"userGroups":[{"url":null,"name":"User group name example","id":"24d60163-6d48-43c5-b008-bd6732df5ed6"}],"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