Skip to main content

Maestro API

Project description

docusign-maestro

Maestro authors and executes experiences that allow non-coders the ability to define Simple Business Process without having to write code and to deploy them seamlessly without having to have development expertise

This Python package is automatically generated by the Swagger Codegen project:

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.languages.PythonClientCodegen For more information, please visit https://developers.docusign.com/

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

If the python package is hosted on Github, you can install directly from Github

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import docusign_maestro 

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import docusign_maestro

Getting Started

Please follow the installation procedure and then run the following:

from __future__ import print_function
import time
import docusign_maestro
from docusign_maestro.rest import ApiException
from pprint import pprint

# Configure OAuth2 access token for authorization: docusignAccessCode
configuration = docusign_maestro.Configuration()
configuration.access_token = 'YOUR_ACCESS_TOKEN'

# create an instance of the API class
api_instance = docusign_maestro.WorkflowInstanceManagementApi(docusign_maestro.ApiClient(configuration))
account_id = 'account_id_example' # str | Account ID
instance_id = 'instance_id_example' # str | DS Workflow Instance Id (dacId)

try:
    # Cancels a running workflow instance.
    api_response = api_instance.cancel_workflow_instance(account_id, instance_id)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling WorkflowInstanceManagementApi->cancel_workflow_instance: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://www.docusign.net

Class Method HTTP request Description
WorkflowInstanceManagementApi cancel_workflow_instance POST aow-manage/v1.0/management/accounts/{accountId}/instances/{instanceId}/cancel Cancels a running workflow instance.
WorkflowInstanceManagementApi get_workflow_history GET aow-manage/v1.0/management/accounts/{accountId}/instances/{instanceId}/history Get List of Step Histories
WorkflowInstanceManagementApi get_workflow_instance GET aow-manage/v1.0/management/accounts/{accountId}/workflowDefinitions/{workflowDefinitionId}/instances/{instanceId} Get Workflow Instance Details
WorkflowInstanceManagementApi get_workflow_instances GET aow-manage/v1.0/management/accounts/{accountId}/workflowDefinitions/{workflowDefinitionId}/instances Get List of Workflow Instances
WorkflowManagementApi create_workflow_definition POST aow-manage/v1.0/management/accounts/{accountId}/workflowDefinitions Creates a new workflow definition.
WorkflowManagementApi delete_workflow_definition DELETE aow-manage/v1.0/management/accounts/{accountId}/workflowDefinitions/{workflowDefinitionId} Deletes a workflow definition.
WorkflowManagementApi get_workflow_definition GET aow-manage/v1.0/management/accounts/{accountId}/workflowDefinitions/{workflowDefinitionId} Get Workflow Definition
WorkflowManagementApi get_workflow_definition_config_instances GET aow-manage/v1.0/management/accounts/{accountId}/workflowDefinitions/{workflowDefinitionId}/configInstances Gets configuration instances
WorkflowManagementApi get_workflow_definitions GET aow-manage/v1.0/management/accounts/{accountId}/workflowDefinitions Get Workflow Definitions metadata
WorkflowManagementApi publish_or_un_publish_workflow_definition POST aow-manage/v1.0/management/accounts/{accountId}/workflowDefinitions/{workflowDefinitionId}/publish Publishes or unpublishes a workflow definition.
WorkflowManagementApi update_workflow_definition PUT aow-manage/v1.0/management/accounts/{accountId}/workflowDefinitions/{workflowDefinitionId} Updates a workflow definition.
WorkflowTriggerApi trigger_workflow POST aow-auth/v1.0/accounts/{accountId}/workflows/trigger Creates a new workflow instance after authenticating with DS Account Server

Documentation For Models

Documentation For Authorization

docusignAccessCode

Author

devcenter@docusign.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

docusign-maestro-1.0.0.tar.gz (62.7 kB view hashes)

Uploaded Source

Built Distribution

docusign_maestro-1.0.0-py2.py3-none-any.whl (230.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page