Assets APIGET/api/v1/assets/{id}/notes
Product availabilityAlgaPSA
Get asset notes
Returns the BlockNote content of the asset notes document, or an empty result when no notes exist.
Path parameters
idstring <uuid>Required
Asset UUID from assets.asset_id.
Response body
Success response 200 · schema AssetNotesResponse
blockDataany
Parsed BlockNote JSON, or null when no notes exist.
lastUpdatedstringNullable
Response codes
401
x-api-key missing/invalid.
403
Caller lacks the required asset permission.