Relesys API Docs

v1.3

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

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1.3/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":"4464ee0c-c75f-4745-90b0-fa19f5d3e947","url":null,"userId":"bee34dc8-32b7-447a-8e30-2955b021b703","userUrl":null,"parentCommentId":"e1da551a-d44f-4a1f-a22e-1a8afcf49461","parentCommentUrl":null,"creationDateTime":"2025-04-03T22:01:42.167584+00:00","lastModifiedDateTime":"2025-04-04T02:01:42.167584+00:00","medias":[{"id":"f82fe623-275e-48dc-a618-b187b4d0a1bd","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"b9095ee7-0c06-475c-82cb-0c563ddaae12","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"2973a3ad-216f-4cf2-abbe-ebfe7586ec8a","url":null,"userId":"985cd668-ab92-4e0b-b23c-871d0045adb3","userUrl":null,"parentCommentId":"44952c27-0c71-42ea-b4e6-c4a40c9630e4","parentCommentUrl":null,"creationDateTime":"2025-04-03T21:01:42.167584+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"6c826217-ed96-4a8e-b1a4-b77693b6f1cc","url":null},{"type":"Department","name":null,"id":"b06bc8e0-5554-4e6e-8b74-65bc821560bd","url":null},{"type":"User group","name":null,"id":"bb799584-de6a-4813-8c61-23c8e6d70195","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