Relesys API Docs

v1

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

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1/contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
Get a content comment with ID commentId.

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
commentId string / guid required
Responses
application/json
JSON
{"data":{"id":"648db105-04e5-432a-a0aa-d4f2d8c53cf1","url":null,"userId":"c1fb4a00-1855-40a5-8f14-b1133e89bb1f","userUrl":null,"parentCommentId":"698ba0a8-f190-415d-9429-b445f349ded7","parentCommentUrl":null,"creationDateTime":"2025-12-14T06:13:45.2053754+00:00","lastModifiedDateTime":null,"medias":[{"id":"fc3f8fb4-b628-4c5d-b7fa-edc89a0b4073","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"f1775d36-ab2c-4c00-8006-83b3e4cb5e78","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]}}
object
  data 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