Relesys API Docs

v1

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

Content

Get Content By Id
GET /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1/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":"5d3c7225-fe0f-4cf3-a399-ed6f224462a2","url":null,"userId":"74bebedb-25bf-492f-a63d-726f80869846","userUrl":null,"categoryId":"71b78c1e-7c24-4bf1-a399-5994ed5d2b99","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-05-01T02:10:47.731441+00:00","lastModifiedDateTime":"2025-05-01T22:10:47.731441+00:00","availableFrom":"2025-05-02T02:10:47Z","startDateTimeZone":null,"availableUntil":"2025-05-03T02:10:47Z","endDateTimeZone":null,"medias":[{"id":"82f38b11-931b-4f3f-a2f1-bf923a32c82b","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"96757e21-7017-4429-af44-2352d974f55b","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"cdd8d32e-ad89-48e0-a718-875172482b05","url":null},{"type":"Department","name":"Department name example","id":"80129bce-7656-4924-b63a-0ada906f3671","url":null},{"type":"User group","name":"User group name example","id":"413367a2-339c-4d32-9a60-960b92df5c63","url":null}],"locales":[{"culture":"en-GB","title":"Example title 1","bodyText":"<p>Example body text 1</p>"}]}}
object
  data object      
   availableFrom datetime      
   availableUntil datetime      
   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      
   sortOrder integer      
   startDateTimeZone string      
   status string      
   url string      
   userId string / guid      
   userUrl string