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":"23120396-47a1-46d2-9c24-1e2709d8c970","url":null,"userId":"97bc1340-df15-47db-b5b9-3d63ead4c3ee","userUrl":null,"categoryId":"5b4a1f50-4917-4f54-b1a8-caedc64509c1","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-04-24T09:27:59.6056725+00:00","lastModifiedDateTime":"2025-04-25T05:27:59.6056725+00:00","availableFrom":"2025-04-25T09:27:59Z","startDateTimeZone":null,"availableUntil":"2025-04-26T09:27:59Z","endDateTimeZone":null,"medias":[{"id":"07784cac-80ed-41ed-bd8f-8a907c6d2e5e","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"1589b171-d7cd-4101-b7f5-26073fb9f502","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"05bb399b-0d0d-4857-90eb-8200bd632542","url":null},{"type":"Department","name":"Department name example","id":"eee95984-962c-48d3-beeb-609d21414a17","url":null},{"type":"User group","name":"User group name example","id":"1c776062-7c74-4cac-893c-4496b9db800e","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