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":"10ea4b90-33f1-4e24-a712-c7a5d59591cd","url":null,"userId":"1e2f5074-61cb-4c2c-ae2b-bee1a4cc9690","userUrl":null,"parentCommentId":"a0e9dede-de07-428f-add6-cc8e4900cd61","parentCommentUrl":null,"creationDateTime":"2025-09-11T21:44:28.9543957+00:00","lastModifiedDateTime":"2025-09-12T01:44:28.9543957+00:00","medias":[{"id":"1151cd3a-2900-437f-ab70-287f9ef5c9ce","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"71bf116d-1816-45c9-8581-f1c8fc24a9af","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"ad277de4-af67-42c3-880f-5ea6f138e664","url":null,"userId":"5d4d568a-bd43-43e3-9a27-efa31944539b","userUrl":null,"parentCommentId":"fb18866b-9eaf-411e-a4ca-a730894fe919","parentCommentUrl":null,"creationDateTime":"2025-09-11T20:44:28.9543957+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"abf567a3-151e-4992-931e-d2a160640287","url":null},{"type":"Department","name":null,"id":"171a3e82-8df1-4d2c-ab42-a4a0198adbdc","url":null},{"type":"User group","name":null,"id":"3eb37509-5c6c-4e13-bc14-1cb54b13c833","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