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":"ef477076-19d3-4b01-a94a-2dd8fef1eb33","url":null,"userId":"5b284041-be4f-4493-8c49-5be48f324777","userUrl":null,"categoryId":"7a211c90-4ef5-4e1d-b486-53b710d92c06","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-01-21T05:06:35.7890319+00:00","lastModifiedDateTime":"2025-01-22T01:06:35.7890319+00:00","availableFrom":"2025-01-22T05:06:35Z","startDateTimeZone":null,"availableUntil":"2025-01-23T05:06:35Z","endDateTimeZone":null,"medias":[{"id":"46162a82-3ef1-4cd1-ad3c-b91de285ee20","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"c17577ff-e2d8-4981-960c-4e8d34554a13","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"ca9bb684-849b-4d40-ac27-bd24a3ae20df","url":null},{"type":"Department","name":"Department name example","id":"a6910773-56a2-4261-bfa0-75a7fa1b797d","url":null},{"type":"User group","name":"User group name example","id":"5e423a7d-9df9-4bb4-8dd8-dbfb7e34ff18","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