GET api/Scrapper/MigrateFile?DomainName={DomainName}&MigrationID={MigrationID}&MigrationGuid={MigrationGuid}&TenantID={TenantID}&UserID={UserID}&SiteURL={SiteURL}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DomainName | string |
Required |
|
| MigrationID | integer |
Required |
|
| MigrationGuid | globally unique identifier |
Required |
|
| TenantID | integer |
Required |
|
| UserID | integer |
Required |
|
| SiteURL | string |
Required |
Body Parameters
FileInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Length | integer |
None. |
|
| DirectoryName | string |
None. |
|
| Directory | DirectoryInfo |
None. |
|
| IsReadOnly | boolean |
None. |
|
| Exists | boolean |
None. |
|
| FullName | string |
None. |
|
| Extension | string |
None. |
|
| CreationTime | date |
None. |
|
| CreationTimeUtc | date |
None. |
|
| LastAccessTime | date |
None. |
|
| LastAccessTimeUtc | date |
None. |
|
| LastWriteTime | date |
None. |
|
| LastWriteTimeUtc | date |
None. |
|
| Attributes | FileAttributes |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.