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":"4a410eb0-788f-4d2a-a5b8-055075f83f52","url":null,"userId":"2cb203ee-f676-4e2e-9765-9537e70b555f","userUrl":null,"parentCommentId":"fd400f27-587d-4ce5-83ca-b60a22f84fc7","parentCommentUrl":null,"creationDateTime":"2025-07-02T03:33:53.8477951+00:00","lastModifiedDateTime":"2025-07-02T07:33:53.8477951+00:00","medias":[{"id":"859699e0-a032-414e-880f-d8f2cf9eece4","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"25b071fe-b319-493a-a9b1-cc0c8a92f6ee","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"481f0e6e-e0a3-44b9-bc2b-4f6e250de87c","url":null,"userId":"fd221a7e-689f-4e90-9b99-d36de506120a","userUrl":null,"parentCommentId":"88b59dc2-2f2c-4726-b4e7-34932182e05a","parentCommentUrl":null,"creationDateTime":"2025-07-02T02:33:53.8477951+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"ae83a6d4-fd9a-4ab9-b0fd-040cf61818d4","url":null},{"type":"Department","name":null,"id":"29b187ed-a844-4839-b0a8-4368c00ba05b","url":null},{"type":"User group","name":null,"id":"74805e1b-ef94-4b98-bc05-4131b0a2e4f5","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