Get planning
Get planning for range from - to. If user is not pro 403 Forbidden is returned.
GET /planning
Required scope:
- user:r
- entries:r
- accounts:r
Parameters
|
from * required string
|
Used to define date range, in YYYY-MM-DD format. To filter by date both from and to must be set. Format:date |
|
to * required string
|
Used to define date range, in YYYY-MM-DD format. To filter by date both from and to must be set. Format:date |
|
accounts optional string
|
A comma separated list of account ids. Used to filter summary information to the specificied accounts. |
|
categories optional string
|
A comma separated list of category ids. When used only information about entries in the specified categories will be returned. |
|
!categories optional string
|
A comma separated list of category ids. When used only information about entries not in the specified categories will be returned. |
|
tags optional string
|
A comma separated list of tag ids. When used only information about entries with the specified tags will be returned. |
|
!tags optional string
|
A comma separated list of tag ids. When used only information about entries without the specified tags will be returned. |
|
locations optional string
|
A comma separated list of location ids. If used only information for entries entered at the specified locations are returned. |
|
!locations optional string
|
A comma separated list of location ids. If used only information for entries not entered at the specified locations are returned. |
|
search optional string
|
Used for search. |
* denotes required field/parameter.