Create a workflow page
POSThttps://acmeco.nonemployee.com/api/pages/workflow_pages
Create a workflow page
Request
- application/json
Bodyrequired
page object
Responses
- 200
- 400
- 500
Expected response to a valid request
- application/json
- Schema
- Example (auto)
Schema
page object
{
"page": {
"uid": "page_uid",
"description": "Page for workflow",
"name": "My Page Name",
"archived": false,
"id": "2e06b876-f456-473d-bd65-b6435e0b6b2d"
}
}
Bad Request - unable to complete.
- application/json
- Schema
- Example (auto)
Schema
- oneOf
- InvalidJson
- ValidationErrors
error
Example:
Invalid JSON syntax. Please check your syntax and try again.
error
Example:
The <object> failed to create/update
errors
Example:
{"attribute":"can't be blank"}
{
"error": "Invalid JSON syntax. Please check your syntax and try again."
}
Internal Server Error - returned on unhandled exceptions.
- application/json
- Schema
- Example (auto)
Schema
error
A message describing the error
Example:
Sorry something went wrong
{
"error": "Sorry something went wrong"
}
Authorization: http
name: bearerAuthtype: httpscheme: bearerbearerFormat: Token token=your token
- go
- powershellSailPoint SDK
- pythonSailPoint SDK
- csharp
- curl
- dart
- http
- java
- javascript
- kotlin
- c
- nodejs
- objective-c
- ocaml
- php
- r
- ruby
- rust
- shell
- swift
- NATIVE
ResponseClear