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":"e1516f7f-e769-4061-9b39-156cce3c8b56","url":null,"userId":"468009f4-5e9b-4eb8-bd17-e9a65ce81085","userUrl":null,"parentCommentId":"97f7d065-e116-4dc4-8893-ed272164cee4","parentCommentUrl":null,"creationDateTime":"2025-09-13T18:11:00.3845097+00:00","lastModifiedDateTime":"2025-09-13T22:11:00.3845097+00:00","medias":[{"id":"b7e5e831-fa4f-43b1-a61a-001f56901498","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"ee7a7040-0d35-4a40-b4bd-1e7377579a8b","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"e495cef4-e683-4b50-b082-6360bbd6cbd8","url":null,"userId":"7072cb27-4470-4063-b7c8-cb357e338401","userUrl":null,"parentCommentId":"0d395639-1281-42b2-8398-ea9e1634055c","parentCommentUrl":null,"creationDateTime":"2025-09-13T17:11:00.3845097+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"5710a1a4-d46b-40b5-9bdd-47e507029b6d","url":null},{"type":"Department","name":null,"id":"8d30f438-50cb-4478-abd0-5de644b2c03f","url":null},{"type":"User group","name":null,"id":"a92fea65-85cc-4cfe-8c53-349efac9c97e","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