GET api/crmconnect/widgetsearch/people?salesapplicant={salesapplicant}&vendor={vendor}&lettingsapplicant={lettingsapplicant}&landlord={landlord}&tenant={tenant}&postponed={postponed}&active={active}&archived={archived}&hasAddress={hasAddress}&hasTelephone={hasTelephone}&hasEmail={hasEmail}&searchDate={searchDate}&descending={descending}&top={top}
Select sets of people x at a time, for the migration assistant widget
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
salesapplicant | boolean |
Default value is False |
|
vendor | boolean |
Default value is False |
|
lettingsapplicant | boolean |
Default value is False |
|
landlord | boolean |
Default value is False |
|
tenant | boolean |
Default value is False |
|
postponed | boolean |
Default value is False |
|
active | boolean |
Default value is True |
|
archived | boolean |
Default value is False |
|
hasAddress | boolean |
Default value is False |
|
hasTelephone | boolean |
Default value is False |
|
hasEmail | boolean |
Default value is False |
|
searchDate | date |
None. |
|
descending | boolean |
Default value is True |
|
top | integer |
Default value is 10 |
Body Parameters
None.
Response Information
Resource Description
Collection of Dezrez.Core.DataContracts.External.Api.CrmConnect.CrmConnectWidgetSearchPeopleDataContractName | Description | Type | Additional information |
---|---|---|---|
string |
None. |
||
Created | string |
None. |
|
LastContacted | string |
None. |
|
Postponed | boolean |
None. |
|
Import | boolean |
None. |
|
Edit | boolean |
None. |
|
Importing | boolean |
None. |
|
Status | string |
None. |
|
Deleted | boolean |
None. |
|
Names | Collection of string |
None. |
|
Phone | string |
None. |
|
Address | string |
None. |
|
NavigationContextJson | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Email": "sample string 1", "Created": "sample string 2", "LastContacted": "sample string 3", "Postponed": true, "Import": true, "Edit": true, "Importing": true, "Status": "sample string 8", "Deleted": true, "Names": [ "sample string 1", "sample string 2" ], "Phone": "sample string 10", "Address": "sample string 11", "NavigationContextJson": "sample string 12" }, { "Email": "sample string 1", "Created": "sample string 2", "LastContacted": "sample string 3", "Postponed": true, "Import": true, "Edit": true, "Importing": true, "Status": "sample string 8", "Deleted": true, "Names": [ "sample string 1", "sample string 2" ], "Phone": "sample string 10", "Address": "sample string 11", "NavigationContextJson": "sample string 12" } ]