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":"c97ab806-d15e-41d3-a1fd-3804eb2a0c9d","url":null,"userId":"f61b1b79-b28a-4bda-affe-2cdd965ebd04","userUrl":null,"categoryId":"c5b5ddee-68ab-442a-a640-66d145270b3b","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-03-03T11:21:51.1348068+00:00","lastModifiedDateTime":"2025-03-04T07:21:51.1348068+00:00","availableFrom":"2025-03-04T11:21:51Z","startDateTimeZone":null,"availableUntil":"2025-03-05T11:21:51Z","endDateTimeZone":null,"medias":[{"id":"00a20950-f40d-4ed5-97e4-a73a503b8a15","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"4042f9eb-3b45-44a6-a45d-5ea02f46129d","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"fbe0959e-22fb-46f2-b8e2-d68a0d316516","url":null},{"type":"Department","name":"Department name example","id":"4ed9ffe1-5d47-4de6-8883-de4484b74e1d","url":null},{"type":"User group","name":"User group name example","id":"1e0694b3-e14c-497a-a293-337a314efe67","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