List Deals Using GET

List Deals Using GET

Get a list of deals. Supported selectors: id, dealNumber, productSKU, contract.contractNumber, contract.contractReferenceNumber, contract.currency, serviceProvider.prmId, status, creationDate, expirationDate, closeDate.

Pre-authorized roles: Deal Administrator, Read Only

Request
URI
GET
https://{api_host}//vcp.vmware.com/api/aggregator/v1/deals
COPY
Query Parameters
string
filter
Optional

FIQL format

integer
limit
Optional

limit

integer
offset
Optional

offset

string
sort
Optional

sort


Responses
200

OK

Returns PageOfDeal of type(s) application/json
{
    "content": [
        {
            "contract": {
                "contractNumber": 111111,
                "contractReferenceNumber": "AMER1111RENTAL",
                "currency": "USD"
            },
            "serviceProvider": {
                "name": "Sp Corp",
                "prmId": 1111111,
                "countryRegion": "US"
            },
            "id": "630c2f68-xxxx-xxxx-xxxx-61f8245eaca2",
            "dealNumber": 20001,
            "productSKU": "VMW-VSANV2-STD-C",
            "productCategory": "Cloud Infrastructure and Management",
            "projectedDealValue": 10000,
            "status": "CLOSED_WON",
            "extendStatus": "NOT_EXTENDED",
            "creationDate": "2022-08-03",
            "expirationDate": "2023-01-30",
            "expectedCloseDate": "2022-10-23",
            "closeDate": "2022-11-01",
            "fiscalQuarter": "Q3FY2022",
            "serviceProviderContact": "[email protected]",
            "aggregatorSalesContactLead": "[email protected]",
            "aggregatorManager": "[email protected]",
            "promotionEvent": "SALES_CAMPAIGN"
        }
    ],
    "total": 1
}
array of Deal
content
Optional

content

integer As int64 As int64
total
Optional

total


400

Bad Request

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure