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":"a8cbd129-3754-4329-b174-3986e8c0aed9","url":null,"userId":"50d1cc21-009f-4e15-915d-ec72d1261da3","userUrl":null,"parentCommentId":"2d2c90e3-82a7-4624-a4f1-8fac3a24da7e","parentCommentUrl":null,"creationDateTime":"2025-08-19T16:58:06.2157118+00:00","lastModifiedDateTime":"2025-08-19T20:58:06.2157118+00:00","medias":[{"id":"28bd5779-ac5d-4dda-b7df-740712dbe714","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"3869618a-2389-4cf1-a290-f7f6b57fccbe","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"dcdafac7-4240-423a-8328-f6cd897f6fe0","url":null,"userId":"2bea1a33-5b96-45c9-b4fb-6392876e7617","userUrl":null,"parentCommentId":"583d6c84-a050-4f13-bcf5-2a2dd7d02c5b","parentCommentUrl":null,"creationDateTime":"2025-08-19T15:58:06.2157118+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"fac3fd9a-8270-4f62-87a0-f63839e9e06e","url":null},{"type":"Department","name":null,"id":"fa63fa07-e8e0-4482-bcfa-38701718cbc1","url":null},{"type":"User group","name":null,"id":"18a53e01-3391-431a-9916-5d1ca91d9cd1","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