GET

https://api.transify.eu/V1/Workflow/All?Limit={Limit}&Page={Page}

Returns all the workflow items

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Limit Amount results integer
  • Default value: 25
  • Range: inclusive between 1 and 100
Page Page number integer
  • Default value: 1
  • Range: inclusive between 1 and 2147483647

Body Parameters

None

Response Information

Resource Description

Returns all the workflow items

PagingResultOfGetAllWorkflowResponse
NameDescriptionTypeAdditional information
Payload IPagingPayload
    HasNext boolean
      HasPrevious boolean
        Total integer
          Count integer
            Result Collection of GetAllWorkflowResponse

              Response Formats

              {
                "Payload": {
                  "Limit": 2,
                  "Page": 1
                },
                "HasNext": true,
                "HasPrevious": false,
                "Total": 5,
                "Count": 2,
                "Result": [
                  {
                    "Id": "01b1b7e4-f101-43a2-a222-7f050b6d17a8",
                    "Name": "Workflow 0"
                  },
                  {
                    "Id": "01b1b7e4-f101-43a2-a222-7f050b6d17a8",
                    "Name": "Workflow 1"
                  }
                ]
              }
              
              <PagingResultOfGetAllWorkflowResponseq9tulxwf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MvcShop.Data.Sql.Model">
                <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Workflow.Web.Areas.Api.Models.V1.Library.Payload">
                  <d2p1:GetAllWorkflowResponse>
                    <d2p1:Id>01b1b7e4-f101-43a2-a222-7f050b6d17a8</d2p1:Id>
                    <d2p1:Name>Workflow 0</d2p1:Name>
                  </d2p1:GetAllWorkflowResponse>
                  <d2p1:GetAllWorkflowResponse>
                    <d2p1:Id>01b1b7e4-f101-43a2-a222-7f050b6d17a8</d2p1:Id>
                    <d2p1:Name>Workflow 1</d2p1:Name>
                  </d2p1:GetAllWorkflowResponse>
                </Result>
              </PagingResultOfGetAllWorkflowResponseq9tulxwf>
              

              Try it yourself

              E-mail Private key Limit Page

              Raw request


              All requests are processed as tests cases, no logic will be executed. Though you will be provided with authentication and model errors.

              Response