POST api/Auction/FindBids?authToken={authToken}&auctionId={auctionId}
Find Bids For Auction
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| authToken |
The Authentication Token |
string |
Required |
| auctionId |
The Auction Id |
globally unique identifier |
Required |
Body Parameters
The Filters
PagedRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| SortField | string |
None. |
|
| SortOrder | string |
None. |
|
| Filters | Collection of FilterModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"Page": 1,
"PageSize": 2,
"SortField": "sample string 3",
"SortOrder": "sample string 4",
"Filters": [
{
"Id": "sample string 1",
"Name": "sample string 2",
"Value": "sample string 3",
"Operator": 1,
"RelatedField": "sample string 4",
"RadioId": "sample string 5",
"RenderValue": "sample string 6"
},
{
"Id": "sample string 1",
"Name": "sample string 2",
"Value": "sample string 3",
"Operator": 1,
"RelatedField": "sample string 4",
"RadioId": "sample string 5",
"RenderValue": "sample string 6"
}
]
}
application/xml, text/xml
Sample:
<PagedRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOP.Common.Infrastructure.Filters">
<FilterCondition>And</FilterCondition>
<Filters>
<FilterModel>
<Id>sample string 1</Id>
<Name>sample string 2</Name>
<Operator>Equal</Operator>
<RadioId>sample string 5</RadioId>
<RelatedField>sample string 4</RelatedField>
<RenderValue>sample string 6</RenderValue>
<Value>sample string 3</Value>
</FilterModel>
<FilterModel>
<Id>sample string 1</Id>
<Name>sample string 2</Name>
<Operator>Equal</Operator>
<RadioId>sample string 5</RadioId>
<RelatedField>sample string 4</RelatedField>
<RenderValue>sample string 6</RenderValue>
<Value>sample string 3</Value>
</FilterModel>
</Filters>
<Page>1</Page>
<PageSize>2</PageSize>
<SortField>sample string 3</SortField>
<SortOrder>sample string 4</SortOrder>
</PagedRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResultOfPagedModelOfAuctionBidsListItemModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | PagedModelOfAuctionBidsListItemModel |
None. |
|
| ErrorCode | ServiceErrorCode |
None. |
|
| ErrorMessage | Collection of string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": {
"Page": 1,
"PageIndex": 1,
"PageSize": 2,
"Rows": [
{
"ValueDisplay": "sample string 1",
"Id": "746038d0-4189-434d-a631-5622a2ce1762",
"AuctionId": "1db15834-f083-44b8-978e-f9fdfe17628b",
"CreatedDate": "2025-12-13T14:19:12.1225404+00:00",
"Value": 5.0,
"Rating": 1.0,
"Comments": 1,
"EntityId": "5c35dfde-8792-4184-9fd9-07041061f6f4",
"IsWinner": true
},
{
"ValueDisplay": "sample string 1",
"Id": "746038d0-4189-434d-a631-5622a2ce1762",
"AuctionId": "1db15834-f083-44b8-978e-f9fdfe17628b",
"CreatedDate": "2025-12-13T14:19:12.1225404+00:00",
"Value": 5.0,
"Rating": 1.0,
"Comments": 1,
"EntityId": "5c35dfde-8792-4184-9fd9-07041061f6f4",
"IsWinner": true
}
],
"Footer": {
"ValueDisplay": "sample string 1",
"Id": "746038d0-4189-434d-a631-5622a2ce1762",
"AuctionId": "1db15834-f083-44b8-978e-f9fdfe17628b",
"CreatedDate": "2025-12-13T14:19:12.1225404+00:00",
"Value": 5.0,
"Rating": 1.0,
"Comments": 1,
"EntityId": "5c35dfde-8792-4184-9fd9-07041061f6f4",
"IsWinner": true
},
"TotalPages": 3,
"TotalRows": 4
},
"ErrorCode": 0,
"ErrorMessage": [
"sample string 1",
"sample string 2"
],
"Success": true
}
application/xml, text/xml
Sample:
<ServiceResultOfPagedModelOfAuctionBidsListItemModelEJHQiVccHLrnX27W xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOP.Common.Infrastructure.ApiObjects.Results">
<ErrorCode>None</ErrorCode>
<ErrorMessage xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ErrorMessage>
<Success>true</Success>
<Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/BOP.Common.Infrastructure.Filters">
<d2p1:Footer xmlns:d3p1="http://schemas.datacontract.org/2004/07/BOP.Apps.Web.Areas.Api.Models">
<d3p1:AuctionId>1db15834-f083-44b8-978e-f9fdfe17628b</d3p1:AuctionId>
<d3p1:Comments>1</d3p1:Comments>
<d3p1:CreatedDate>2025-12-13T14:19:12.1225404+00:00</d3p1:CreatedDate>
<d3p1:EntityId>5c35dfde-8792-4184-9fd9-07041061f6f4</d3p1:EntityId>
<d3p1:Id>746038d0-4189-434d-a631-5622a2ce1762</d3p1:Id>
<d3p1:IsWinner>true</d3p1:IsWinner>
<d3p1:Rating>1</d3p1:Rating>
<d3p1:Value>5</d3p1:Value>
<d3p1:ValueDisplay>sample string 1</d3p1:ValueDisplay>
</d2p1:Footer>
<d2p1:PageIndex>1</d2p1:PageIndex>
<d2p1:PageSize>2</d2p1:PageSize>
<d2p1:Rows xmlns:d3p1="http://schemas.datacontract.org/2004/07/BOP.Apps.Web.Areas.Api.Models">
<d3p1:AuctionBidsListItemModel>
<d3p1:AuctionId>1db15834-f083-44b8-978e-f9fdfe17628b</d3p1:AuctionId>
<d3p1:Comments>1</d3p1:Comments>
<d3p1:CreatedDate>2025-12-13T14:19:12.1225404+00:00</d3p1:CreatedDate>
<d3p1:EntityId>5c35dfde-8792-4184-9fd9-07041061f6f4</d3p1:EntityId>
<d3p1:Id>746038d0-4189-434d-a631-5622a2ce1762</d3p1:Id>
<d3p1:IsWinner>true</d3p1:IsWinner>
<d3p1:Rating>1</d3p1:Rating>
<d3p1:Value>5</d3p1:Value>
<d3p1:ValueDisplay>sample string 1</d3p1:ValueDisplay>
</d3p1:AuctionBidsListItemModel>
<d3p1:AuctionBidsListItemModel>
<d3p1:AuctionId>1db15834-f083-44b8-978e-f9fdfe17628b</d3p1:AuctionId>
<d3p1:Comments>1</d3p1:Comments>
<d3p1:CreatedDate>2025-12-13T14:19:12.1225404+00:00</d3p1:CreatedDate>
<d3p1:EntityId>5c35dfde-8792-4184-9fd9-07041061f6f4</d3p1:EntityId>
<d3p1:Id>746038d0-4189-434d-a631-5622a2ce1762</d3p1:Id>
<d3p1:IsWinner>true</d3p1:IsWinner>
<d3p1:Rating>1</d3p1:Rating>
<d3p1:Value>5</d3p1:Value>
<d3p1:ValueDisplay>sample string 1</d3p1:ValueDisplay>
</d3p1:AuctionBidsListItemModel>
</d2p1:Rows>
<d2p1:TotalPages>3</d2p1:TotalPages>
<d2p1:TotalRows>4</d2p1:TotalRows>
</Result>
</ServiceResultOfPagedModelOfAuctionBidsListItemModelEJHQiVccHLrnX27W>