====== API - XML Template ======
This API method returns the structure (in XML format) of the Contact table from the specified Account's database. This includes the default system fields (such as EmailAddress) and any custom fields that may have been created.
[[api|Other Sentori API methods]]
===== Request =====
|GET|https://api.sentoriapp.com/v1/contacts.asmx/XmlTemplate|
|Required Headers|ApiKey: |
|Optional Headers|Accept-Encoding: Gzip (indicates to the API that it can compress the Response)|
===== Response =====
|Body|
True/False
Small Text
Small Text
Small Text
Small Text
Small Text
Email Address
Small Text
|
|Headers|200 OK |
|Errors|403 Invalid API Key|
===== Example HTTP Transaction =====
GET https://api.sentoriapp.com/v1/contacts.asmx/XmlTemplate HTTP/1.1
apikey: e9614e92-1999-441a-89b7-707b1542c642
Host: api.sentoriapp.com
HTTP/1.1 200 OK
Content-Length: 386
Content-Type: application/xml; charset=utf-8
True/False
Small Text
Small Text
Small Text
Small Text
Small Text
Email Address
Small Text