NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Retrieve lists of all wizard templates

get

/spms/v1/wizardTemplates

This is to retrieve lists of all wizard templates

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Retrieve lists of all available Wizard Templates
Body ()
Root Schema : Oracle Response object
Type: object
Title: Oracle Response object
The object returned in Oracle Standard when function is executed successfully
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : WizardTemplatesResponse
Type: object
Wizard Templates
Show Source
Nested Schema : stepTemplates
Type: array
Show Source
Nested Schema : StepTemplatesResponse
Type: object
Step Templates
Show Source
Nested Schema : Step
Type: object
Steps available for checkin
Show Source

204 Response

No wizard template is available

401 Response

You are not authorized to use this API
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

403 Response

You are forbidden to use this API
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

405 Response

The method is not available
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

415 Response

The media supplied is not supported
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

500 Response

Error occurred while processing this request
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

502 Response

Bad Gateway

503 Response

Service not available
Back to Top