GET /schema/type/create/async/get/{asyncToken}
Get the results of an asynchronous job that was started to create a new JSON schema. *
Note: If the job has not completed, 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/schema/type/create/async/get/{asyncToken}
Resource URL Variables
{asyncToken} | Forward the token returned when the job was started. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | GET |
Request Object | None |
Response Object | CreateSchemaResponse (application/json) |