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":"245943b3-525d-4b4f-82ca-b72e8abc22f1","url":null,"userId":"64084412-80a1-4426-941e-35a67373a2a2","userUrl":null,"parentCommentId":"bf5be2b5-0e76-4ecb-8995-13c697a401ac","parentCommentUrl":null,"creationDateTime":"2026-03-24T12:55:28.1761932+00:00","lastModifiedDateTime":"2026-03-24T16:55:28.1761932+00:00","medias":[{"id":"82f80514-4ac3-4bdd-b20f-0d089538142b","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"06baf9e3-e21a-4d92-89ab-0a2ec5ec1d7f","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"54cee543-3ff6-4780-80f4-2904be84a1cc","url":null,"userId":"5338814b-59b5-4dc3-a13f-209bf30c8055","userUrl":null,"parentCommentId":"7076eb60-cf61-4792-b5fb-902bfa51ef45","parentCommentUrl":null,"creationDateTime":"2026-03-24T11:55:28.1761932+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"c3f9c613-1eef-463e-9152-2ccf2c95f750","url":null},{"type":"Department","name":null,"id":"90b9f7cf-09c6-441a-a373-435503cfedb7","url":null},{"type":"User group","name":null,"id":"5ccef9b0-2ad6-4bae-9eb0-a0c161ffae76","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