pages/{pageid}/import/status/{token} (GET)
Overview
Poll the status of an import identified by token into pageid
- REST Method: GET
- Method Access: public
Uri Parameters
Name | Type | Description |
token | string | A token returned as part of the url that PUT:pages/{pageid}/import returns |
pageid | int | A page's id |
Return Codes
Name | Value | Description |
OK | 200 | The import's status is found and returned successfully |
Not Found | 404 | The provided token does not match a requested import job |