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":"696c002e-1443-4a8a-aca8-2c6f5e35c9fa","url":null,"userId":"a640e169-94a1-4cf9-b92f-74dc63def352","userUrl":null,"parentCommentId":"8e0090c4-9493-4c4a-af3c-0880eb56e492","parentCommentUrl":null,"creationDateTime":"2025-12-12T11:25:59.9240601+00:00","lastModifiedDateTime":"2025-12-12T15:25:59.9240601+00:00","medias":[{"id":"614ae724-2ea2-4984-8da4-0f84db1eeb64","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"5f8a3267-54b0-4543-827b-2d6289de1196","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"e42ce697-0f6b-4922-bdd3-61e7abd86d24","url":null,"userId":"82e7af5d-0ba0-47cb-a813-1ae264b42551","userUrl":null,"parentCommentId":"49f670d5-e845-4ea8-90bd-380464ccc24a","parentCommentUrl":null,"creationDateTime":"2025-12-12T10:25:59.9240601+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"8d9f6c2c-2108-4f1c-adeb-78670fe8957e","url":null},{"type":"Department","name":null,"id":"44d470d8-283e-49be-b5a5-26953ad43cf4","url":null},{"type":"User group","name":null,"id":"5df738db-734a-4884-a0fc-f3af9fa32f13","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