Skip to main content
Omnitracs Knowledge Base

Get Driver ID List API

(plus) Available in PIT v2.3

This ILE API wraps the Get Driver ID List Web Service. See its documentation for a further explanation of the input and output parameters, as well as the possible error conditions.

API Name:  QTDRVLST

Parameter Interface:

 

Parameter

 

 

Direction

 

 

Type

 

 

Length

 

 

Precision

 

 

Description

 

Driver ID

Input

Character

10

n/a

Identifier for the driver. The returned list will begin after the specified driver ID. When blank, the list will begin with the first driver sorted in ascending order by Driver ID

Number of Drivers

Input

Decimal

5

0

The number of drivers to return in the list. The value must be between 1 and 1,000.

Driver ID List

Output

Character Array

1000

n/a

An array of 10 character strings with a size of 1,000 elements containing the returned Driver IDs.

Error Category

Output

Decimal

3

0

Error Category, if any

Error Code

Output

Decimal

5

0

Error Code, if any

Error Description

Output

Character

150 varying

n/a

Error description, if any

An error category of 0 means that the driver IDs were returned successfully.

  • Was this article helpful?