Long running operations

Gets an operation by its id.

get/phoneNumbers/operations/{operationId}

Path parameters

operationIdstring required

The id of the operation

Query parameters

api-versionstring required

Version of API to invoke

Response

When the operation is completed, query the final result of the operation using the URL specified in the 'Location' attribute in the response header.

operationType'purchase' | 'releasePhoneNumber' | 'search' | 'updatePhoneNumberCapabilities' | 'reservationPurchase' required

The type of operation, e.g. Search

status'notStarted' | 'running' | 'succeeded' | 'failed' required

Status of operation.

resourceLocationstring

URL for retrieving the result of the operation, if any.

createdDateTimestring date-time required

The date that the operation was created.

errorCommunicationError — unresolved $ref
idstring required

Id of operation.

lastActionDateTimestring date-time

The most recent date that the operation was changed.

Changes