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":"4f8c3681-3d8d-480a-be7f-9a2bc3d43eda","url":null,"userId":"43d7ff91-c54c-43e9-84d3-d87d70f5ea1d","userUrl":null,"categoryId":"e47319f1-3115-4fb8-85de-ef2fe5234375","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-06-26T13:25:18.9927656+00:00","lastModifiedDateTime":"2025-06-27T09:25:18.9927656+00:00","availableFrom":"2025-06-27T13:25:18","startDateTimeZone":null,"availableUntil":"2025-06-28T13:25:18","endDateTimeZone":null,"medias":[{"id":"834b9ca2-08cb-422e-8ef2-a097595684d3","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"51472371-7e82-4ebc-866c-acf2ec50b693","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"d20dfc77-c950-4c69-966e-264edfe645ae","url":null},{"type":"Department","name":"Department name example","id":"c4543ec5-1be8-4001-a623-07639878ae1d","url":null},{"type":"User group","name":"User group name example","id":"41d0e925-b9a0-4001-9f1a-d92ffa5d2d16","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":"0d1accc1-11ff-4e5e-9a2b-53184d6adf94"}],"userGroups":[{"url":null,"name":"User group name example","id":"74c2026a-0e45-4d74-91c7-ee38556db1fb"}],"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