Skip to content

Get an asset's comments

Request

Get all of the Comment resources for the specified Asset.

Security
bearerToken
Path
idstringrequired

The unique ID of the Asset

curl -i -X GET \
  'https://api-v2.dash.app/assets/{id}/comments' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
Array [
resultobjectrequired
permittedActionsArray of objectsrequired
]
Response
[ { "result": {}, "permittedActions": [] } ]