The Open API specification for Synapse is now available for download!

Download Open API Spec

GET /entity/{id}/table/transaction/async/get/{asyncToken}

Asynchronously get the results of a table update transaction started with POST /entity/{id}/table/transaction/async/start

Note: When the result is not ready yet, this method will return a status code of 202 (ACCEPTED) and the response body will be a AsynchronousJobStatus object.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/table/transaction/async/get/{asyncToken}

Resource URL Variables
{id} The ID of the table entity.
{asyncToken} The token returned when the job was started.
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object TableUpdateTransactionResponse
(application/json)