Overview
The Orchestrate API provides a comprehensive set of endpoints for managing your Orchestrate data. It allows you to create, read, update, and delete records related to Orchestrate, as well as perform complex queries and aggregations. This API is designed to be easy to use, yet powerful and flexible enough to meet the needs of any Orchestrate application.
API Capabilities
The Orchestrate GraphQL API can manage the following:
Features | Description | Query | Create | Update | Delete |
---|---|---|---|---|---|
Customers | Manage and query customers. | ||||
Items | Manage and query items. | ||||
Purchase Orders | Manage and query purchase orders and associated attributes. | ||||
Sales Orders | Manage and query sales orders. | ||||
Suppliers | Manage and query suppliers. | ||||
Tasks | Manage and query tasks and task related objects (e.g. relations, kpis, secondary resources). | ||||
Works Orders | Manage and query works orders and associated attributes. |
note
In the above table, the main API capabilities have been listed in terms of business functionalities. For a full list of operations available, please refer to the Orchestrte API Reference.