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":"7a269011-d170-41d9-9cb4-a8d986054f09","url":null,"userId":"215819cf-c648-4432-a750-9b747324f485","userUrl":null,"parentCommentId":"146bdab6-4ca1-43d4-a27b-f6ada7a407de","parentCommentUrl":null,"creationDateTime":"2025-05-16T00:20:09.3966215+00:00","lastModifiedDateTime":"2025-05-16T04:20:09.3966215+00:00","medias":[{"id":"b74a936f-2c33-4121-b07c-1ad3ddeb75f5","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"2ed905b3-2536-4307-b3ca-0ca47dd8af4f","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"59ead2cf-5b2c-4611-a9ae-132b4774a554","url":null,"userId":"d7d07fb8-a269-4e25-b769-2ec23d802c20","userUrl":null,"parentCommentId":"44d506f0-a07f-4539-8143-04db00c2007a","parentCommentUrl":null,"creationDateTime":"2025-05-15T23:20:09.3966215+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"072039a1-5404-459c-9da0-30c452cab097","url":null},{"type":"Department","name":null,"id":"58c719fe-5e00-47ce-a251-49cf181f2969","url":null},{"type":"User group","name":null,"id":"8dc10b72-0a4b-43eb-ac39-2e6e693df532","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