getWaitListSortNumber
getWaitListSortNumber - This shows you who is on the wait list.

URL Connection: http://adminapi.kroowd.com/?method=getWaitListSortNumber

Required Parameters
Name Type Description
apiKey String LIAzuq60iXGdzT3St599JQ
userName String zrinity7380
passWord String Y6t778T1iuo
companyId Number companyId for restaurant you want to retrieve.
numberSeated Number send how many you want to be seated 1 - 5+. When submitting 5+ it will return the results for any party size 5 or greater.

Example Response
Successful Request:

{
  "Response": [
      {
          "Status": "200",
          "data": [
              {
                  "cellphone": "+13153353096",
                  "lastname": "Kraeger",
                  "wait_guest_time": "312 Hour(s) and 0 Minutes",
                  "sitwear": "",
                  "Pro_image": "",
                  "MinutesOutput": 0,
                  "firstname": "Gary",
                  "waitid": 100,
                  "action": "Send Text Message",
                  "class": "No Visits",
                  "krowdWaitListNumberOfPeople": "2 people"
              }
          ]
      }
  ]
}

https://adminapi.getkrowd.com/?method=getWaitListSortNumber&apiKey=LIAzuq60iXGdzT3St599JQ&userName=zrinity7380&passWord=Y6t778T1iuo&companyId=1&numberSeated=2