We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b952b commit f4b0f20Copy full SHA for f4b0f20
pages/public-api.mdx
@@ -96,9 +96,15 @@ Response:
96
### Post list
97
98
```http
99
-GET https://api.postiz.com/public/v1/posts
+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
```
101
102
+| Property | Type | Required | Description |
103
+| --------- | -------- | -------- | ---------------------- |
104
+| startDate | `string` | Yes | UTC date in ISO format |
105
+| endDate | `string` | Yes | UTC date in ISO format |
106
+| customer | `string` | No | Customer ID |
107
+
108
Payload
109
110
```json
0 commit comments