GET api/Customers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Customer
NameDescriptionTypeAdditional information
customerId

globally unique identifier

None.

name

string

None.

phone

string

None.

email

string

None.

dateCreated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "customerId": "6556be24-0f38-4934-8e3f-bcb9e3c0837f",
    "name": "sample string 2",
    "phone": "sample string 3",
    "email": "sample string 4",
    "dateCreated": "2026-03-20T18:37:16.4185011+00:00"
  },
  {
    "customerId": "6556be24-0f38-4934-8e3f-bcb9e3c0837f",
    "name": "sample string 2",
    "phone": "sample string 3",
    "email": "sample string 4",
    "dateCreated": "2026-03-20T18:37:16.4185011+00:00"
  }
]

text/html

Sample:
[{"customerId":"6556be24-0f38-4934-8e3f-bcb9e3c0837f","name":"sample string 2","phone":"sample string 3","email":"sample string 4","dateCreated":"2026-03-20T18:37:16.4185011+00:00"},{"customerId":"6556be24-0f38-4934-8e3f-bcb9e3c0837f","name":"sample string 2","phone":"sample string 3","email":"sample string 4","dateCreated":"2026-03-20T18:37:16.4185011+00:00"}]