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":"16b759d7-5c7f-46a4-8e49-f7ff5de51297","url":null,"userId":"af999a03-6437-44b8-a83f-610c826f8ec6","userUrl":null,"parentCommentId":"ef57bc02-3f93-4813-ba11-bed09dd466df","parentCommentUrl":null,"creationDateTime":"2025-07-30T11:08:33.0952842+00:00","lastModifiedDateTime":"2025-07-30T15:08:33.0952842+00:00","medias":[{"id":"e665be65-c9c2-4da2-8e8b-967d059375e3","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"6654ab3d-7326-4ec3-86d3-71ed5c5c32a7","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"366074e9-9e77-46af-a02b-098bf9aaf0fb","url":null,"userId":"87030795-949f-45ce-bcee-e25c9be44f2b","userUrl":null,"parentCommentId":"b1540124-46a7-44b1-85b9-7578809ff1d0","parentCommentUrl":null,"creationDateTime":"2025-07-30T10:08:33.0952842+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"763af0e8-1562-4489-a0ca-61874fff80a3","url":null},{"type":"Department","name":null,"id":"29d1037a-6347-4be6-a39c-c66c8748d65c","url":null},{"type":"User group","name":null,"id":"65d91aad-4a7c-4fd2-aa49-b7c20ede1de7","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