Relesys API Docs

v1.3

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

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1.3/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":"8aad0ffc-6911-429f-983b-a1df39e22c7e","url":null,"userId":"abd272a5-7bf5-4961-92a7-2bdb4fd42e6a","userUrl":null,"parentCommentId":"e901c00b-f332-4c96-b0e9-e00809757843","parentCommentUrl":null,"creationDateTime":"2025-04-03T22:04:05.6668467+00:00","lastModifiedDateTime":null,"medias":[{"id":"efd29744-6d86-4a5f-8660-d26a051037dc","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"bf91066c-fc29-4ce7-98f3-f5fdfbd018d9","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