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":"39a1f53d-fe6b-4c6b-8e15-5d60ac6cdf45","url":null,"userId":"1a8dc9ba-78af-472c-8b04-e4f31d5dd528","userUrl":null,"categoryId":"2524fd79-7ec7-496e-a09c-b52383d0a7fe","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-02-19T20:57:52.6168955+00:00","lastModifiedDateTime":"2026-02-20T16:57:52.6168955+00:00","availableFrom":"2026-02-20T20:57:52","startDateTimeZone":null,"availableUntil":"2026-02-21T20:57:52","endDateTimeZone":null,"medias":[{"id":"8512ef93-f7cc-44e5-bf50-c412ec282daf","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"49853ec8-1dff-49d0-b99c-76a62bda14de","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"8b5b8d97-c589-4d43-9e01-fc45e548fa1c","url":null},{"type":"Department","name":"Department name example","id":"83f34cdd-b487-400f-aacc-075ad64b6d50","url":null},{"type":"User group","name":"User group name example","id":"151f9401-8dc2-46b9-9ad5-6533d15a7947","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":"8b3b3ec7-6be5-4e4c-84d2-5c0d021838e4"}],"userGroups":[{"url":null,"name":"User group name example","id":"162a356f-4b31-4843-94eb-7d853f656d97"}],"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