GetInvestments
Signature
query {
GetInvestments
}
Retourne : InvestmentConnection
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
start | Int | — | — | |
end | Int | — | — | |
resultsPerPage | Int | — | — | |
page | Int | 1 | — | |
operationId | ID | — | Filter by operation (mutually exclusive with accountId) | |
accountId | ID | — | Filter by account (mutually exclusive with operationId) | |
succeededOrders | Boolean | — | ⚠️ DEPRECATED: Use filters.status instead | |
status | TransactionState | — | ⚠️ DEPRECATED: No replacement provided for the moment. Contact us if needed | |
source | InvestmentSource | — | ⚠️ DEPRECATED: Use filters.source instead | |
excludePledged | Boolean | — | ⚠️ DEPRECATED: No replacement provided for the moment. Contact us if needed | |
sortingFields | [SortingField] | — | ⚠️ DEPRECATED: Use sortingColumns instead | |
search | String | — | Term to search in id, firstname, lastname, email or mobile | |
sortingColumns | [SortingColumn] | — | — | |
filters | InvestmentFiltersInput | — | — | |
propertyFilters | [PropertyFilterInput] | — | Filters for property columns. Merged with 'filters' (propertyFilters takes precedence on conflict). | |
effectiveDateState | EffectiveDateState | — | — |
Exemple
query {
GetInvestments {
# Sélectionner les champs souhaités
}
}