Fetch multiple asset notes
POST/v2/assets/notes/query
Fetch notes for multiple assets by their IDs.
Returns notes only for assets that exist and have notes. Assets without notes or that don't exist are silently omitted from the response.
Maximum 2000 asset IDs can be requested in a single call.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Notes for assets
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error