Skip to main content
GET
cURL

Ticket Type Field

The ticket_type field represents the category of traffic violation:

Filtering by Ticket Type

Use the numeric ID when filtering:
When filtering, use the numeric ID (1-6). The API response returns the display name (e.g., “Parking”, “Bus Camera”).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

billing_status
enum<string>[]

Multiple values may be separated by commas.

Available options:
CARD_NOT_ON_FILE,
COD_SERVICE,
CREDIT_CARD_DECLINED,
DISPUTED_TOLL_OR_TICKET,
EMPLOYEE_USE_OR_FLEET_LIABLE,
EXPIRED_CREDIT_CARD,
INVOICED_NOT_PAID,
NO_ACTION,
PAID_SUCCESSFULLY,
USER_NOT_FOUND,
VALIDATION_ISSUES
billing_status_fk
integer
description__icontains
string
driver
integer
fine_amount
number
fine_amount__gt
number
fine_amount__gte
number
fine_amount__lt
number
fine_amount__lte
number
id
integer
issue_date
string<date>
issue_date__gte
string<date>
issue_date__lte
string<date>
issue_date__year__gt
number
issue_date__year__lt
number
issuing_authority
string[]

Multiple values may be separated by commas.

limit
integer

Number of results to return per page.

notice_number__icontains
string
offset
integer

The initial index from which to return the results.

ordering
string

Which field to use when ordering the results.

penalty_amount
number
penalty_amount__gt
number
penalty_amount__gte
number
penalty_amount__lt
number
penalty_amount__lte
number
received_date
string<date>
received_date__gte
string<date>
received_date__lte
string<date>
received_date__year__gt
number
received_date__year__lt
number
ticket_date
string<date>
ticket_date__gte
string<date>
ticket_date__lte
string<date>
ticket_date__year__gt
number
ticket_date__year__lt
number
ticket_time
string<time>
ticket_time__gt
string<time>
ticket_time__gte
string<time>
ticket_time__lt
string<time>
ticket_time__lte
string<time>
ticket_type
enum<integer>[]
  • Bus Camera - Bus Camera
  • Idling - Idling
  • Parking - Parking
  • Red Light Camera - Red Light Camera
  • Speed Camera - Speed Camera
  • Other - Other
Available options:
Bus Camera,
Idling,
Other,
Parking,
Red Light Camera,
Speed Camera
total_max
number
total_min
number
vehicle
integer[]
violation_number__icontains
string

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"