GET api/crmconnect/widgetsearch/events?viewings={viewings}&valuations={valuations}&offers={offers}&postponed={postponed}&archived={archived}&searchDate={searchDate}&descending={descending}&top={top}

Select sets of events x at a time, for the migration assistant widget Processes this crm connect API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
viewings

The viewings value supplied with the request.

boolean

Default value is False

valuations

The valuations value supplied with the request.

boolean

Default value is False

offers

The offers value supplied with the request.

boolean

Default value is False

postponed

The postponed value supplied with the request.

boolean

Default value is False

archived

The archived value supplied with the request.

boolean

Default value is True

searchDate

The search date value supplied with the request.

date

None.

descending

The descending value supplied with the request.

boolean

Default value is True

top

The top value supplied with the request.

integer

Default value is 10

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

Collection of CrmConnectWidgetSearchEventDataContract
NameDescriptionTypeAdditional information
Name

The name value.

string

None.

Description

The description value.

string

None.

Type

The type value.

string

None.

StartDate

The start date, expressed as a date and time.

date

None.

EndDate

The end date, expressed as a date and time.

date

None.

Postponed

Indicates whether postponed is true.

boolean

None.

Import

Indicates whether import is true.

boolean

None.

NavigationContextJson

The navigation context json value.

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "Description": "sample string 2",
    "Type": "sample string 3",
    "StartDate": "2026-07-23T08:26:03.8833965Z",
    "EndDate": "2026-07-23T08:26:03.8833965Z",
    "Postponed": true,
    "Import": true,
    "NavigationContextJson": "sample string 8"
  },
  {
    "Name": "sample string 1",
    "Description": "sample string 2",
    "Type": "sample string 3",
    "StartDate": "2026-07-23T08:26:03.8833965Z",
    "EndDate": "2026-07-23T08:26:03.8833965Z",
    "Postponed": true,
    "Import": true,
    "NavigationContextJson": "sample string 8"
  }
]