GetRequestStatus

Returns the current status of an asynchronous request that was made for a two-way provisioning transaction on single device.

Uses and Requirements

You can request the status of asynchronous requests that were run for two-way provisioning transactions a single device. Two-way provisioing transactions include Activate, Deactivate, Suspend, and Resume.

You cannot check the status of requests that operated on multiple devices or the check the status of asynchronous requests for other APIs.

Request Parameters

The request must include the account name and the request ID for which you want status.

Parameter Type Description
AccountName
required
string The name of the account that sent the asynchronous request.
RequestId
required
string The asynchronous transaction request ID, found in the synchronous response to the original request.

Response Parameters

The response includes the request ID and the current status of the request.

Parameter Type Description
RequestIdStatus RequestStatus
RequestId string The unique ID of the asynchronous request.
Status string

The current status of the request:

  • Pending - The request is still being processed.
  • Success - The request has completed processing with no errors.
  • Failed - There were errors that prevented the request from being completed.

Example SOAP Request


  
    75519e03-36fc-421d-84a7-23fff01c9e96
  
  
    
      
        0001234654-00001
        91bd36d3-a063-4600-928b-bb57eeccb9ad
      
    
  

Example SOAP Response


  
    
      91bd36d3-a063-4600-928b-bb57eeccb9ad
      Success
    
  

Request Schema Diagram

Response Schema Diagram