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":"2c119517-e613-48c8-af39-46a2dd473d6b","url":null,"userId":"7fae5002-d1a9-48ef-9365-31095e21aa46","userUrl":null,"parentCommentId":"26ce7813-4d10-4a29-910e-471923174be4","parentCommentUrl":null,"creationDateTime":"2025-04-25T09:15:46.4405904+00:00","lastModifiedDateTime":"2025-04-25T13:15:46.4405904+00:00","medias":[{"id":"a717064a-7100-4af5-890b-f86b800ce6c8","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"cec296db-3703-4036-b276-07e7ac31189a","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"a5bbc3c8-704c-4f2b-a4af-e2bca0a29bdd","url":null,"userId":"ffd46332-4a7e-4351-9029-590a8f20ef6c","userUrl":null,"parentCommentId":"c066bff6-eebd-4fb9-8246-21b8bcb2b924","parentCommentUrl":null,"creationDateTime":"2025-04-25T08:15:46.4405904+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"8bb3dffb-3b1a-4570-8270-dde61cdb7188","url":null},{"type":"Department","name":null,"id":"e754ecad-8c92-48ee-8cb8-901c91486c89","url":null},{"type":"User group","name":null,"id":"595bd197-e3b0-40eb-935a-0e30b7ae0559","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