Relesys API Docs

v1.4

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

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1.4/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":"46e89deb-50fe-471f-af97-7e0d8d050b74","url":null,"userId":"4e89b579-baa0-4649-b44c-56509ce70fc7","userUrl":null,"parentCommentId":"8e5cdf0e-dec0-445e-9641-d8c85805323f","parentCommentUrl":null,"creationDateTime":"2026-06-24T04:37:02.7608346+00:00","lastModifiedDateTime":"2026-06-24T08:37:02.7608346+00:00","medias":[{"id":"410a09bf-a0d8-4ec1-b294-f5bd984c5d2c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"a667e883-5830-40a0-8bd7-49e26e6fcca8","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"dcfcaf7f-f964-4d90-bebc-90852fefa7f6","url":null,"userId":"5b1d5d8f-2810-4acc-a3d3-1f380009ae30","userUrl":null,"parentCommentId":"8a9d2dbe-18ca-4bf1-893c-c809e3b5a18a","parentCommentUrl":null,"creationDateTime":"2026-06-24T03:37:02.7608346+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"32f403d8-c33a-437b-8107-194ad3fdf06b","url":null},{"type":"Department","name":null,"id":"29bf1877-519b-42d4-bff0-be0dc5c4a74e","url":null},{"type":"User group","name":null,"id":"0f3425a2-17b2-4b5d-ad56-e1c9656ca929","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