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":"1c07ad07-c949-4eac-890c-78f53f1d1d24","url":null,"userId":"add48e4d-684d-408d-819d-54b35b73eff1","userUrl":null,"parentCommentId":"29f137b4-ce78-4aa5-9a3e-c5682dcc4f8c","parentCommentUrl":null,"creationDateTime":"2026-08-31T02:16:04.0006195+00:00","lastModifiedDateTime":"2026-08-31T06:16:04.0006195+00:00","medias":[{"id":"7649f214-bff1-47df-8084-7d4a1a75f6b1","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"32e887a1-9952-4794-afe3-1aa262dc50b5","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"41fb5bcf-5da4-43d2-a3c8-fb2c2867fdcb","url":null,"userId":"8d324e68-a091-407b-ba04-932beaaee75a","userUrl":null,"parentCommentId":"a9944ad1-ee83-44e2-893e-87c4e758c6e3","parentCommentUrl":null,"creationDateTime":"2026-08-31T01:16:04.0006195+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"978426c1-4167-481a-bee9-12f4d65979a9","url":null},{"type":"Department","name":null,"id":"1b42000a-3832-4be0-be8f-cd0e3f6355fe","url":null},{"type":"User group","name":null,"id":"b46ffc3a-82fd-48ec-81de-8b249b685e33","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