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. | |