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":"1d614b77-addd-419d-8fd6-adb784829e30","url":null,"userId":"db92e2b3-af86-4497-b7d2-4b37d2273fc6","userUrl":null,"parentCommentId":"2d81554e-a5fd-45ab-b9c2-fedc0061aa5d","parentCommentUrl":null,"creationDateTime":"2026-05-15T20:49:28.3869649+00:00","lastModifiedDateTime":"2026-05-16T00:49:28.3869649+00:00","medias":[{"id":"5f365333-28a9-4965-81f5-abe8e08d869c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"004e8354-ef9e-4404-b2c1-d2afa3c68497","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"6150fb50-d978-4e92-b9c0-3c4e12b43d5d","url":null,"userId":"ba3b7813-f604-45fd-8e20-ffa30eac02ea","userUrl":null,"parentCommentId":"197873bd-b7ec-48f8-bbf0-34cac738cfef","parentCommentUrl":null,"creationDateTime":"2026-05-15T19:49:28.3869649+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"19a20846-34c5-437b-9cd0-e35fd45a467a","url":null},{"type":"Department","name":null,"id":"a58ff073-38a6-4d69-9e89-cf4255a52673","url":null},{"type":"User group","name":null,"id":"81fe8817-9b71-467f-affe-d4b729651f60","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