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":"9970964c-9b98-4f43-b858-e7f5b1660221","url":null,"userId":"5bc3992e-1802-4f84-8a17-809e8f4581c3","userUrl":null,"categoryId":"746a09be-9366-4909-818e-c81da423e767","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-01-17T09:43:55.744262+00:00","lastModifiedDateTime":"2026-01-18T05:43:55.744262+00:00","availableFrom":"2026-01-18T09:43:55","startDateTimeZone":null,"availableUntil":"2026-01-19T09:43:55","endDateTimeZone":null,"medias":[{"id":"805b8b3f-37da-4e1d-bda4-ee6cec365d81","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"87d35cdb-e630-46cf-aa83-a64c0afeb210","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"68d93200-fb4a-4115-90bc-4d7a91596235","url":null},{"type":"Department","name":"Department name example","id":"75155cf9-aa63-41c4-a732-11d577897ed2","url":null},{"type":"User group","name":"User group name example","id":"cd9827eb-0421-40a2-93a4-18d2ff8070e2","url":null}],"locales":[{"culture":"en-GB","title":"Example title 1","bodyText":"<p>Example body text 1</p>"}],"permissions":[{"departments":[{"url":null,"name":"Department name example","id":"2e670891-b4c8-46bb-893e-34e8117f3cee"}],"userGroups":[{"url":null,"name":"User group name example","id":"dcfc5a39-94ce-4200-8cde-be47e8b82273"}],"requireAllUserGroups":false}]}}
object
  data object      
   availableFrom string      
   availableUntil string      
   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      
   permissions array[object]      
    departments array[object]      
     id string / guid      
     name string      
     url string      
    requireAllUserGroups boolean      
    userGroups array[object]      
     id string / guid      
     name string      
     url string      
   sortOrder integer      
   startDateTimeZone string      
   status string      
   url string      
   userId string / guid      
   userUrl string