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":"16c2441d-ebbf-4978-be0c-aa47c5121d49","url":null,"userId":"ca64e57a-6527-4cb8-8c80-5d67728a3bb3","userUrl":null,"categoryId":"5acfe628-c42a-40d4-ba4f-ffc1030b6c38","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-01-15T10:42:52.6728638+00:00","lastModifiedDateTime":"2025-01-16T06:42:52.6728638+00:00","availableFrom":"2025-01-16T10:42:52Z","startDateTimeZone":null,"availableUntil":"2025-01-17T10:42:52Z","endDateTimeZone":null,"medias":[{"id":"a81b8602-896c-4fb0-9327-7752861acb31","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"4a2a29ff-c214-44ac-8e6e-196543fc1973","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"d096ceee-1bef-4c50-9ec5-8552b6ddbd5b","url":null},{"type":"Department","name":"Department name example","id":"74ed9ca1-a853-4f8f-ae0d-903d6acc1c83","url":null},{"type":"User group","name":"User group name example","id":"b3729f0f-93af-479a-9ebf-dbce87beca52","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