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":"19125c3b-75eb-49cf-a668-e20b7ccb2cd2","url":null,"userId":"9a34a1da-f5d7-4483-952c-382cc538d33f","userUrl":null,"categoryId":"1969c3cb-e650-4d93-9034-b962eefa38e8","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-04-24T07:49:45.1794052+00:00","lastModifiedDateTime":"2026-04-25T03:49:45.1794052+00:00","availableFrom":"2026-04-25T07:49:45","startDateTimeZone":null,"availableUntil":"2026-04-26T07:49:45","endDateTimeZone":null,"medias":[{"id":"196a779e-945f-4e51-9cab-b4decb5e09eb","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"0d47b22c-ed6e-4f97-a0ef-19d389330f67","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"c404e87e-37bc-41ae-8a01-e285392cfabe","url":null},{"type":"Department","name":"Department name example","id":"39a2b81e-4743-466d-93d6-6da5d22813f6","url":null},{"type":"User group","name":"User group name example","id":"a857824b-8539-4243-a385-da8c9460b9c9","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":"d9d7d8f6-cf42-478b-bb36-1c0aec29a848"}],"userGroups":[{"url":null,"name":"User group name example","id":"97e68c19-50f7-4f77-927e-86f8f5806d23"}],"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