Relesys API Docs

v1.1

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

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1.1/contentmodules/{moduleId}/content/{contentId}/comments
Get a list of content comments.
Default sort is by creationDateTime in descending order.

Please note: Comments must be enabled on the module for this endpoint to be called. Otherwise status code 400 - Bad Request will be returned.
Scopes: relesys.api, relesys.api:read, relesys.api.content, relesys.api.content:read
URL Path
moduleId string / guid required
contentId string / guid required
Query String
creationDateTime datetimeoffset Filterable Sortable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
parentCommentId string / guid Filterable optional
userId string / guid Filterable optional
sort string Comma separated sort order based on sortable properties optional
offset integer Offset value for use in pagination Default: 0 optional
limit integer Total objects to fetch (max 1000) Default: 200 optional
Responses
application/json
JSON
{"count":2,"data":[{"id":"fe70c783-25c3-48f8-b02d-6067cb0cca13","url":null,"userId":"e82fe277-79a4-458f-9b45-bde675bfa83b","userUrl":null,"parentCommentId":"c500c0b7-0961-4883-97ad-607270efcb18","parentCommentUrl":null,"creationDateTime":"2026-04-04T09:43:24.4284958+00:00","lastModifiedDateTime":"2026-04-04T13:43:24.4284958+00:00","medias":[{"id":"4fb21712-75b7-41da-bdab-9e219ac2ad23","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"4e81b443-0506-44d3-95c0-476866d40b9c","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"d275c225-d03b-4f83-a752-a6c3a9264b98","url":null,"userId":"c4b6d384-f11f-4ddf-9b26-e6e64c84d19e","userUrl":null,"parentCommentId":"b0978ad4-4207-4353-a6ee-7b76271ca892","parentCommentUrl":null,"creationDateTime":"2026-04-04T08:43:24.4284958+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"1a06b26f-6df2-44ce-a58c-20085a444c3b","url":null},{"type":"Department","name":null,"id":"765f40f8-7604-4aca-9f0a-71f27e04b065","url":null},{"type":"User group","name":null,"id":"ed79a0c6-c61f-457e-ad45-9abf61a06b7d","url":null}],"locales":[{"culture":"en-GB","text":"Example text 2"}]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    culture string      
    text 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      
   parentCommentId string / guid      
   parentCommentUrl string      
   url string      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string