File tree 1 file changed +13
-1
lines changed
source/includes/customers/projects 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 17
17
"updated_at" : " 2022-09-08T14:03:12.359-07:00" ,
18
18
"private_link" : " https://app.jetbuilt.com/projects/111214/proposals/304402" ,
19
19
"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
+ ]
21
27
},
22
28
...
23
29
]
@@ -44,3 +50,9 @@ Parameter | Description
44
50
PROJECT_ID | The ID of the project
45
51
page | A specific page of results
46
52
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.
You can’t perform that action at this time.
0 commit comments