Relesys API Docs

v1.4

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

Content

Get Content By Id
GET /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1.4/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":"5207a70e-2a36-443c-b506-1d19e3123e7d","url":null,"userId":"dbf30e07-3798-403e-a139-01e461e4ffbf","userUrl":null,"categoryId":"628c9cc4-35f8-4343-801b-4fce0037ffd2","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-07-30T21:04:48.5188353+00:00","lastModifiedDateTime":"2026-07-31T17:04:48.5188353+00:00","availableFrom":"2026-07-31T21:04:48","startDateTimeZone":null,"availableUntil":"2026-08-01T21:04:48","endDateTimeZone":null,"medias":[{"id":"47f09c57-2571-4565-9940-ea38d800ec72","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"9cf7aeda-ed2f-4369-b262-96fe30f7c151","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"1363ccae-933a-4cb0-b6db-3b1d30ab3f85","url":null},{"type":"Department","name":"Department name example","id":"03e9fc23-3883-46ae-a8a5-d3d6b365427f","url":null},{"type":"User group","name":"User group name example","id":"537776e9-8fe3-461e-a806-3bdedca58926","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":"8a9d2972-0a15-407e-bf86-ae3f0f7bea0c"}],"userGroups":[{"url":null,"name":"User group name example","id":"6a13ea9e-6f3a-4ecd-97ed-67fe49f58b99"}],"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