Relesys API Docs

v1

https://api.relesysapp.net/api/v1

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1/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":"ea25930a-52ea-4ab1-b73f-0ccc8404f857","url":null,"userId":"42508d1e-6826-4869-81d9-c42c8196d266","userUrl":null,"parentCommentId":"4787fedc-04ba-4f0a-a2cd-6cd2a4071505","parentCommentUrl":null,"creationDateTime":"2025-12-14T06:13:45.2053754+00:00","lastModifiedDateTime":"2025-12-14T10:13:45.2053754+00:00","medias":[{"id":"859827f0-fe30-4481-8f94-e6b766897d98","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"ba274d41-ef21-4ff5-8807-23670971fe9f","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"1de4c1b3-da96-45f4-8cba-55462448161f","url":null,"userId":"79955a41-5669-4b04-b184-23c3da175e3b","userUrl":null,"parentCommentId":"3b631891-ca17-44c9-b67d-ab66bc1881bd","parentCommentUrl":null,"creationDateTime":"2025-12-14T05:13:45.2053754+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"76743f0c-40e9-4e7e-bc47-a451238ca040","url":null},{"type":"Department","name":null,"id":"1b4b2934-5378-43df-8ad4-c64e21a768a0","url":null},{"type":"User group","name":null,"id":"6a717a41-305d-438d-8796-9cc5037b8df7","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