Skip to main content
GET
/
result
/
{resultId}
/
history
Read routing result history by result ID
curl --request GET \
  --url https://apiweb.mile.app/api/v3/result/{resultId}/history \
  --header 'Authorization: Bearer <token>'
{
  "$ref": "#/components/schemas/responseRoutingResultHistory"
}

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Path Parameters

resultId
string
required

Unique identifier for the routing result that generated by system. Example: 6352736c628401059b37a2e2

Response

200 - application/json

Success

status
string

Status of response.

data
object[]

Object of pagination data.