GET
/
getContactsPaged
getContactsPaged
curl --request GET \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/getContactsPaged
{
  "contacts": [
    {
      "account_code": "<string>",
      "active": true,
      "address": "<string>",
      "bank_account": "<string>",
      "bank_bsb": "<string>",
      "city": "<string>",
      "contact": "<string>",
      "country": "<string>",
      "email": "<string>",
      "fax": "<string>",
      "Id": "<string>",
      "modified": 123,
      "Name": "<string>",
      "phone": "<string>",
      "postcode": "<string>",
      "reference": "<string>",
      "region": "<string>",
      "tags": "<string>",
      "tax_code": "<string>",
      "taxNumber": "<string>",
      "tracking": "<string>",
      "type": 0,
      "web": "<string>",
      "workflow": 123
    }
  ],
  "number_contacts": 123,
  "service_status": {
    "invoice_id": 123,
    "message": "<string>",
    "status": 0
  }
}

Query Parameters

APIKey
string
required
page
integer
required
page_size
integer
required

Response

Success

contacts
object[]
number_contacts
integer
service_status
object