Skip to main content
GET
/
api
/
v1
/
technician_cost
/
get
/
{technician_id}
Obtener costos de un tecnico por su ID
curl --request GET \
  --url https://api.raul.ugps.io/api/v1/technician_cost/get/{technician_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

technician_id
string
required

ID del tecnico (UUID)

Response

Costos del tecnico obtenidos exitosamente

The response is of type object.