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":"c0071948-aa30-4b7d-b034-63cd13ccb9f2","url":null,"userId":"082c6197-ea0f-4065-a51a-e12612dd3d90","userUrl":null,"categoryId":"6e1b48ef-a972-4673-9890-a0c87f31f195","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-02-07T00:32:33.5249233+00:00","lastModifiedDateTime":"2026-02-07T20:32:33.5249233+00:00","availableFrom":"2026-02-08T00:32:33","startDateTimeZone":null,"availableUntil":"2026-02-09T00:32:33","endDateTimeZone":null,"medias":[{"id":"ea0675b1-0dea-43e5-ad7c-2a178c63804d","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"6d5789f0-47db-43f1-af27-f2129a8e3055","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"085a12ec-8dd2-4dba-a097-add7d652a57d","url":null},{"type":"Department","name":"Department name example","id":"f2b67b69-d321-4ebb-a24d-9aa69879d133","url":null},{"type":"User group","name":"User group name example","id":"292bf574-f1e2-468d-adc0-f6fc425842d7","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":"a7e59a01-e562-4f16-b134-836e1c36bbdc"}],"userGroups":[{"url":null,"name":"User group name example","id":"02bfbe22-36ea-4056-8019-64a695dead20"}],"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