cURL
curl --request GET \ --url https://mock-api.cevro.ai/v1/players/{playerId}/notes \ --header 'Authorization: Bearer <token>' \ --header 'X-Session-ID: <x-session-id>'
{ "notes": [ { "id": "<string>", "type": "<string>", "text": "<string>", "created_by": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "pinned": true } ], "total": 123 }
API Bearer token. For this demo, any non-empty string is accepted.
Filter by note type
General
Risk
Support
VIP
Show only pinned notes
Notes retrieved successfully
Show child attributes