# Get route

Get a route on id

Endpoint: GET /route/{id}
Version: 0.9.74
Security: bearer, apiKey, apiSecret

## Header parameters:

  - `Authorization` (string, required)

## Path parameters:

  - `id` (string, required)

## Response 200 fields (application/json):

  - `success` (boolean)

  - `message` (string)

  - `code` (integer)

  - `route` (object)

  - `route.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `route.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `route.uuid` (string, required)

  - `route.primaryPlatformId` (string, required)

  - `route.createdAt` (string)
    The date and time this Entity has been created

  - `route.updatedAt` (string)
    The date and time this Entity has been updated

  - `route.language` (object)
    circular reference

  - `route.name` (string)

  - `route.time` (integer)

  - `route.cost` (integer)

  - `route.distance` (integer)

  - `route.expenses` (array)

  - `route.expenses.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `route.expenses.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `route.expenses.createdAt` (string)
    The date and time this Entity has been created

  - `route.expenses.updatedAt` (string)
    The date and time this Entity has been updated

  - `route.expenses.sequenceNr` (integer)

  - `route.expenses.quantity` (integer)

  - `route.expenses.name` (string)

  - `route.expenses.description` (string)

  - `route.expenses.category` (object)

  - `route.expenses.category.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `route.expenses.category.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `route.expenses.category.createdAt` (string)
    The date and time this Entity has been created

  - `route.expenses.category.updatedAt` (string)
    The date and time this Entity has been updated

  - `route.expenses.category.name` (string)

  - `route.expenses.category.creditCode` (string)

  - `route.expenses.category.debitCode` (string)

  - `route.expenses.category.defaultValue` (number)

  - `route.expenses.category.enabled` (boolean)

  - `route.expenses.category.tripRevenue` (boolean)

  - `route.expenses.category.identifiers` (array)

  - `route.expenses.category.identifiers.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `route.expenses.category.identifiers.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `route.expenses.category.identifiers.createdAt` (string)
    The date and time this Entity has been created

  - `route.expenses.category.identifiers.updatedAt` (string)
    The date and time this Entity has been updated

  - `route.expenses.category.identifiers.name` (string)

  - `route.expenses.category.identifiers.system` (string)

  - `route.expenses.category.identifiers.value` (string)

  - `route.expenses.category.identifiers.expiredAt` (string)

  - `route.expenses.business` (object)
    circular reference

  - `route.expenses.amount` (object)

  - `route.expenses.amount.amount` (number)

  - `route.expenses.amount.currency` (object)

  - `route.expenses.amount.currency.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `route.expenses.amount.currency.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `route.expenses.amount.currency.createdAt` (string)
    The date and time this Entity has been created

  - `route.expenses.amount.currency.updatedAt` (string)
    The date and time this Entity has been updated

  - `route.expenses.amount.currency.name` (string)

  - `route.expenses.amount.currency.short` (string)

  - `route.expenses.amount.currency.sign` (string)

  - `route.expenses.amount.currency.decimalDelimiter` (string)

  - `route.expenses.amount.currency.thousandDelimiter` (string)

  - `route.expenses.amount.currency.enabled` (boolean)

  - `route.expenses.amount.taxRate` (object)

  - `route.expenses.amount.taxRate.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `route.expenses.amount.taxRate.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `route.expenses.amount.taxRate.createdAt` (string)
    The date and time this Entity has been created

  - `route.expenses.amount.taxRate.updatedAt` (string)
    The date and time this Entity has been updated

  - `route.expenses.amount.taxRate.creditCode` (string)

  - `route.expenses.amount.taxRate.debitCode` (string)

  - `route.expenses.amount.taxRate.identifiers` (array)

  - `route.expenses.amount.taxRate.name` (string)

  - `route.expenses.amount.taxRate.description` (string)

  - `route.expenses.amount.taxRate.jurisdiction` (string)

  - `route.expenses.amount.taxRate.percentage` (number)

  - `route.expenses.amount.taxRate.inclusive` (boolean)

  - `route.expenses.amount.taxRate.active` (boolean)

  - `route.expenses.amount.inclusiveOfTax` (boolean)

  - `route.expenses.subTotal` (object)

  - `route.expenses.tax` (object)

  - `route.expenses.total` (object)

  - `route.additionalInfo` (object)

  - `route.lineString` (string)

  - `route.actors` (array)

  - `route.actors.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `route.actors.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `route.actors.uuid` (string, required)

  - `route.actors.primaryPlatformId` (string, required)

  - `route.actors.createdAt` (string)
    The date and time this Entity has been created

  - `route.actors.updatedAt` (string)
    The date and time this Entity has been updated

  - `route.actors.language` (object)
    circular reference

  - `route.actors.name` (string)

  - `route.actors.user` (object)
    circular reference

  - `route.actors.identifiers` (array)

  - `route.actors.identifiers.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `route.actors.identifiers.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `route.actors.identifiers.uuid` (string, required)

  - `route.actors.identifiers.primaryPlatformId` (string, required)

  - `route.actors.identifiers.createdAt` (string)
    The date and time this Entity has been created

  - `route.actors.identifiers.updatedAt` (string)
    The date and time this Entity has been updated

  - `route.actors.identifiers.language` (object)
    circular reference

  - `route.actors.identifiers.name` (string)

  - `route.actors.identifiers.system` (string)

  - `route.actors.identifiers.value` (string)

  - `route.actors.identifiers.expiredAt` (string)

  - `route.actors.contactDetails` (array)

  - `route.actors.contactDetails.id` (string, required)
    Uniquely identifies this entity. A ID can be assigned  or will be generated by the server if the request doesn't provide it. Once assigned, the ID can't be changed

  - `route.actors.contactDetails.nonce` (string)
    Nonce, a field that is not saved and returns exactly the same value you sent. This ensures you can identify your object that has been updated or created.

  - `route.actors.contactDetails.uuid` (string, required)

  - `route.actors.contactDetails.primaryPlatformId` (string, required)

  - `route.actors.contactDetails.createdAt` (string)
    The date and time this Entity has been created

  - `route.actors.contactDetails.updatedAt` (string)
    The date and time this Entity has been updated

  - `route.actors.contactDetails.language` (object)
    circular reference

  - `route.actors.contactDetails.type` (string)
    Enum: "iban", "gln", "vatCode", "name", "lastName", "middleName", "firstName", "phone", "mobilePhone", "email", "language", "other"

  - `route.actors.contactDetails.value` (string)

  - `route.actors.contactDetails.remarks` (string)

  - `route.actions` (array)

  - `route.constraints` (array)

  - `route.constraints.associationType` (string, required)

  - `route.identifiers` (array)

## Response 400 fields (application/json):

  - `success` (boolean)

  - `message` (string)

  - `code` (integer)

  - `errors` (array)

  - `suggestion` (string)


