Creatio (aka BPMonline) ODATA API helper
Project description
Simple logic's Creatio ODATA connector
Connector to integrate Creatio ODATA API.
Creatio ODATA API postman documentation
Getting started
This connector tested for ODATA3 and ODATA4 protocols (including .net core version)
$ pip install sl_creatio_connector
from creatio import Creatio
cr = Creatio(
creatio_host='http://creatio.simplelogic.ru:5000',
login='Vova',
password=getenv('SL_CREATIO_PASS'), # export SL_CREATIO_PASS="my_massword"
odata_version=ODATA_version.v4core
)
parameters = [
"filter=Contact eq 'Marady Esther'"
]
collection = cr.get_object_collection(
object_name='Lead',
parameters= parameters,
)
General documentation
Types
`ODATA_version` - Enumerator for different ODATA protocol versions
Methods
"Creatio" class constructor
get_object
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sl_creatio_connector-0.1.1.tar.gz.
File metadata
- Download URL: sl_creatio_connector-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.0 CPython/3.11.0 Darwin/22.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b2afddda291ee5150ba95a34d75f860463f2077f3d62596991e99ce82aad94d
|
|
| MD5 |
ca83fa3e39aa2cd373ff03ec37be475b
|
|
| BLAKE2b-256 |
454595e518430deffe12f4637527814db77738aec5681fd35f21550a049d7644
|
File details
Details for the file sl_creatio_connector-0.1.1-py3-none-any.whl.
File metadata
- Download URL: sl_creatio_connector-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.0 CPython/3.11.0 Darwin/22.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d64f2bc6e69c80e6d92968806f1720035ef0639a24cf808a1991381509318dc9
|
|
| MD5 |
e958ca6edbd8eca5ea4fda51063c11fc
|
|
| BLAKE2b-256 |
b9d53f6032f8b8ee2e1aeaed277ba00620f838b9cdf95f13c22d291060c4ada0
|