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":"5101fe42-6bf4-4e33-8585-e8b674567bea","url":null,"userId":"21a720db-b640-4f19-b1bb-0946477a0ead","userUrl":null,"categoryId":"6e73ed88-4d30-4f33-a572-915df6175c5b","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2024-11-20T06:24:11.2826264+00:00","lastModifiedDateTime":"2024-11-21T02:24:11.2826264+00:00","availableFrom":"2024-11-21T06:24:11Z","startDateTimeZone":null,"availableUntil":"2024-11-22T06:24:11Z","endDateTimeZone":null,"medias":[{"id":"cb7d38bd-123b-425d-b5f2-6785d0076309","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"944c552b-0481-4b3b-aeef-ff6410fedd22","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"fd8e6c4f-48a3-4d93-9f36-52064d7707cf","url":null},{"type":"Department","name":"Department name example","id":"7678b035-b6da-4afe-8454-76593d894ead","url":null},{"type":"User group","name":"User group name example","id":"52216753-367a-4bc6-b0dc-ecffdd948acb","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