File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -87,19 +87,14 @@ Response:
87
87
GET https://api.postiz.com/public/v1/posts
88
88
```
89
89
90
- Query:
91
- | Name | Type | Value |
92
- | --- | --- | --- |
93
- | display | string | day \| week \| month |
94
- | day | number | 0-6 |
95
- | week | number | 1-52 |
96
- | month | number | 1-12 |
97
- | year | number | 2022+ |
98
-
99
- ** day is required if display is day<br />
100
- ** week is required if display is week or day<br />
101
- ** month is required if display is month or week<br />
102
- ** year is required<br /><br />
90
+ Payload
91
+ ``` json
92
+ {
93
+ "startDate" : " UTC date in ISO format - ex. 2024-12-14T08:18:54.274Z" ,
94
+ "endDate" : " UTC date in ISO format - ex. 2024-12-14T08:18:54.274Z" ,
95
+ " customer" ?: "optional customer id for filtering"
96
+ }
97
+ ```
103
98
104
99
Response:
105
100
You can’t perform that action at this time.
0 commit comments