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":"e46682b2-4fea-49ca-b859-c10c995293ee","url":null,"userId":"59f97227-ea2d-45c1-b57e-b171e85572bb","userUrl":null,"parentCommentId":"8bcf7d09-725d-4a66-b399-819bf9ae40d8","parentCommentUrl":null,"creationDateTime":"2026-03-24T11:24:19.9605156+00:00","lastModifiedDateTime":"2026-03-24T15:24:19.9605156+00:00","medias":[{"id":"328b0990-c7ba-48a9-a16b-7851aa32d6a5","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"525a93ff-b8f5-43f2-b598-79be25512132","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"9be058fb-1839-41b6-b195-70f616ecd564","url":null,"userId":"a39bb6d6-82c2-4197-847b-1742758365a5","userUrl":null,"parentCommentId":"6f86574a-c2dc-4ed0-a71b-0e8e027accda","parentCommentUrl":null,"creationDateTime":"2026-03-24T10:24:19.9605156+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"3de3b689-7f03-4606-8459-974bf43fed6c","url":null},{"type":"Department","name":null,"id":"dde9e0f4-fa56-49fa-bfd2-44a0b9d46b74","url":null},{"type":"User group","name":null,"id":"7fedaa6a-d806-4717-a1a2-5e0211399ffd","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