Relesys API Docs

v1.2

https://api.relesysapp.net/api/v1.2

Content

Get Content By Id
GET /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1.2/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":"a17a030a-4c73-4eea-915e-6c77648ebf71","url":null,"userId":"4c31e689-8368-44f9-821e-7d026af28814","userUrl":null,"categoryId":"1fe6f9ba-6850-45ff-8cfc-abc5afad64fc","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2024-04-18T09:43:05.3168717+00:00","lastModifiedDateTime":"2024-04-19T05:43:05.3168717+00:00","availableFrom":"2024-04-19T09:43:05Z","startDateTimeZone":null,"availableUntil":"2024-04-20T09:43:05Z","endDateTimeZone":null,"medias":[{"id":"457d6218-3c72-4ed6-81f5-95869c1ffb7c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"8c01b84f-dbda-4af6-8ad4-082c06806808","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"e06c519f-0922-4d39-a4f6-934886cca5f2","url":null},{"type":"Department","name":"Department name example","id":"6d8e63b5-5b47-4619-89f5-bf8ec68ed86f","url":null},{"type":"User group","name":"User group name example","id":"b833cac1-be07-437c-808a-5dab548d8732","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