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":"177935bf-50d1-4b3d-8bd5-968bbf141bfd","url":null,"userId":"24fcc7d9-16b3-4adb-9392-e3d2f7053b08","userUrl":null,"parentCommentId":"ee706ad9-c62a-4749-bd92-845725d84f82","parentCommentUrl":null,"creationDateTime":"2025-06-13T15:36:15.1362298+00:00","lastModifiedDateTime":"2025-06-13T19:36:15.1362298+00:00","medias":[{"id":"c465590f-e777-4ae3-8639-9e52e7d8f986","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"4b0e90ec-904b-4f1e-8e00-10d0837a032f","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"21468a48-3eee-4a25-9e5e-60d1ea23c245","url":null,"userId":"4c2329c5-b892-41d0-b07d-72c550c8cde1","userUrl":null,"parentCommentId":"4fe82c00-6968-4fbb-8731-6334b3be8c84","parentCommentUrl":null,"creationDateTime":"2025-06-13T14:36:15.1362298+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"de21258f-6933-42a8-a44f-44ee913fe40b","url":null},{"type":"Department","name":null,"id":"e57d3f76-5904-4097-a418-4e2de0b8411a","url":null},{"type":"User group","name":null,"id":"85ef94c2-ab4e-44e1-b95d-8f3e6da93d94","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