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":"a234363b-11d5-4126-b98c-356b1b93f816","url":null,"userId":"84831bf1-7cd2-4218-a115-eb5cf965b68a","userUrl":null,"parentCommentId":"362c9573-4530-4b82-8dd1-6a7001e6ead9","parentCommentUrl":null,"creationDateTime":"2026-01-21T19:49:26.7988345+00:00","lastModifiedDateTime":"2026-01-21T23:49:26.7988345+00:00","medias":[{"id":"f12b84e6-c46f-48e3-92ec-bdcf0a49c65a","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"df61cb6d-05e6-41ba-9ccc-e180643de9f4","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"422e4502-d530-45ff-9da3-ae9d56fffb56","url":null,"userId":"8268a182-b39e-42c4-a426-f28d1ff15bd7","userUrl":null,"parentCommentId":"4a301159-06f2-425c-8fa8-254687f3fc23","parentCommentUrl":null,"creationDateTime":"2026-01-21T18:49:26.7988345+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"9b84e481-3e92-4da2-8015-f2cdaa99c999","url":null},{"type":"Department","name":null,"id":"508b350f-c205-48e8-a914-e115a524eb2b","url":null},{"type":"User group","name":null,"id":"bfda3881-1fa7-47b2-a7f9-39cd8743fa1e","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