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":"e7d13960-be83-44bf-89f9-a76de112bc89","url":null,"userId":"7169a190-dd95-41ca-8916-f749f1f26a60","userUrl":null,"categoryId":"1702a272-7fb6-4a31-9131-85125e5c7b3b","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2024-07-26T06:29:37.9223037+00:00","lastModifiedDateTime":"2024-07-27T02:29:37.9223037+00:00","availableFrom":"2024-07-27T06:29:37Z","startDateTimeZone":null,"availableUntil":"2024-07-28T06:29:37Z","endDateTimeZone":null,"medias":[{"id":"801f9e4d-f06f-4863-9945-08590b0404e1","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"12140cb5-b7ca-413d-b674-e1fc18cac3fd","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"8b191ff4-3b64-4704-a4e6-cf610e172934","url":null},{"type":"Department","name":"Department name example","id":"51b25b09-0fbf-4974-9f50-2a53e0207b7f","url":null},{"type":"User group","name":"User group name example","id":"58bb19a1-ee9f-4634-932b-ced551b910d7","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