Skip to main content
GET
Retorna batidas geolocalizadas da equipe para visualização em mapa

Authorizations

Authorization
string
header
required

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

Query Parameters

startDate
string<date>

Data inicial do período. Quando omitida, usa o dia atual.

Example:

"2026-06-10"

endDate
string<date>

Data final do período. Quando omitida, usa a data inicial.

Example:

"2026-06-12"

userId
integer

Filtra por colaborador com jornada ativa.

Example:

990

status
enum<string>

Filtra pelo status de geofence. Default all.

Available options:
all,
inside,
outside,
remote,
exempt
Example:

"outside"

Response

200 - application/json

Batidas geolocalizadas retornadas com sucesso

entry_id
integer
Example:

123

user
object
date
string
Example:

"2026-06-10"

time
string
Example:

"09:00"

punched_at
string
Example:

"2026-06-16T09:00:00.000Z"

type
string
Example:

"ENTRADA"

type_label
string
Example:

"Entrada"

latitude
number
Example:

-23.5617

longitude
number
Example:

-46.6254

accuracy_meters
integer | null
Example:

12

distance_meters
integer | null
Example:

180

geofence_status
string | null
Example:

"outside"

geofence_reference
object | null
address
string | null
Example:

"Rua Teste, 123"