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":"007fdcf3-86ad-45b2-bc78-b47d1d21e31e","url":null,"userId":"13604892-5913-4bcf-bbda-2d2d9170655e","userUrl":null,"categoryId":"10ef9c09-f759-41fb-8f85-5dde70e50aec","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-04-02T22:15:10.7447792+00:00","lastModifiedDateTime":"2025-04-03T18:15:10.7447792+00:00","availableFrom":"2025-04-03T22:15:10Z","startDateTimeZone":null,"availableUntil":"2025-04-04T22:15:10Z","endDateTimeZone":null,"medias":[{"id":"8c23704b-8ddf-4228-9f44-3bda3a1c4213","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"0554011b-8c05-4cf7-9c69-16e38338b40d","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"0658443d-7ed5-4253-8b8a-017f4b1e666f","url":null},{"type":"Department","name":"Department name example","id":"1e85a6f7-2824-4643-92cf-7b6c4d7e7d81","url":null},{"type":"User group","name":"User group name example","id":"76a753e3-26da-45f6-9c9a-1f712e982c71","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