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

Download Open API Spec

POST /column/view/scope/async/start

Starts an asynchronous job to compute a page of the possible ColumnModels based on the annotations within the provided scope. The result of the job can be fetched using the GET /column/view/scope/async/get service with the job token returned by this request.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/column/view/scope/async/start

Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method POST
Request Object ViewColumnModelRequest
(application/json)
Response Object AsyncJobId
(application/json)