API structure has changed
- Adds support for
starting_after
andending_before
to the #list endpoints of the following methods,Contractor
,Quote
,Job
,Assignment
,Invoice
,Session
,Policy
, andEntity
.
12 structure changes including:
12 Modifications
Modified
12
GET /api/v1/apply/sessions
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/assignments
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/contractors
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/entities
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/invoices
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/jobs
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/policies
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/quotes
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/webhook_endpoints
- Response
-
200 response Modified
- application/json content type Modified
GET /api/v1/webhook_endpoints/{webhook_endpoint_id}
- Response
-
200 response Modified
-
application/json content type Modified
- secret property Added
-
application/json content type Modified
POST /api/v1/webhook_endpoints
- Response
-
201 response Modified
-
application/json content type Modified
- secret property Added
-
application/json content type Modified
PUT /api/v1/webhook_endpoints/{webhook_endpoint_id}
- Body
-
application/json content type Modified
- secret property Added
- Response
-
200 response Modified
-
application/json content type Modified
- secret property Added
-
application/json content type Modified