Relesys API Docs

v1

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

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1/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":"c1d16258-a690-41a7-80eb-fc96798e14cc","url":null,"userId":"8b73cee7-cf5e-4682-91a6-4e3f3a612379","userUrl":null,"parentCommentId":"04e955b2-b872-4c81-aab3-433bff201e0e","parentCommentUrl":null,"creationDateTime":"2025-05-02T01:58:14.2512011+00:00","lastModifiedDateTime":"2025-05-02T05:58:14.2512011+00:00","medias":[{"id":"5a71eb9b-09ed-4483-a257-29b8dd3e8b39","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"ad411886-8e37-4eb6-a057-1d0d2d0b1994","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"86d2b513-f5ca-4b12-a59f-85a002ace449","url":null,"userId":"bfbffa72-02bf-4025-b86e-129e88568c94","userUrl":null,"parentCommentId":"6ba9f660-9d1e-4d97-85df-6ec5c027be31","parentCommentUrl":null,"creationDateTime":"2025-05-02T00:58:14.2512011+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"865cd12a-dfe8-4d1b-9338-ccab4250ecdb","url":null},{"type":"Department","name":null,"id":"540fa06d-e3d7-4378-a0d9-1d6c7bdc668a","url":null},{"type":"User group","name":null,"id":"b42d076c-f36b-4a26-9d9c-33275d73834b","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