# Get shared packages Returns a list of packages shared with a client by a given client number Endpoint: GET /slapi/clients/getsharedpackages Version: 0.0.1 Security: BasicAuthCredentials ## Query parameters: - `clientnumber` (string, required) ## Response 200 fields (applicaiton/json): - `packages` (array) - `packages.packageId` (string) Example: "0000000001" - `packages.package` (string) Example: "10 Session Package" - `packages.unitsLeft` (number) Example: 10 - `packages.packageStatus` (string) Example: "Active" - `packages.ownerClientNumber` (string) Example: "0000000001" ## Response 500 fields (applicatoin/json): - `error` (string) - `message` (string)