Rechercher des achats/sous-traitance
boond_purchases_searchFind purchases and subcontracts in BoondManager by filtering with keywords, company, or project, and using pagination to manage large result sets.
Instructions
Recherche des achats et sous-traitances dans BoondManager.
Args:
keywords, companyId, projectId: Filtres
page, pageSize: Pagination
Returns: Liste des achats correspondants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Numéro de page (max: 100) | |
| fields | No | Projection : attributs à afficher par résultat (ex: ['title','updateDate']). Absent = résumé standard. Noms inconnus ignorés. | |
| keywords | No | Mots-clés de recherche | |
| pageSize | No | Résultats par page | |
| companyId | No | Filtrer par ID société | |
| projectId | No | Filtrer par ID projet |