Skip to main content
GET
List

Authorizations

Authorization
string
header
required

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

Headers

Fleet-ID
integer

Query Parameters

integration
string

ID of the integration to filter

success
string

Boolean

entity_type
integer

Where Choices Includes (1, Ticket), (2, Parking), (3, Violation), (4, Vehicle), (5, Transponder), (6, Authentication)

integration_is_null
string

Boolean

timestamp_after
string

Date in YYYY-MM-DD format

timestamp_before
string

Date in YYYY-MM-DD format

entity_id
string

ID of the Entity you want to search for. e.g Ticket ID, Parking ID.

Response

200 - application/json

Successful response

count
integer

Total number of matching logs

Example:

100

next
string

URL to the next page of results

Example:

"http://api.app.fleetit.com/v2/integrations/logs/?limit=10&offset=10"

previous
string

URL to the previous page of results

Example:

null

results
object[]