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":"c98b050e-157a-4d99-8f2d-34cbdab37cd5","url":null,"userId":"cdbddc2f-2cd2-442e-be1b-a0b432e7d35d","userUrl":null,"categoryId":"79b5672b-ee1d-4535-adc2-d3c7287204ff","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2024-09-11T07:53:02.6007683+00:00","lastModifiedDateTime":"2024-09-12T03:53:02.6007683+00:00","availableFrom":"2024-09-12T07:53:02Z","startDateTimeZone":null,"availableUntil":"2024-09-13T07:53:02Z","endDateTimeZone":null,"medias":[{"id":"4e2b2ed9-dc22-421a-a0f0-b2319f5bb337","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"e3590cc2-66cb-4ea0-a0dc-d0c296ede173","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"f02e9130-643f-40cf-a462-97773bac9662","url":null},{"type":"Department","name":"Department name example","id":"9f10751d-4fcd-4fd5-b01b-42e822a0205a","url":null},{"type":"User group","name":"User group name example","id":"1329e09f-9524-43c8-9eb5-40ff79b4d0ba","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