File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -99,21 +99,14 @@ Response:
99
99
GET https://api.postiz.com/public/v1/posts?startDate=2024-12-14T08:18:54.274Z&endDate=2024-12-14T08:18:54.274Z&customer=optionalCustomerId
100
100
```
101
101
102
+ Query Parameters:
103
+
102
104
| Property | Type | Required | Description |
103
105
| --------- | -------- | -------- | ---------------------- |
104
106
| startDate | ` string ` | Yes | UTC date in ISO format |
105
107
| endDate | ` string ` | Yes | UTC date in ISO format |
106
108
| customer | ` string ` | No | Customer ID |
107
109
108
- Payload
109
-
110
- ``` json
111
- {
112
- "startDate" : " UTC date in ISO format - ex. 2024-12-14T08:18:54.274Z" ,
113
- "endDate" : " UTC date in ISO format - ex. 2024-12-14T08:18:54.274Z" ,
114
- " customer" ?: "optional customer id for filtering"
115
- }
116
- ```
117
110
118
111
Response:
119
112
You can’t perform that action at this time.
0 commit comments