GET api/crmconnect/widgetsearch/companies?postponed={postponed}&active={active}&archived={archived}&hasAddress={hasAddress}&hasTelephone={hasTelephone}&hasEmail={hasEmail}&searchDate={searchDate}&descending={descending}&top={top}

Select sets of companies x at a time, for the migration assistant widget

Request Information

URI Parameters

NameDescriptionTypeAdditional information
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.CrmConnectWidgetSearchCompanyDataContract
NameDescriptionTypeAdditional information
CompanyType

string

None.

CompanyName

string

None.

Email

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:
[
  {
    "CompanyType": "sample string 1",
    "CompanyName": "sample string 2",
    "Email": "sample string 3",
    "Created": "sample string 4",
    "LastContacted": "sample string 5",
    "Postponed": true,
    "Import": true,
    "Edit": true,
    "Importing": true,
    "Status": "sample string 10",
    "Deleted": true,
    "Names": [
      "sample string 1",
      "sample string 2"
    ],
    "Phone": "sample string 12",
    "Address": "sample string 13",
    "NavigationContextJson": "sample string 14"
  },
  {
    "CompanyType": "sample string 1",
    "CompanyName": "sample string 2",
    "Email": "sample string 3",
    "Created": "sample string 4",
    "LastContacted": "sample string 5",
    "Postponed": true,
    "Import": true,
    "Edit": true,
    "Importing": true,
    "Status": "sample string 10",
    "Deleted": true,
    "Names": [
      "sample string 1",
      "sample string 2"
    ],
    "Phone": "sample string 12",
    "Address": "sample string 13",
    "NavigationContextJson": "sample string 14"
  }
]