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":"45c2c738-7299-4630-9686-3cfef7e83974","url":null,"userId":"268e8579-a4ad-464c-9769-ae220d45c330","userUrl":null,"parentCommentId":"98d12bb5-d7e2-48fb-a112-31773bdf807e","parentCommentUrl":null,"creationDateTime":"2026-02-13T19:37:21.0176719+00:00","lastModifiedDateTime":"2026-02-13T23:37:21.0176719+00:00","medias":[{"id":"36b97786-1c21-4f6d-a0aa-16c9c2184c30","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"91c57dca-6a47-4994-95ee-9f183b306755","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"65da912a-cb84-45aa-98fb-cb02a058cb43","url":null,"userId":"bf4ddd93-ae6a-477e-bb95-fc7d13a8a949","userUrl":null,"parentCommentId":"aa2bf9f8-67aa-4013-8761-a1da74aed433","parentCommentUrl":null,"creationDateTime":"2026-02-13T18:37:21.0176719+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"472aa461-193d-4313-8bdb-2bcc61968f15","url":null},{"type":"Department","name":null,"id":"15c16c67-196a-42e4-9892-809467110fb2","url":null},{"type":"User group","name":null,"id":"a2e59c12-c3f9-426d-aa2d-28a4ea05db0f","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