Relesys API Docs

v1.4

https://api.relesysapp.net/api/v1.4

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1.4/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":"dc52f5f2-d159-45e4-9e83-95ce2ba53dcc","url":null,"userId":"d31183b7-7d63-4195-bf1b-7652afdb9efd","userUrl":null,"parentCommentId":"581dd502-951e-43a1-8fa6-bbc8ec37acd9","parentCommentUrl":null,"creationDateTime":"2026-09-10T22:38:51.4527485+00:00","lastModifiedDateTime":"2026-09-11T02:38:51.4527485+00:00","medias":[{"id":"2bbe9896-a90c-47dd-9d69-c4cfc101a817","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"3e079212-30e5-4e30-bd90-8bbc15ebac21","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"d4b24fac-df26-461c-9dfb-70c22c04ca0f","url":null,"userId":"6997d81e-e213-44c8-8a60-8903d55764ab","userUrl":null,"parentCommentId":"40aa25c7-34db-4ee2-a243-28979e478e30","parentCommentUrl":null,"creationDateTime":"2026-09-10T21:38:51.4527485+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"adb95aea-83f1-4ab6-9552-26063394dde9","url":null},{"type":"Department","name":null,"id":"c5885afc-9352-4f67-bc5a-0013eb0fec03","url":null},{"type":"User group","name":null,"id":"a81fd298-0461-4dad-a7d3-b57199c8678b","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