Skip to content

Commit e663b9a

Browse files
committed
Customer's API: Add proposal views
1 parent c17e953 commit e663b9a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

source/includes/customers/projects/_proposals.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@
1717
"updated_at": "2022-09-08T14:03:12.359-07:00",
1818
"private_link": "https://app.jetbuilt.com/projects/111214/proposals/304402",
1919
"public_link": null,
20-
"expiry_public_link": null
20+
"expiry_public_link": null,
21+
"views": [
22+
{
23+
"date": "2025-02-28T17:02:50.519-08:00"
24+
}
25+
...
26+
]
2127
},
2228
...
2329
]
@@ -44,3 +50,9 @@ Parameter | Description
4450
PROJECT_ID | The ID of the project
4551
page | A specific page of results
4652
expiry_public_link | if set to `true` a public link is generated that expires after 5 minutes
53+
min_created_at | Get proposals created after the specified date time.
54+
max_created_at | Get proposals created before the specified date time.
55+
min_updated_at | Get proposals updated after the specified date time.
56+
max_updated_at | Get proposals updated before the specified date time.
57+
min_view_date | Get proposals that had views after the specified date time.
58+
max_view_date | Get proposals that had views before the specified date time.

0 commit comments

Comments
 (0)