GET api/Contact

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of contact
NameDescriptionTypeAdditional information
contactID

globally unique identifier

None.

department

string

None.

name

string

None.

email

string

None.

phone

string

None.

mobile

string

None.

messengerID

string

None.

partnerID

globally unique identifier

None.

partner

partner

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "contactID": "937bb573-fc9f-4973-8c33-7c356649a56a",
    "department": "sample string 2",
    "name": "sample string 3",
    "email": "sample string 4",
    "phone": "sample string 5",
    "mobile": "sample string 6",
    "messengerID": "sample string 7",
    "partnerID": "ac0e286c-8623-43c5-ac66-d84f957ea7e0"
  },
  {
    "contactID": "937bb573-fc9f-4973-8c33-7c356649a56a",
    "department": "sample string 2",
    "name": "sample string 3",
    "email": "sample string 4",
    "phone": "sample string 5",
    "mobile": "sample string 6",
    "messengerID": "sample string 7",
    "partnerID": "ac0e286c-8623-43c5-ac66-d84f957ea7e0"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.