---
title: "List Trade Allocations by Advisor"
method: GET
path: "/users/{userID}/managed/allocations"
tags: ["Trade Allocations"]
---

# List Trade Allocations by Advisor

`GET /users/{userID}/managed/allocations`

Fetches a list of an User's allocations.

## Path parameters

- `userID` string, required — A unique identifier created for each User on DriveWealth's platform.

## Response `200`

Fetching A List Of A User's Allocation was Successful.

- Allocation[] — A list of a User's sub account allocations.
  - `id` string — The unique identifier that identifies the lot of the allocation.
  - `clientListID` string — A way to store a message/comment on the this object.
  - `status` 'NEW' | 'ACCEPTED' | 'PART_COMPLETE' | 'COMPLETED' | 'REJECTED' — The current status of the lot of allocation.
  - `allocationsRequested` number — The amount of sub account allocations passed to the system.
  - `allocationsCompleted` number — The amount of completed sub account allocations.
  - `unallocatedNotional` number — The notional value of the shares that have not been allocated to sub accounts.
  - `unallocatedQuantity` number — The remaining amount of shares that have not been allocated to the sub accounts.
  - `comment` string — A custom comment generated by DriveWealth.
  - `createdWhen` string — The date and time of the allocation creation.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
