- Subcategories:
- Error Logs
- Large Object (LOB) Attributes - AssociationCriteriaExpression
- Large Object (LOB) Attributes - SimulationCriteriaExpression
- Stages
Orchestrations REST Endpoints
Orchestrations
The orchestrations resource is used to view, create, update, and delete an orchestration. It's a guided series of sequential stages and steps to help you plan and advance your business workflows at maximum efficiency.
- Copy orchestration
- Method: postPath:
/crmRestApi/resources/11.13.18.05/orchestrations/action/cloneOrchestration - Create an orchestration
- Method: postPath:
/crmRestApi/resources/11.13.18.05/orchestrations - Delete an orchestration
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/orchestrations/{OrchestrationNumber} - Get all orchestrations
- Method: getPath:
/crmRestApi/resources/11.13.18.05/orchestrations - Get an orchestration
- Method: getPath:
/crmRestApi/resources/11.13.18.05/orchestrations/{OrchestrationNumber} - Update an orchestration
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/orchestrations/{OrchestrationNumber}