# TQL

`TQL` stands for "Transportial Query Language". It's used to be able to run any query from a given JSON request

## Get fields

 - [GET /tql/fields/{entityType}/{keyword}/{offset}](https://docs.transportial.com/apis/tql/handle_253.md): Get list of toDos

## Execute TQL Query

 - [POST /tql/query](https://docs.transportial.com/apis/tql/handle_255.md): Execute a TQL query with a list result

## Get fields

 - [GET /tql/fields/{entityType}](https://docs.transportial.com/apis/tql/handle_337.md): Get list of toDos

## Search for fields

 - [GET /tql/fields/{entityType}/{keyword}/{offset}/{amount}](https://docs.transportial.com/apis/tql/handle_456.md): Get list of fields that match the given keyword

