List partner allocations and deallocationsAsk AIget https://app.bitgo-test.com/api/network/v1/enterprises/{enterpriseId}/partners/allocationsLists all allocations and deallocations. For use only by OES partners.Path ParamsenterpriseIdstringrequiredlength ≥ 1Query ParamsallocationIdsarray of stringsOptional array of allocationIds. allocationIds are unique identifiers (UUIDs) for allocations. If UUIDs are provided, only allocations/deallocations with those UUIDs are returned. UUIDs must be submitted as a comma-separated string.allocationIdsADD stringtypesarray of stringsOptional array of types. If types are provided, only allocations/deallocations with those types are returned. Types must be submitted as a comma-separated string. allocation = records for allocations to connections. deallocation = records for deallocations from connections.typesADD stringstatusesarray of stringsOptional array of statuses. If statuses are provided, only allocations/deallocations with those statuses are returned. Statuses must be submitted as a comma-separated string. cleared = records for allocations that have been cleared. released = records for allocations that have been released. reserved = records for allocations that are still reserved.statusesADD stringcurrenciesarray of stringsOptional array of partner mapped currencies. If currencies are provided, only allocations/deallocations with those currencies are returned. Currencies must be submitted as a comma-separated string.currenciesADD stringconnectionIdsarray of stringsOptional array of connectionIds. If connectionIds are provided, only allocations/deallocations for those connectionIds are returned. ConnectionIds must be submitted as a comma-separated string.connectionIdsADD stringpartnerIdsarray of stringsOptional array of partnerIds. If partnerIds are provided, only allocations/deallocations for those partnerIds are returned. PartnerIds must be submitted as a comma-separated string.partnerIdsADD stringclientIdsarray of stringsOptional array of clientIds. If clientIds are provided, only allocations/deallocations for those clientIds are returned. ClientIds must be submitted as a comma-separated string.clientIdsADD stringpageNumberstringThe page number (integer) you wish to fetch. When provided, the API will skip pageSize * pageNumber records. Page numbers are zero-based, so the first page is 0. If not provided, defaults to 0.pageSizestringThe page size (integer) you wish to fetch. When provided, the API will return at most pageSize records per page. If not provided, a default page size defined by the server will be used.sortFieldstringenumThe field to sort results on. Possible values: id: Sort by allocation ID. updatedAt: Sort by the last updated timestamp. quantity: Sort by the allocation amount quantity. Note: A final sort is always applied on createdAt ascending and id ascending, regardless of the specified sortField. This ensures consistent ordering for items with the same primary sort value.idupdatedAtquantityAllowed:idupdatedAtquantitysortDirectionstringenumThe direction to sort results. Possible values: ASC: Ascending order (lowest to highest, A to Z, oldest to newest) DESC: Descending order (highest to lowest, Z to A, newest to oldest) If not specified, defaults to ASC (ascending).ASCDESCAllowed:ASCDESCResponses 200OK 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 29 days ago