Test status of an asynchronous operation by id

This method should be used to test whether an operation has terminated. It is faster than retrieving full operation details.


    URL

    (GET) asyncoperations/{operationid}/status

    PARAMETERS

    token

    The token obtained on connection

    Required

    operationid

    The operation to get details for

    Optional

     

    RESULTS

    Returns status in an XML message:

    XML
    <int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>
    

    The status code values are listed at ApiAsyncOperation