Get Lines
Fetch a list of all lines.
Authorizations
API Key
Query Parameters
The offset for the returned lines. Should be a non-negative integer.
x >= 00
The number of lines to return. Should be an integer between 1 and 100.
1 <= x <= 10020
Status of the returned lines. Possible values: 'all', 'active', 'suspended', 'expiring'.
all, active, suspended, expiring Type of the line to return. Possible values: 'all', 'premium', 'trial'.
all, premium, trial Search lines by partial username or line ID.
"demo"
Field to sort lines by. Possible values: 'id', 'username', 'enabled', 'exp_date'.
id, username, enabled, exp_date Type of sort. Possible values: 'asc', 'desc'.
asc, desc Response
Returns a list of lines.
The offset used for the current response.
x >= 00
The requested page size for the current response.
x >= 120
The total number of lines available. (Helpfull for pagination)
The number of lines returned in the current response.
Whether another page of results is available after this one.
true
Whether a previous page of results exists before this one.
false
The offset to request the next page, or null when there is no next page.
x >= 020
The offset to request the previous page, or null when there is no previous page.
x >= 0null