Get note relations
GET
https://api.expirationreminder.com/v1/notes/{id}/relationsPath Parameters
id
string
RequiredGET /v1/notes/{id}/relations
$ curl https://api.expirationreminder.com/v1/notes/{id}/relations \
-H "Authorization: Bearer <token>"
Responses
Example Response
[
{
"entity_id": "00000000-0000-0000-0000-000000000000",
"entity_type": 0
}
]Not Found
| Property | Type | Description |
|---|---|---|
message |
string |
- |
ok |
boolean |
- |
Example Response
{
"message": "string",
"ok": false
}