Relesys API Docs

v1.4

https://api.relesysapp.net/api/v1.4

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1.4/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":"3adb9efa-f925-437c-88ab-73bb13d4be67","url":null,"userId":"0b54d2c6-072e-4fd9-927c-5f18786eae03","userUrl":null,"parentCommentId":"032ae6f0-8103-4808-a545-af2e29cba54e","parentCommentUrl":null,"creationDateTime":"2026-09-20T08:58:28.6290058+00:00","lastModifiedDateTime":"2026-09-20T12:58:28.6290058+00:00","medias":[{"id":"b174124d-9f9e-4408-bfad-8f2c906e15cb","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"d0005509-d825-42ce-a31c-27821cbb8e6b","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"dcaa4d89-5760-4ae4-a08a-780bea41d762","url":null,"userId":"1e053638-1a96-42cb-97d8-54d291ecbee0","userUrl":null,"parentCommentId":"be4c89bb-ba79-430a-a1d9-0ef50572c9b0","parentCommentUrl":null,"creationDateTime":"2026-09-20T07:58:28.6290058+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"f9ea9079-2189-4a52-88c8-9bdf468f9126","url":null},{"type":"Department","name":null,"id":"34b5dd5f-9738-4b18-8844-b2a3b5eb1869","url":null},{"type":"User group","name":null,"id":"9d81c6e2-97d6-489b-b1b8-57ac49d13ee3","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