I want to just get the status of the driver. No other stuff and really do not want to pass the date either. Just current status. I thought I would use the DutyStatusAvailability but it does not give me the current status.. Do I need to use the DutyStatusAvailabilitySearch
Below is my code that works just to get availability but no status.
Ideas? Thoughts?
{
"method": "Get",
"params": {
"search": {
"UserSearch": {
"id": "*****"
}
},
"typeName": "DutyStatusAvailability",
"credentials": {
"database": "mydatabase",
"path": "ThisServer",
"sessionId": "mysessionid",
"userName": "myusername"
}
}
}