Description
The User Reports call Reports the bidding history of a specific user. The report is ordered from most recent bid to least recent bid. It can be filtered by category so that only bids on items in the requested category are returned. It uses Http Method: GET.
The API must be structured correctly and have the correct security in place. See also Common API Errors.
See Status Codes and Common Data for more information on results.
URL
https: //your_bidlogix_domain/auction-mgt/bdxapi/reporting/user/{userId}/{categoryId}/{pageSize}/{page}?clientId=your_bidlogix_client_id |
Key
{userId} : the id of the user.
{categoryId} : the id of the category or -1 to report for all categories.
{pageSize} : the number of records to return within each page of results.
{page} : the page to start from.
Method
Http Method: GET
Security
See Bidlogix API
Query String Parameters
See Query String Parameters.
Success Response
For example: https:
//your_bidlogix_domain/auction-mgt/bdxapi/reporting/user/5/-1/100/0?clientId=300
Code: 200
Returns:
|
Error Response
Code: 401 UNAUTHORIZED
Example: { error : "Log in" }
Code: 422 Unprocessable Entry
Example: { error : ["<field_name>"] }