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":"e292857f-9a80-4b62-88f9-53bec792da2b","url":null,"userId":"77e0bc17-5b76-4e44-b75a-b52254e79b31","userUrl":null,"parentCommentId":"6521b495-97f2-4a40-a382-a6de28cb89e4","parentCommentUrl":null,"creationDateTime":"2026-04-25T07:47:24.4981137+00:00","lastModifiedDateTime":"2026-04-25T11:47:24.4981137+00:00","medias":[{"id":"7183d429-ff22-42a0-97c2-b33bf4ed9d3b","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"8932f4b7-eb82-4473-a74d-c186a8f17043","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"00266674-1056-4b31-9faa-f769611139a0","url":null,"userId":"3a96da59-f5e9-420a-9e4a-173b70bf3d95","userUrl":null,"parentCommentId":"61254696-12f7-48e1-8935-bf7693d3b919","parentCommentUrl":null,"creationDateTime":"2026-04-25T06:47:24.4981137+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"23979749-77c4-4362-ab35-4c7184c48ad9","url":null},{"type":"Department","name":null,"id":"c7cd3f5b-a150-4e18-922f-fd97fe9d974a","url":null},{"type":"User group","name":null,"id":"c131e798-f5fd-4930-84af-f53c6cafb220","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