GET api/KioskFlowItem

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

KioskFlowItemApiResponse
NameDescriptionTypeAdditional information
KioskFlowItems

Collection of KioskFlowItemApi

None.

RequestStatus

RequestStatus

None.

Response Formats

application/json, text/json

Sample:
{
  "KioskFlowItems": [
    {
      "Id": 1,
      "KioskFlowGroupId": 2,
      "BackButtonVisible": true,
      "CancelButtonVisible": true,
      "ControllerName": "sample string 5",
      "Enabled": true,
      "IsShowWeightDisplay": true,
      "NextButtonEnabledByDefault": true,
      "SortOrder": 9,
      "TabpageAdapterCaption": "sample string 10",
      "TabpageAdapterHeading": "sample string 11",
      "TabpageAdapterDescription": "sample string 12",
      "TabpageAdapterName": "sample string 13",
      "AutoNextEnabled": true,
      "PropertyName": "sample string 15",
      "PropertyTypeConverter": "sample string 16",
      "IsCreateDynamically": true,
      "IsNumericKeyboardOnly": true,
      "KeyboardInputLength": 19,
      "TruckOrTrailerItemCode": "sample string 20",
      "LoadWeighInInitialFlow": true,
      "MasterId": 1,
      "CreatedOn": "2025-12-19T06:03:48.1363499-06:00",
      "CreatedBy": "sample string 22",
      "ModifiedBy": "sample string 23",
      "ModifiedOn": "2025-12-19T06:03:48.1363499-06:00",
      "RowVersion": "QEA=",
      "KioskFlowGroupXml": {
        "Name": "sample string 1",
        "MasterId": 2
      }
    },
    {
      "Id": 1,
      "KioskFlowGroupId": 2,
      "BackButtonVisible": true,
      "CancelButtonVisible": true,
      "ControllerName": "sample string 5",
      "Enabled": true,
      "IsShowWeightDisplay": true,
      "NextButtonEnabledByDefault": true,
      "SortOrder": 9,
      "TabpageAdapterCaption": "sample string 10",
      "TabpageAdapterHeading": "sample string 11",
      "TabpageAdapterDescription": "sample string 12",
      "TabpageAdapterName": "sample string 13",
      "AutoNextEnabled": true,
      "PropertyName": "sample string 15",
      "PropertyTypeConverter": "sample string 16",
      "IsCreateDynamically": true,
      "IsNumericKeyboardOnly": true,
      "KeyboardInputLength": 19,
      "TruckOrTrailerItemCode": "sample string 20",
      "LoadWeighInInitialFlow": true,
      "MasterId": 1,
      "CreatedOn": "2025-12-19T06:03:48.1363499-06:00",
      "CreatedBy": "sample string 22",
      "ModifiedBy": "sample string 23",
      "ModifiedOn": "2025-12-19T06:03:48.1363499-06:00",
      "RowVersion": "QEA=",
      "KioskFlowGroupXml": {
        "Name": "sample string 1",
        "MasterId": 2
      }
    }
  ],
  "RequestStatus": {
    "errormessage": "sample string 1",
    "success": true,
    "version": "sample string 3"
  }
}

application/xml, text/xml

Sample:
<response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <RequestStatus>
    <errormessage>sample string 1</errormessage>
    <success>true</success>
    <version>sample string 3</version>
  </RequestStatus>
  <kioskflowitems>
    <kioskflowitem>
      <BackButtonVisible>true</BackButtonVisible>
      <CancelButtonVisible>true</CancelButtonVisible>
      <ControllerName>sample string 5</ControllerName>
      <Enabled>true</Enabled>
      <IsShowWeightDisplay>true</IsShowWeightDisplay>
      <NextButtonEnabledByDefault>true</NextButtonEnabledByDefault>
      <SortOrder>9</SortOrder>
      <TabpageAdapterCaption>sample string 10</TabpageAdapterCaption>
      <TabpageAdapterHeading>sample string 11</TabpageAdapterHeading>
      <TabpageAdapterDescription>sample string 12</TabpageAdapterDescription>
      <TabpageAdapterName>sample string 13</TabpageAdapterName>
      <AutoNextEnabled>true</AutoNextEnabled>
      <PropertyName>sample string 15</PropertyName>
      <PropertyTypeConverter>sample string 16</PropertyTypeConverter>
      <IsCreateDynamically>true</IsCreateDynamically>
      <IsNumericKeyboardOnly>true</IsNumericKeyboardOnly>
      <KeyboardInputLength>19</KeyboardInputLength>
      <TruckOrTrailerItemCode>sample string 20</TruckOrTrailerItemCode>
      <LoadWeighInInitialFlow>true</LoadWeighInInitialFlow>
      <MasterId>1</MasterId>
      <CreatedOn>2025-12-19T06:03:48.1363499-06:00</CreatedOn>
      <CreatedBy>sample string 22</CreatedBy>
      <ModifiedBy>sample string 23</ModifiedBy>
      <ModifiedOn>2025-12-19T06:03:48.1363499-06:00</ModifiedOn>
      <kioskflowgroup>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </kioskflowgroup>
    </kioskflowitem>
    <kioskflowitem>
      <BackButtonVisible>true</BackButtonVisible>
      <CancelButtonVisible>true</CancelButtonVisible>
      <ControllerName>sample string 5</ControllerName>
      <Enabled>true</Enabled>
      <IsShowWeightDisplay>true</IsShowWeightDisplay>
      <NextButtonEnabledByDefault>true</NextButtonEnabledByDefault>
      <SortOrder>9</SortOrder>
      <TabpageAdapterCaption>sample string 10</TabpageAdapterCaption>
      <TabpageAdapterHeading>sample string 11</TabpageAdapterHeading>
      <TabpageAdapterDescription>sample string 12</TabpageAdapterDescription>
      <TabpageAdapterName>sample string 13</TabpageAdapterName>
      <AutoNextEnabled>true</AutoNextEnabled>
      <PropertyName>sample string 15</PropertyName>
      <PropertyTypeConverter>sample string 16</PropertyTypeConverter>
      <IsCreateDynamically>true</IsCreateDynamically>
      <IsNumericKeyboardOnly>true</IsNumericKeyboardOnly>
      <KeyboardInputLength>19</KeyboardInputLength>
      <TruckOrTrailerItemCode>sample string 20</TruckOrTrailerItemCode>
      <LoadWeighInInitialFlow>true</LoadWeighInInitialFlow>
      <MasterId>1</MasterId>
      <CreatedOn>2025-12-19T06:03:48.1363499-06:00</CreatedOn>
      <CreatedBy>sample string 22</CreatedBy>
      <ModifiedBy>sample string 23</ModifiedBy>
      <ModifiedOn>2025-12-19T06:03:48.1363499-06:00</ModifiedOn>
      <kioskflowgroup>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </kioskflowgroup>
    </kioskflowitem>
  </kioskflowitems>
</response>