The following APIs give you access to the internal config.The config api provides most of the configurations related to the data model like processes, records and tasks. List of config keys:
But there will be other fields like procedure, entity, role which contain uuids. For each of these uuids the actual config can be found within the config data returned under the right key.So schema for procedure: d7783ade-bbbe-4734-afcc-9bc869d8d8a3 can be found in the procedures array returned from the config api.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.chakrahq.com/v1/ext/config'