POST api/admin/searchsync/start?migrationId={migrationId}
Create and run as search sync request
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| migrationId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PagedCollectionDataContractOfJobInvocationDetailsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| CurrentCount | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
|
| Collection | Collection of JobInvocationDetailsDataContract |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalCount": 1,
"CurrentCount": 2,
"PageSize": 1,
"PageNumber": 1,
"Collection": [
{
"SupportsCancellation": true,
"ReportsProgress": true,
"InitialStatusText": "sample string 3",
"JobReference": "4b35347a-3686-4361-94a2-14c095fce1c5",
"Success": true
},
{
"SupportsCancellation": true,
"ReportsProgress": true,
"InitialStatusText": "sample string 3",
"JobReference": "4b35347a-3686-4361-94a2-14c095fce1c5",
"Success": true
}
]
}