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:

   "pushCode":"REPORTING_USER",

   "models":{ 

      "userReport":{ 

         "@class":".reporting.UserReportModel",

         "reportMeta":{ 

            "@class":".ReportMetaModel",

            "reportType":2,

            "reportObject":"UserReportModel",

            "reportMade":1477057755679

         },

         "reportTitle":"User Report",

         "userId":5,

         "username":"sallytest",

         "categoryId":-1,

         "count":18,

         "email":"sally@ibid.com",

         "externalRef":null,

         "lastLogOn":"Mar 12, 2013 12:38 GMT",

         "items":[ 

            

               "@class":".UserBiddingReportModel",

               "auctionId":13,

               "auctionTitle":"Apex USA Live 1",

               "catId":23,

               "lotId":85,

               "lotNumber":"2",

               "itemTitle":"Item 2",

               "userAmount":950,

               "winningAmount":950,

               "placed":1477142705000,

               "curId":14

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":13,

               "auctionTitle":"Apex USA Live 1",

               "catId":14,

               "lotId":84,

               "lotNumber":"1",

               "itemTitle":"Item 1",

               "userAmount":500,

               "winningAmount":550,

               "placed":1477142705000,

               "curId":14

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":13,

               "auctionTitle":"Apex USA Live 1",

               "catId":14,

               "lotId":86,

               "lotNumber":"2a",

               "itemTitle":"Item 3",

               "userAmount":950,

               "winningAmount":950,

               "placed":1477142705000,

               "curId":14

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":149,

               "auctionTitle":"Webcast Auction UK One",

               "catId":174,

               "lotId":211,

               "lotNumber":"G9",

               "itemTitle":"Group of 3 Items",

               "userAmount":1500,

               "winningAmount":1500,

               "placed":1476967327000,

               "curId":2

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":149,

               "auctionTitle":"Webcast Auction UK One",

               "catId":174,

               "lotId":210,

               "lotNumber":"G6",

               "itemTitle":"Group of 3 Items",

               "userAmount":2000,

               "winningAmount":2000,

               "placed":1476967264000,

               "curId":2

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":149,

               "auctionTitle":"Webcast Auction UK One",

               "catId":174,

               "lotId":209,

               "lotNumber":"G3",

               "itemTitle":"Group of 3 Items",

               "userAmount":2000,

               "winningAmount":2500,

               "placed":1476967207000,

               "curId":2

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":149,

               "auctionTitle":"Webcast Auction UK One",

               "catId":174,

               "lotId":207,

               "lotNumber":"11",

               "itemTitle":"Group 3 Quantity 4 Per Item",

               "userAmount":1000,

               "winningAmount":1000,

               "placed":1476963565000,

               "curId":2

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":149,

               "auctionTitle":"Webcast Auction UK One",

               "catId":174,

               "lotId":205,

               "lotNumber":"9",

               "itemTitle":"Group 3 Quantity 9 Per Item",

               "userAmount":1000,

               "winningAmount":1500,

               "placed":1476963535000,

               "curId":2

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":149,

               "auctionTitle":"Webcast Auction UK One",

               "catId":174,

               "lotId":204,

               "lotNumber":"8",

               "itemTitle":"Group 2 Quantity 5 Per Item",

               "userAmount":1000,

               "winningAmount":1000,

               "placed":1476963505000,

               "curId":2

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":149,

               "auctionTitle":"Webcast Auction UK One",

               "catId":174,

               "lotId":203,

               "lotNumber":"7",

               "itemTitle":"Group 2 Quantity 8 Per Lot",

               "userAmount":1000,

               "winningAmount":1500,

               "placed":1476963468000,

               "curId":2

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":149,

               "auctionTitle":"Webcast Auction UK One",

               "catId":174,

               "lotId":201,

               "lotNumber":"5",

               "itemTitle":"Group 1 Quantity 7 Per Item",

               "userAmount":1000,

               "winningAmount":1000,

               "placed":1476963427000,

               "curId":2

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":149,

               "auctionTitle":"Webcast Auction UK One",

               "catId":174,

               "lotId":200,

               "lotNumber":"4",

               "itemTitle":"Group 1 Quantity 6 Per Lot",

               "userAmount":1000,

               "winningAmount":1000,

               "placed":1476963397000,

               "curId":2

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":149,

               "auctionTitle":"Webcast Auction UK One",

               "catId":174,

               "lotId":199,

               "lotNumber":"3",

               "itemTitle":"Group 1 Quantity 2 Per Item",

               "userAmount":1000,

               "winningAmount":1500,

               "placed":1476963347000,

               "curId":2

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":149,

               "auctionTitle":"Webcast Auction UK One",

               "catId":174,

               "lotId":198,

               "lotNumber":"2",

               "itemTitle":"Item 2 Quantity 5 Per Lot",

               "userAmount":2000,

               "winningAmount":2000,

               "placed":1476963320000,

               "curId":2

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":149,

               "auctionTitle":"Webcast Auction UK One",

               "catId":174,

               "lotId":197,

               "lotNumber":"1",

               "itemTitle":"Item 1 Quantity 3 Per Item",

               "userAmount":3000,

               "winningAmount":3000,

               "placed":1476963276000,

               "curId":2

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":4,

               "auctionTitle":"Acme Live 3",

               "catId":14,

               "lotId":11,

               "lotNumber":"1",

               "itemTitle":"Machine Lot 30",

               "userAmount":500,

               "winningAmount":550,

               "placed":1254394800000,

               "curId":2

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":4,

               "auctionTitle":"Acme Live 3",

               "catId":14,

               "lotId":13,

               "lotNumber":"2a",

               "itemTitle":"Machine Lot 32",

               "userAmount":950,

               "winningAmount":950,

               "placed":1236673200000,

               "curId":2

            },

            

               "@class":".UserBiddingReportModel",

               "auctionId":4,

               "auctionTitle":"Acme Live 3",

               "catId":23,

               "lotId":12,

               "lotNumber":"2",

               "itemTitle":"Machine Lot 31",

               "userAmount":950,

               "winningAmount":950,

               "placed":1236673200000,

               "curId":2

            }

         ]

      }

   },

   "webAppContext":"1"

}


Error Response


Code: 401 UNAUTHORIZED 

 Example: { error : "Log in" }

Code: 422 Unprocessable Entry 

Example: { error : ["<field_name>"] }