Skip to main content

Create a workflow page

POST 

https://acmeco.nonemployee.com/api/pages/workflow_pages

Create a workflow page

Request

Bodyrequired

    page object
    uidstring

    The user-specified identifier of the page

    Example: page_uid
    descriptiontext

    The description of the page

    Example: Page for workflow
    namestring

    The name of the page

    Example: My Page Name
    archivedboolean

    Determines whether the page is archived

    Example: false

Responses

Expected response to a valid request

Schema
    page object
    uidstring

    The user-specified identifier of the page

    Example: page_uid
    descriptiontext

    The description of the page

    Example: Page for workflow
    namestring

    The name of the page

    Example: My Page Name
    archivedboolean

    Determines whether the page is archived

    Example: false
    iduuid

    The id of the form

    Example: 2e06b876-f456-473d-bd65-b6435e0b6b2d

Authorization: http

name: bearerAuthtype: httpscheme: bearerbearerFormat: Token token=your token

Request Collapse all
Base URL
https://acmeco.nonemployee.com/api
Auth
Body required
{
  "page": {
    "uid": "page_uid",
    "description": "Page for workflow",
    "name": "My Page Name",
    "archived": false
  }
}
ResponseClear

Click the Send API Request button above and see the response here!