Skip to content

Get entity note​

GET
/api/notes/{entity_type}/{entity_id}

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

entity_type*
Type
string
Required
entity_id*
Type
integer
Required

Responses​

Note content

application/json
JSON
{
  
"id": 0,
  
"text": "string",
  
"created_at": "string",
  
"updated_at": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI