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":"9805e303-dc10-4b55-98c8-527398d23a94","url":null,"userId":"8eb2e586-ac1c-4bb6-9fa8-1610ebf55f28","userUrl":null,"categoryId":"1f2f6636-f21e-47a7-845f-03d7c5ccbc17","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-08-01T07:45:56.9335409+00:00","lastModifiedDateTime":"2026-08-02T03:45:56.9335409+00:00","availableFrom":"2026-08-02T07:45:56","startDateTimeZone":null,"availableUntil":"2026-08-03T07:45:56","endDateTimeZone":null,"medias":[{"id":"899b7e0f-0530-48a9-94dc-b9234a180d33","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"64640c1b-7018-4a26-97f4-14b3d5a8296e","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"b950dce8-bee5-4f15-90da-5801ef349e6a","url":null},{"type":"Department","name":"Department name example","id":"350aed0b-7f9b-4a15-a6e5-d417346bf88a","url":null},{"type":"User group","name":"User group name example","id":"6414875f-f147-41a2-ae9e-f924c2b7dda6","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":"76bef43f-76bf-4cb0-86d2-5be04cfc05d9"}],"userGroups":[{"url":null,"name":"User group name example","id":"430adaa9-6f93-4efe-b90a-a6d370c4e48b"}],"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