GET api/person/getcount?searchPhrase={searchPhrase}&includeInactive={includeInactive}&evaluate={evaluate}&prune={prune}
Hämta antalet kontaktpersoner som stämmer in på angivna söktermer eller totalt antal kontakter (inga angivna söktermer)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| searchPhrase | string |
None. |
|
| includeInactive | boolean |
Default value is True |
|
| evaluate | boolean |
Default value is False |
|
| prune | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>