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":"00f8223c-1b9f-498b-8e9d-90fdf62609df","url":null,"userId":"7ed197c7-99cd-40b3-a092-5d7cf7a4035e","userUrl":null,"parentCommentId":"3ba9a5f1-9c20-4aec-87f3-433d82967748","parentCommentUrl":null,"creationDateTime":"2026-08-02T07:41:31.606703+00:00","lastModifiedDateTime":"2026-08-02T11:41:31.606703+00:00","medias":[{"id":"4d128193-cbb1-4567-b374-19e71bc0986f","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"21d46357-2e04-4af9-aed3-a32f4fb18d11","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"116272f1-8e92-40ee-9163-3481f0c8f394","url":null,"userId":"de26b1ab-9823-44ac-ba69-2801e1f00ca0","userUrl":null,"parentCommentId":"86208dff-4171-4527-9c8d-72eec8c5ed6b","parentCommentUrl":null,"creationDateTime":"2026-08-02T06:41:31.606703+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"659efe18-56c7-4549-8d57-8de082045cf3","url":null},{"type":"Department","name":null,"id":"06e0373b-b7d1-4801-834c-1a122a4a749f","url":null},{"type":"User group","name":null,"id":"44dd2b08-0dd2-4517-9b5c-95481b303ffc","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