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":"33b3f012-800a-4fb2-a21a-c1a04c01e226","url":null,"userId":"a27855b9-804f-4d19-9aea-1cf77a97bb6e","userUrl":null,"parentCommentId":"421afc10-104e-4fb6-88fd-a4fb548485e1","parentCommentUrl":null,"creationDateTime":"2025-07-04T01:14:20.5059113+00:00","lastModifiedDateTime":"2025-07-04T05:14:20.5059113+00:00","medias":[{"id":"d3194b8b-cb93-4295-8ecb-2831b867082f","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"d5d569e3-842b-4d84-bfb5-df01ee00a8e0","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"486a95e4-26fd-46ab-b617-35afab9be6a4","url":null,"userId":"4835a842-e2a1-4a87-8c81-45428b0dbf87","userUrl":null,"parentCommentId":"5d6380aa-1a17-4838-b13a-52089ade1def","parentCommentUrl":null,"creationDateTime":"2025-07-04T00:14:20.5059113+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"2186a8f4-0204-4a4a-8c8b-52b56033d6e9","url":null},{"type":"Department","name":null,"id":"dd0e6486-c684-4bf8-983d-8b2a773811f1","url":null},{"type":"User group","name":null,"id":"73f5ca6a-94e6-4a4a-a411-56d0170d1c53","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