---
title: "tempoGetAllocations"
canonical: "https://support.appfire.com/space/PSJ/15486344/tempoGetAllocations"
format: markdown
---
> Macro (aura-html)


> 📝 The use of this function requires the SIL Tempo Connector add-on (free) be installed.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | tempoGetAllocations(user, startDate, endDate[, projects, issues]) | **Package** | tempo |
| **Alias** |  | **Pkg Usage** | getAllocations(user, startDate, endDate[, projects, issues]) |

> ❌ Note that this function is only available if the Tempo Planner add-on is installed.

## Description

> Macro (excerpt)
> 
> Function returns the allocations that might exists for a user between the specified dates, optionally filtered by projects or even for individual issues

Function returns the allocations that might exists for a user between the specified dates, optionally filtered by projects or even for individual issues. The return is represented by an array of TempoAllocation structures.
All parameters can be empty / null, in which case they will not be used as filter criteria. If all are null, all allocations will be returned, which is something you might be unprepared for.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| user | String | Yes | The user you are requesting the allocations for. If empty, all allocations for all users will be returned. |
| startDate | Date | Yes | The start date; if null, no such filter will be applied. |
| endDate | Date | Yes | The stop date; if null, no such filter will be applied. |
| projects | String [] | No | The projects array filter; if provided, only allocations on the specified projects will be accounted for. |
| issues | String [] | No | The issues array filter; if provided, only allocations on the specified issues will be accounted for. |

## Return Type

**[TempoAllocation []](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15485649)**

## See also

> Macro (contentbylabel)

> Macro (fc909b09-b512-4c31-a844-dd855b0e6aae/db1c8759-c7e5-4e80-9022-d19e47b0e2b0/static/macro)