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":"db17ef42-74b9-4f93-bf98-a678031dedbf","url":null,"userId":"a9516fa4-6591-43b3-bfad-a1c46ed8a51b","userUrl":null,"parentCommentId":"4955ec4d-9e47-46bd-a1fa-5386afd87ff8","parentCommentUrl":null,"creationDateTime":"2026-03-14T17:28:20.7376303+00:00","lastModifiedDateTime":"2026-03-14T21:28:20.7376303+00:00","medias":[{"id":"37a35f34-e075-4103-953a-c56ad2b2fe32","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"ee792529-a1f8-4e9a-a358-202235abffc9","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"dede650d-599d-4872-9ae9-37dce2907f01","url":null,"userId":"88c96c77-df1a-41b3-9739-338980de7aa8","userUrl":null,"parentCommentId":"c4dbefd5-31da-475d-b934-d0f1c7914cf2","parentCommentUrl":null,"creationDateTime":"2026-03-14T16:28:20.7376303+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"a9cb0213-aa74-4663-9c68-042ad97bc244","url":null},{"type":"Department","name":null,"id":"18ff7c7e-d159-4d75-bd39-8f6b9599cf73","url":null},{"type":"User group","name":null,"id":"a1460530-a011-4000-a0f0-5fe42b2a667e","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