Skip to content

Commit f4b0f20

Browse files
committed
feat: get post list
1 parent f4b952b commit f4b0f20

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pages/public-api.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,15 @@ Response:
9696
### Post list
9797

9898
```http
99-
GET https://api.postiz.com/public/v1/posts
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
100100
```
101101

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+
102108
Payload
103109

104110
```json

0 commit comments

Comments
 (0)