Relesys API Docs

v1.1

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

Content

Get Content By Id
GET /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1.1/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":"de21a1cc-2c85-4223-bc81-c4ead15fff48","url":null,"userId":"a329a7c0-e78b-4c3f-883b-025010fe424e","userUrl":null,"categoryId":"f5657c00-b4fc-4b48-b87b-e8782eafd5b9","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2024-10-03T23:50:21.2497499+00:00","lastModifiedDateTime":"2024-10-04T19:50:21.2497499+00:00","availableFrom":"2024-10-04T23:50:21Z","startDateTimeZone":null,"availableUntil":"2024-10-05T23:50:21Z","endDateTimeZone":null,"medias":[{"id":"c8d14c49-6eb7-4288-b473-b1b09b131aa1","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"09743e0a-fa29-4b1b-98a2-72741fe08259","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"ac75487f-126f-4f89-b328-5c4a40b0b534","url":null},{"type":"Department","name":"Department name example","id":"d0465fdd-fc91-4540-9ba6-55193ac30de4","url":null},{"type":"User group","name":"User group name example","id":"1578105e-e4b9-4b1e-a706-aa7290ae2590","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