Open RWilcox-Reapit opened 3 years ago
Add endpoints to retrieve a specific and a collection of auctions Table: auctions
/auctions /auctions/{id}
{ "id": "OXF210002", "created": "2019-01-25T15:44:28.0000000Z", "modified": "2020-01-26T09:24:02.0000000Z", "dateTime": "2020-01-26T09:24:02.0000000Z", "auctioneerId": "JAS", "venueId": "VEN21000002", "_links": { "self": { "href": "/auctions/OXF210002" }, "auctioneers": { "href": "/negotiators/JAS" }, "venues": { "href": "/companies/VEN21000002" } }, "_embedded": null }
Id - string[] PropertyId - string[] auctioneerId - string[] venueId- string[] SortBy - created/modified/dateTime
Dropping from sprint due to capacity issues and lack of demand
Add endpoints to retrieve a specific and a collection of auctions Table: auctions
GET
/auctions /auctions/{id}
Response
Query parameters
Id - string[] PropertyId - string[] auctioneerId - string[] venueId- string[] SortBy - created/modified/dateTime