# Ascent.lookups

#### ascent.lookups.get

Fetch a value from a lookup table.

```
ascent.lookups.get(id: string, Key: string): any;
```

| Parameter | Type   | Description           |
| --------- | ------ | --------------------- |
| ID        | String | Lookup Table Id       |
| Key       | string | key withing the table |

Example

```
ascent.lookups.get("0195d82b-72dc-7ea5-a7c1-3c7f83ba394b","Customer Id")
```

####
