v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Perform search

You can use this API and search for a transaction/customer data.

post/search/entity

Request body

searchConditionobject

Includes the search conditions.

RAW_BODYstring

Response

200

Example response

{
  "pagination": {
    "limit": 4,
    "sortBy": "ID",
    "sortOrder": "DESC",
    "total": 7
  },
  "data": [
    {
      "entityType": "CUSTOMER",
      "customerSearchDetails": [
        {
          "entityId": "565396064",
          "profiles": [
            {
              "source": "WEB_ENGAGE",
              "firstName": "customer",
              "lastName": "added"
            }
          ]
        }
      ],
      "total": 7
    }
  ]
}