orvanta-api 3.0.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# \BpmnDelegateApi

All URIs are relative to */api*

Method | HTTP request | Description
------------- | ------------- | -------------
[**create_bpmn_delegate_binding**]BpmnDelegateApi.md#create_bpmn_delegate_binding | **POST** /w/{workspace}/bpmn_delegates/create | create a BPMN delegate binding
[**delete_bpmn_delegate_binding**]BpmnDelegateApi.md#delete_bpmn_delegate_binding | **DELETE** /w/{workspace}/bpmn_delegates/delete/{path} | delete a BPMN delegate binding
[**get_bpmn_delegate_binding**]BpmnDelegateApi.md#get_bpmn_delegate_binding | **GET** /w/{workspace}/bpmn_delegates/get/{path} | get a BPMN delegate binding by path
[**list_bpmn_delegate_bindings**]BpmnDelegateApi.md#list_bpmn_delegate_bindings | **GET** /w/{workspace}/bpmn_delegates/list | list BPMN delegate bindings
[**update_bpmn_delegate_binding**]BpmnDelegateApi.md#update_bpmn_delegate_binding | **POST** /w/{workspace}/bpmn_delegates/update/{path} | update a BPMN delegate binding



## create_bpmn_delegate_binding

> String create_bpmn_delegate_binding(workspace, new_bpmn_delegate_binding)
create a BPMN delegate binding

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**new_bpmn_delegate_binding** | [**NewBpmnDelegateBinding**]NewBpmnDelegateBinding.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## delete_bpmn_delegate_binding

> String delete_bpmn_delegate_binding(workspace, path)
delete a BPMN delegate binding

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**path** | **String** |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: text/plain

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## get_bpmn_delegate_binding

> models::BpmnDelegateBinding get_bpmn_delegate_binding(workspace, path)
get a BPMN delegate binding by path

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**path** | **String** |  | [required] |

### Return type

[**models::BpmnDelegateBinding**](BpmnDelegateBinding.md)

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## list_bpmn_delegate_bindings

> Vec<models::ListedBpmnDelegateBinding> list_bpmn_delegate_bindings(workspace, page, per_page)
list BPMN delegate bindings

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**page** | Option<**i32**> | which page to return (start at 1, default 1) |  |
**per_page** | Option<**i32**> | number of items to return for a given page (default 30, max 100) |  |

### Return type

[**Vec<models::ListedBpmnDelegateBinding>**](ListedBpmnDelegateBinding.md)

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## update_bpmn_delegate_binding

> String update_bpmn_delegate_binding(workspace, path, new_bpmn_delegate_binding)
update a BPMN delegate binding

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**path** | **String** |  | [required] |
**new_bpmn_delegate_binding** | [**NewBpmnDelegateBinding**]NewBpmnDelegateBinding.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)