Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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:

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

The status code values are listed at ApiAsyncOperation





  • No labels