Overview
Downloads a vCard.
Request Arguments
| Name |
Type |
Description |
Required |
|
id
|
String
|
The id of the vcard.
|
True
|
|
module
|
String
|
The name of the module to get the vcard from.
|
True
|
Request
http://{site_url}/rest/v10/VCardDownload?id=2c9e5c09-6824-0d14-f5cb-5130321ac3cf&module=Contacts
Note: GET endpoint parameters are passed in the form of a query string.
Response Arguments
| Name |
Type |
Description |
|
<vcard information>
|
String;
|
Record in vcard format.
|
Response
BEGIN:VCARD
N;CHARSET=utf-8:Leone;Rosemarie;;
FN;CHARSET=utf-8: Rosemarie Leone
BDAY:
TEL;WORK;FAX:
TEL;HOME;CHARSET=utf-8:(692) 586-8287
TEL;CELL;CHARSET=utf-8:(117) 577-0969
TEL;WORK;CHARSET=utf-8:(844) 325-7679
EMAIL;INTERNET;CHARSET=utf-8:support.im@example.it
ADR;WORK;CHARSET=utf-8:;;777 West Filmore Ln;San Mateo;CA;74984;USA
ORG;CHARSET=utf-8:Q.R.&E. Corp;
TITLE;CHARSET=utf-8:Director Sales
END:VCARD
Change Log
| Version |
Change |
|
v10
|
Added /VCardDownload GET endpoint.
|