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":"9636d640-8e54-45ab-bfcb-c40c7bfc91c0","url":null,"userId":"2a6d7ae6-e7d7-4f7d-a97e-ea52627a4c76","userUrl":null,"categoryId":"5cf74f25-92f4-413c-9208-595fbae39615","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-08-22T05:44:18.3113555+00:00","lastModifiedDateTime":"2025-08-23T01:44:18.3113555+00:00","availableFrom":"2025-08-23T05:44:18","startDateTimeZone":null,"availableUntil":"2025-08-24T05:44:18","endDateTimeZone":null,"medias":[{"id":"2948d3fe-8951-4769-865f-2f653e18d528","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"be210902-ca00-4b3c-b5b6-12c12ca444e6","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"85726920-5b49-454f-9910-aaec9df1bb4c","url":null},{"type":"Department","name":"Department name example","id":"c1c44b80-23d1-4c78-a062-7b96fd54f805","url":null},{"type":"User group","name":"User group name example","id":"c0f5a447-41ef-4d63-b2ae-7d00f5124455","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":"acb42392-989f-469e-82b1-2d0f237a53b2"}],"userGroups":[{"url":null,"name":"User group name example","id":"97d3f117-9b06-4a4b-b7d8-3db17a6c18bc"}],"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