GET /column/view/scope/async/get/{asyncToken}
Fetches the result of the POST /column/view/scope/async/start service that'll contain a page of possible ColumnModels within the scope supplied in the original request.
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/column/view/scope/async/get/{asyncToken}
Resource URL Variables
{asyncToken} |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | ViewColumnModelResponse (application/json) |