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":"c3db9c08-cfe3-4554-bfed-790fcb91b14b","url":null,"userId":"d4116697-607f-40e1-8b4c-7d6f6244cd7c","userUrl":null,"categoryId":"74506d92-7c12-4b71-b53d-5611aa07b7c8","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-10-26T19:02:53.0347897+00:00","lastModifiedDateTime":"2025-10-27T15:02:53.0347897+00:00","availableFrom":"2025-10-27T19:02:53","startDateTimeZone":null,"availableUntil":"2025-10-28T19:02:53","endDateTimeZone":null,"medias":[{"id":"db023fbf-06d0-4402-a050-48bce70fc2ca","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"ecfc609e-4f15-44ee-a71a-49f7a0c59547","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"89dc90a2-f411-4e69-82f8-cd437c131914","url":null},{"type":"Department","name":"Department name example","id":"24db3678-cb53-4413-adef-62ee038e9a07","url":null},{"type":"User group","name":"User group name example","id":"72682f67-ccdd-4fe3-b922-779462418dd4","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":"aaa28498-9285-405b-8027-c8d343d59fad"}],"userGroups":[{"url":null,"name":"User group name example","id":"c72229e3-58b9-4e1f-ab49-9c8d17dd8cd5"}],"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