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
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| viewings | boolean |
Default value is False |
|
| valuations | boolean |
Default value is False |
|
| offers | boolean |
Default value is False |
|
| postponed | boolean |
Default value is False |
|
| archived | boolean |
Default value is True |
|
| searchDate | date |
None. |
|
| descending | boolean |
Default value is True |
|
| top | integer |
Default value is 10 |
Body Parameters
None.
Response Information
Resource Description
Collection of CrmConnectWidgetSearchEventDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Type | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Postponed | boolean |
None. |
|
| Import | boolean |
None. |
|
| NavigationContextJson | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"Description": "sample string 2",
"Type": "sample string 3",
"StartDate": "2025-11-18T14:12:53.4921465Z",
"EndDate": "2025-11-18T14:12:53.4921465Z",
"Postponed": true,
"Import": true,
"NavigationContextJson": "sample string 8"
},
{
"Name": "sample string 1",
"Description": "sample string 2",
"Type": "sample string 3",
"StartDate": "2025-11-18T14:12:53.4921465Z",
"EndDate": "2025-11-18T14:12:53.4921465Z",
"Postponed": true,
"Import": true,
"NavigationContextJson": "sample string 8"
}
]