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":"87a3a508-a106-4ed2-85fe-94a58831872d","url":null,"userId":"b7bc457b-ef9b-4199-a326-ba471eb6e92b","userUrl":null,"parentCommentId":"3c2dfeaa-da78-47be-9575-fc06ff5407ff","parentCommentUrl":null,"creationDateTime":"2025-10-13T19:59:14.8001512+00:00","lastModifiedDateTime":"2025-10-13T23:59:14.8001512+00:00","medias":[{"id":"be2ca64c-32b0-42e1-a932-0715cc2fb651","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"67e016cf-47b6-46a4-b6d8-4307870cbcf7","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"515c3d42-ba7a-46a8-b3ef-ac8e07876bda","url":null,"userId":"8a3216af-0408-41e8-b371-17b4a233622f","userUrl":null,"parentCommentId":"3e7478ca-a3a3-44c4-836d-0bd4517270ea","parentCommentUrl":null,"creationDateTime":"2025-10-13T18:59:14.8001512+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"5b316cab-ae3a-4bb2-8aa8-a137fecba938","url":null},{"type":"Department","name":null,"id":"c0c0d6d6-f77c-440e-997d-5008a201e8f8","url":null},{"type":"User group","name":null,"id":"c2224806-70c7-4c9d-87b4-c42cc99dc190","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