get_project
imerit_ango.sdk.SDK.
get_project(project_id)
Get all details of a project.
Parameters
project_id: string
The unique identifier for the project. You can find the project ID in the user interface or retrieve it using the
list_projects
function.
Returns:
output: dict
Example:
import os
from dotenv import load_dotenv
from imerit_ango.sdk import SDK
load_dotenv('variables.env')
api_key = os.getenv('API_KEY')
project_id = os.getenv('PROJECT_ID')
ango_sdk = SDK(api_key)
sdk_response = ango_sdk.get_project(project_id)
project_name = sdk_response['data']['project']['name']
project_description = sdk_response['data']['project']['description']
project_creation_time = sdk_response['data']['project']['createdAt']
project_ontology = sdk_response['data']['project']['categorySchema']
print(project_name)
print(project_description)
print(project_creation_time)
print(project_ontology)
Example output:
Example Output
{
"status": "success",
"data": {
"project": {
"errorSchema": {
"Missing": [],
"Wrong": [],
"Unqualified": []
},
"role": "Manager",
"taskSkipEnabled": true,
"unassignSkippedTask": false,
"_id": "64f1dd35a7fabb00150e9b09",
"description": "",
"categorySchema": {
"tools": [
{
"title": "Vehicle",
"tool": "bounding-box",
"required": false,
"schemaId": "b1c6805d054f0e44ae11500",
"ocrEnabled": false,
"classifications": [
{
"title": "attr",
"tool": "radio",
"required": false,
"schemaId": "0725e57d34df5aa06ee2190",
"frameSpecific": false,
"classifications": [],
"multiple": false,
"options": [
{
"value": "1",
"schemaId": "aba37b2335e4214ea88d660"
},
{
"value": "2",
"schemaId": "6e20922bb593c3785afb822"
}
]
},
{
"title": "a",
"tool": "checkbox",
"required": false,
"schemaId": "fc0a28adf50e2c8d4610475",
"frameSpecific": false,
"classifications": [],
"multiple": false,
"options": [
{
"value": "1",
"schemaId": "a5e1656932e771217474538"
},
{
"value": "2",
"schemaId": "d888c629061d4ac9fc44657"
}
]
}
],
"multiple": false,
"color": "#f44336",
"shortcutKey": "1"
},
{
"title": "Rotated Bounding Box",
"tool": "rotated-bounding-box",
"required": false,
"schemaId": "c8c1f3d2388109519849399",
"classifications": [],
"multiple": false,
"color": "#03a9f4",
"shortcutKey": "2"
},
{
"title": "Polygon",
"tool": "polygon",
"required": false,
"schemaId": "a966c7799383465850cd803",
"classifications": [
{
"title": "Nested Radio",
"tool": "radio",
"required": false,
"schemaId": "4460fa700ef030c4e575604",
"frameSpecific": false,
"classifications": [],
"multiple": false,
"options": [
{
"value": "1",
"schemaId": "b09ac66f94e68969ae31631"
},
{
"value": "2",
"schemaId": "3aa7790032b4c9783a1f791"
},
{
"value": "3",
"schemaId": "99cae39f9a33c91c0ddc959"
}
]
}
],
"multiple": false,
"color": "#9c27b0",
"shortcutKey": "3"
},
{
"title": "Segmentation",
"tool": "segmentation",
"required": false,
"schemaId": "2fef75bce2ec525300dd933",
"classifications": [],
"multiple": false,
"color": "#3f51b5",
"shortcutKey": "5"
},
{
"title": "Entity",
"tool": "ner",
"required": false,
"schemaId": "b1919d09c9770392ebdb948",
"classifications": [],
"multiple": false,
"color": "#2196f3",
"shortcutKey": "6"
},
{
"title": "Point",
"tool": "point",
"required": false,
"schemaId": "376a18175f35d976d204251",
"classifications": [],
"multiple": false,
"color": "#00bcd4",
"shortcutKey": "7"
},
{
"title": "PDF",
"tool": "pdf",
"required": false,
"schemaId": "aca6765850e6fa107053050",
"classifications": [],
"multiple": false,
"color": "#009688",
"shortcutKey": "8"
},
{
"title": "Brush",
"tool": "brush",
"required": false,
"schemaId": "e88f861d254a94278a12501",
"classifications": [],
"multiple": false,
"color": "#4caf50",
"shortcutKey": "9"
},
{
"title": "Voxel Brush",
"tool": "medical-brush",
"required": false,
"schemaId": "1",
"classifications": [],
"multiple": false,
"color": "#8bc34a",
"shortcutKey": "0"
},
{
"title": "Polyline",
"tool": "polyline",
"required": false,
"schemaId": "fdda67242a0dcb03e00a956",
"classifications": [],
"multiple": false,
"color": "#673ab7",
"shortcutKey": "ctrl+1"
},
{
"title": "",
"tool": "brush",
"required": false,
"schemaId": "d628a70c92104feec9c1358",
"classifications": [],
"multiple": false,
"color": "#ffc107"
}
],
"classifications": [
{
"title": "Radio",
"tool": "radio",
"required": false,
"schemaId": "35a3a96d5a267abb8d76148",
"frameSpecific": false,
"classifications": [],
"multiple": false,
"options": [
{
"value": "1",
"schemaId": "4cfc01fe5f3b38c23ed8227"
},
{
"value": "2",
"schemaId": "dc1ff4da8b6e00dabdbf398"
},
{
"value": "3",
"schemaId": "671e0e43667310b7421c564"
}
],
"shortcutKey": "4"
},
{
"title": "Checkbox",
"tool": "checkbox",
"required": false,
"schemaId": "1ea7a275ce5c9cf30a6f148",
"frameSpecific": false,
"classifications": [],
"multiple": false,
"options": [
{
"value": "1",
"schemaId": "3da08f3f68e25728a78d700"
},
{
"value": "2",
"schemaId": "4ce56898f94aea6552f9863"
},
{
"value": "3",
"schemaId": "7a274df0ff54260c8939083"
}
],
"shortcutKey": "ctrl+2"
},
{
"title": "Single Dropdown",
"tool": "single-dropdown",
"required": false,
"schemaId": "a2b4a50bb90eb6523b88376",
"frameSpecific": false,
"classifications": [],
"multiple": false,
"options": [
{
"value": "1",
"schemaId": "c66c9f054ec0921d2b13780"
},
{
"value": "2",
"schemaId": "9c1177bf936ab83cf5b0957"
},
{
"value": "3",
"schemaId": "db68d8a0e1b10fad1b84136"
}
],
"shortcutKey": "ctrl+3"
},
{
"title": "Multiple Dropdown",
"tool": "multi-dropdown",
"required": false,
"schemaId": "11f6ed8e4ac4852d3422341",
"frameSpecific": false,
"classifications": [],
"multiple": false,
"options": [
{
"value": "1",
"schemaId": "0f0a50c055537ef3d0db861"
},
{
"value": "2",
"schemaId": "bd2eadb87b2be8a70c0b067"
},
{
"value": "3",
"schemaId": "fa806f4f9da626034c0b220"
}
],
"shortcutKey": "ctrl+4"
},
{
"title": "Tree Dropdown",
"tool": "tree-dropdown",
"required": false,
"schemaId": "c2b5eb27e55b186f84f3898",
"frameSpecific": false,
"showDropdown": false,
"classifications": [],
"multiple": false,
"options": [
{
"value": "Reds",
"schemaId": "a6c5458c6fa13f5c5126090"
},
{
"value": "Reds / 2",
"schemaId": "78e77d06759a9835b32d854"
},
{
"value": "Yellows",
"schemaId": "1cbfa0f04273fc2bd1c7034"
},
{
"value": "Yellows / Dark Yellows",
"schemaId": "34fc6a0115677bf47f4c858"
},
{
"value": "Yellows / Dark Yellows / Ochre",
"schemaId": "9b9559d868bc3c5710b5851"
},
{
"value": "Yellows / Light Yellows",
"schemaId": "1280c8f48ec7edd8c281503"
}
],
"shortcutKey": "ctrl+5",
"treeOptions": [
{
"title": "Reds",
"key": "a6c5458c6fa13f5c5126090",
"value": "a6c5458c6fa13f5c5126090",
"children": [
{
"title": "2",
"value": "78e77d06759a9835b32d854",
"key": "78e77d06759a9835b32d854"
}
]
},
{
"title": "Yellows",
"key": "1cbfa0f04273fc2bd1c7034",
"value": "1cbfa0f04273fc2bd1c7034",
"children": [
{
"title": "Dark Yellows",
"value": "34fc6a0115677bf47f4c858",
"key": "34fc6a0115677bf47f4c858",
"children": [
{
"title": "Ochre",
"value": "9b9559d868bc3c5710b5851",
"key": "9b9559d868bc3c5710b5851"
}
]
},
{
"title": "Light Yellows",
"value": "1280c8f48ec7edd8c281503",
"key": "1280c8f48ec7edd8c281503"
}
]
}
]
},
{
"title": "Text",
"tool": "text",
"required": false,
"schemaId": "6590a72d09f1760a4578032",
"frameSpecific": false,
"richText": false,
"regex": "",
"classifications": [],
"multiple": false,
"options": [],
"shortcutKey": "ctrl+6"
},
{
"title": "Rich Text",
"tool": "text",
"required": false,
"schemaId": "78ce1ba37f15e535f329142",
"frameSpecific": false,
"richText": true,
"regex": "",
"classifications": [],
"multiple": false,
"options": [],
"shortcutKey": "ctrl+9"
},
{
"title": "Radio \u2013 Multiple",
"tool": "radio",
"required": false,
"schemaId": "ba9a13aa2b37591502b7877",
"frameSpecific": false,
"classifications": [],
"multiple": true,
"options": [
{
"value": "1",
"schemaId": "f33608d7cbd416c34baf182"
},
{
"value": "2",
"schemaId": "9cff17e94dc4dcb14429358"
},
{
"value": "3",
"schemaId": "586f2df4c14d17f40698520"
}
],
"shortcutKey": "ctrl+0"
},
{
"title": "Checkbox \u2013 Multiple",
"tool": "checkbox",
"required": false,
"schemaId": "cbbfc3afa8c93e1db0e3258",
"frameSpecific": false,
"classifications": [],
"multiple": true,
"options": [
{
"value": "a",
"schemaId": "02d856ea9478b70c83f6127"
},
{
"value": "b",
"schemaId": "0587dbcc958a93feeea5337"
},
{
"value": "c",
"schemaId": "fc30a0fb1c2b4f3c5278536"
}
],
"shortcutKey": "a"
},
{
"title": "Single Dropdown \u2013 Multiple",
"tool": "single-dropdown",
"required": false,
"schemaId": "703077fa55f9cbdf89b6383",
"frameSpecific": false,
"classifications": [],
"multiple": true,
"options": [
{
"value": "a",
"schemaId": "6ad3fcf3f813a4da382b673"
},
{
"value": "b",
"schemaId": "e5235fd5be0c2182a8a4839"
},
{
"value": "c",
"schemaId": "c840773422c82d9219f4998"
}
],
"shortcutKey": "b"
},
{
"title": "Multiple Dropdown \u2013 Multiple",
"tool": "multi-dropdown",
"required": false,
"schemaId": "ef8fa48a705441d86a43723",
"frameSpecific": false,
"classifications": [],
"multiple": true,
"options": [
{
"value": "a",
"schemaId": "193533ffcabf4ca5e29a012"
},
{
"value": "b",
"schemaId": "49ac2a5df1d310fb75ff183"
},
{
"value": "c",
"schemaId": "c929fbfd2968540a2674335"
}
],
"shortcutKey": "d"
},
{
"title": "Tree Dropdown \u2013 Multiple",
"tool": "tree-dropdown",
"required": false,
"schemaId": "39d2ce85b761c7a95729919",
"frameSpecific": false,
"showDropdown": false,
"classifications": [],
"multiple": true,
"options": [
{
"value": "a",
"schemaId": "2d0d83c02c6895b408a6706"
},
{
"value": "b",
"schemaId": "be15a331de3e643f320a869"
},
{
"value": "c",
"schemaId": "26cf2fe8d85bd54f4ddb008"
}
],
"shortcutKey": "f",
"treeOptions": [
{
"title": "a",
"key": "2d0d83c02c6895b408a6706",
"value": "2d0d83c02c6895b408a6706"
},
{
"title": "b",
"key": "be15a331de3e643f320a869",
"value": "be15a331de3e643f320a869"
},
{
"title": "c",
"key": "26cf2fe8d85bd54f4ddb008",
"value": "26cf2fe8d85bd54f4ddb008"
}
]
},
{
"title": "Text \u2013\u00a0Multiple",
"tool": "text",
"required": false,
"schemaId": "18bfbbdd68b74084397b432",
"frameSpecific": false,
"richText": false,
"regex": "",
"classifications": [],
"multiple": true,
"options": [],
"shortcutKey": "g"
},
{
"title": "Rich Text \u2013\u00a0Multiple",
"tool": "text",
"required": false,
"schemaId": "ee8668666802c46c9704545",
"frameSpecific": false,
"richText": true,
"regex": "",
"classifications": [],
"multiple": true,
"options": [],
"shortcutKey": "j"
},
{
"title": "Radio \u2013 Frame Specific",
"tool": "radio",
"required": false,
"schemaId": "c3bfab9a8a90c26f960d443",
"frameSpecific": true,
"classifications": [],
"multiple": false,
"options": [
{
"value": "1",
"schemaId": "c326963b83a62b71259f854"
},
{
"value": "2",
"schemaId": "6efede0b0e384bc887c8998"
},
{
"value": "3",
"schemaId": "dec4f7c58d2808a25577157"
}
],
"shortcutKey": "k"
},
{
"title": "Checkbox \u2013 Frame Specific",
"tool": "checkbox",
"required": false,
"schemaId": "eedd537bfecd805496dc766",
"frameSpecific": true,
"classifications": [],
"multiple": false,
"options": [
{
"value": "1",
"schemaId": "b45b1a15c0677b3541aa534"
},
{
"value": "2",
"schemaId": "93ede63f890dcd548511730"
},
{
"value": "3",
"schemaId": "6f34f48749916b747085906"
}
],
"shortcutKey": "o"
},
{
"title": "Single Dropdown \u2013 Frame Specific",
"tool": "single-dropdown",
"required": false,
"schemaId": "efcc2adbbc498115928f918",
"frameSpecific": true,
"classifications": [],
"multiple": false,
"options": [
{
"value": "1",
"schemaId": "faee18cc71902cca9742178"
},
{
"value": "2",
"schemaId": "4cd61badf6af7b9404c9297"
},
{
"value": "3",
"schemaId": "349772d8fdcc4fd0ddda458"
}
]
},
{
"title": "Multiple Dropdown \u2013 Frame Specific",
"tool": "multi-dropdown",
"required": false,
"schemaId": "43e6a85bd01d47685081718",
"frameSpecific": true,
"classifications": [],
"multiple": false,
"options": [
{
"value": "1",
"schemaId": "7a0b98f7b21472e7fdc5000"
},
{
"value": "2",
"schemaId": "2d8018225efa095033e3179"
},
{
"value": "3",
"schemaId": "71b27d08877d66357070336"
}
]
},
{
"title": "Tree Dropdown \u2013\u00a0Frame Specific",
"tool": "tree-dropdown",
"required": false,
"schemaId": "ed3a1de5291ff9417b39767",
"frameSpecific": true,
"showDropdown": false,
"classifications": [],
"multiple": false,
"options": [
{
"value": "a",
"schemaId": "4caaa3eafd429c3ee63a341"
},
{
"value": "b",
"schemaId": "d6c32d004363976cc3bc462"
},
{
"value": "c",
"schemaId": "c85358088c59801afc5e611"
}
],
"treeOptions": [
{
"title": "a",
"key": "4caaa3eafd429c3ee63a341",
"value": "4caaa3eafd429c3ee63a341"
},
{
"title": "b",
"key": "d6c32d004363976cc3bc462",
"value": "d6c32d004363976cc3bc462"
},
{
"title": "c",
"key": "c85358088c59801afc5e611",
"value": "c85358088c59801afc5e611"
}
]
},
{
"title": "Text \u2013 Frame Specific",
"tool": "text",
"required": false,
"schemaId": "783bb18eeb852e443d6a908",
"frameSpecific": true,
"richText": false,
"regex": "",
"classifications": [],
"multiple": false,
"options": []
},
{
"title": "Rich Text \u2013\u00a0Frame Specific",
"tool": "text",
"required": false,
"schemaId": "f950581be536ee918692989",
"frameSpecific": true,
"richText": false,
"regex": "",
"classifications": [],
"multiple": false,
"options": []
},
{
"title": "Radio \u2013 Multiple & Frame Specific",
"tool": "radio",
"required": false,
"schemaId": "fe84177e0f47b1e1359d013",
"frameSpecific": true,
"classifications": [],
"multiple": true,
"options": [
{
"value": "1",
"schemaId": "f0a10f2a2100ba3374df500"
},
{
"value": "2",
"schemaId": "97010775884fa412351e647"
},
{
"value": "3",
"schemaId": "3345a0aee5b299c2a6cb841"
}
]
},
{
"title": "Checkbox \u2013\u00a0Multiple & Frame Specific",
"tool": "checkbox",
"required": false,
"schemaId": "76fb17e7e92e5ff72257230",
"frameSpecific": true,
"classifications": [],
"multiple": true,
"options": [
{
"value": "1",
"schemaId": "a106120a2cf7819e9772822"
},
{
"value": "2",
"schemaId": "cddda3a46e54ba0feacd978"
},
{
"value": "3",
"schemaId": "2bde3b60460a422b4efb134"
}
]
},
{
"title": "Single Dropdown \u2013 Multiple & Frame Specific",
"tool": "single-dropdown",
"required": false,
"schemaId": "df877b84c4eaae56bbf6668",
"frameSpecific": true,
"classifications": [],
"multiple": true,
"options": [
{
"value": "1",
"schemaId": "b631d9cf2e86950992f3046"
},
{
"value": "2",
"schemaId": "14f0bb0083974f143bbd237"
},
{
"value": "3",
"schemaId": "fe7902480b75f52ad031408"
}
]
},
{
"title": "Multiple Dropdown \u2013 Multiple & Frame Specific",
"tool": "multi-dropdown",
"required": false,
"schemaId": "122e0b0e513fba900f6e869",
"frameSpecific": true,
"classifications": [],
"multiple": true,
"options": [
{
"value": "1",
"schemaId": "c9db6c68ae0e8bbf8f14600"
},
{
"value": "2",
"schemaId": "bf2f501c0bd0a10dc6d1779"
},
{
"value": "3",
"schemaId": "6c129e754e6b9837c3b1948"
}
]
},
{
"title": "Tree Dropdown \u2013 Multiple & Frame Specific",
"tool": "tree-dropdown",
"required": false,
"schemaId": "6ec476303cb743bd506d176",
"frameSpecific": true,
"showDropdown": false,
"classifications": [],
"multiple": true,
"options": [
{
"value": "a",
"schemaId": "d069db1bddbd99720fba839"
},
{
"value": "b",
"schemaId": "eb7599d292ba68d85538931"
},
{
"value": "c",
"schemaId": "eb81911e3e5b6b602dcf066"
}
],
"treeOptions": [
{
"title": "a",
"key": "d069db1bddbd99720fba839",
"value": "d069db1bddbd99720fba839"
},
{
"title": "b",
"key": "eb7599d292ba68d85538931",
"value": "eb7599d292ba68d85538931"
},
{
"title": "c",
"key": "eb81911e3e5b6b602dcf066",
"value": "eb81911e3e5b6b602dcf066"
}
]
},
{
"title": "Text \u2013 Multiple & Frame Specific",
"tool": "text",
"required": false,
"schemaId": "afc4305c63d31515bc9f468",
"frameSpecific": true,
"richText": false,
"regex": "",
"classifications": [],
"multiple": true,
"options": []
},
{
"title": "Rich Text \u2013\u00a0Multiple & Frame Specific",
"tool": "text",
"required": false,
"schemaId": "e8921d5618e5de455ffc174",
"frameSpecific": true,
"richText": false,
"regex": "",
"classifications": [],
"multiple": true,
"options": []
}
],
"relations": [
{
"title": "Single Relation",
"tool": "one-to-one",
"required": false,
"schemaId": "8f8e617174718e80bbea268",
"classifications": [],
"multiple": false,
"color": "#cddc39",
"shortcutKey": "ctrl+7"
},
{
"title": "Group Relation",
"tool": "group",
"required": false,
"schemaId": "37ccadce8a7505b93659450",
"classifications": [],
"multiple": false,
"color": "#ffeb3b",
"shortcutKey": "ctrl+8"
}
]
},
"benchmark": false,
"customValidationEnabled": false,
"submissionPrevent": false,
"validationFunction": "",
"legacy": false,
"gcSyncEnabled": false,
"deleted": false,
"ocrLanguage": "eng",
"idleTimeout": 300,
"name": "Complete Export",
"owner": "example+lorenzo@imerit.net",
"organization": "64db3c87c14b35001503e10b",
"createdAt": "2023-09-01T12:46:45.847Z",
"assignedTo": [],
"pluginPresets": [
{
"pluginId": "650d51a75db1d300157062ad",
"name": "A",
"settings": {
"projectId": "64f1dd35a7fabb00150e9b09",
"configJSON": "{}"
},
"isDefault": false,
"updatedAt": "2024-10-30T11:33:51.860Z",
"_id": "672219a08506c273eea18c56"
},
{
"pluginId": "650aef80f96eca001547d252",
"name": "x",
"settings": {
"projectId": "64f1dd35a7fabb00150e9b09",
"configJSON": "{}",
"categorySchema": [
{
"schemaId": "b1c6805d054f0e44ae11500",
"modelClass": "Summary"
}
]
},
"isDefault": true,
"updatedAt": "2023-10-06T13:20:47.910Z",
"_id": "652009b007c5bf0015b786b5"
}
],
"batches": [
{
"_id": "6544d4a454a29e001671edc0",
"name": "Batch_1"
},
{
"_id": "6606a993efd5ed00157cd791",
"name": "Batch_2"
},
{
"_id": "6606a993efd5ed00157cd792",
"name": "Batch_3"
}
],
"stages": [
{
"logic": {
"conditions": []
},
"id": "Start",
"name": "Start",
"type": "Start",
"assignedTo": [],
"next": [
"Label"
],
"readOnly": false,
"rememberAssignee": true,
"position": {
"x": -360,
"y": 48
},
"queueLIFO": false,
"autoForward": true,
"_id": "6718cf82b7e5789abe0f290a"
},
{
"logic": {
"conditions": []
},
"id": "Complete",
"name": "Complete",
"type": "Complete",
"assignedTo": [],
"next": [],
"readOnly": false,
"rememberAssignee": true,
"position": {
"x": 758.4295302013422,
"y": 187.18791946308727
},
"queueLIFO": false,
"autoForward": true,
"_id": "6718cf82b7e5789abe0f290b"
},
{
"logic": {
"conditions": []
},
"id": "Label",
"name": "Label",
"type": "Label",
"assignedTo": [],
"next": [
"b664d896-bbb3-4315-9f32-33b966ea2490"
],
"readOnly": false,
"rememberAssignee": true,
"position": {
"x": -91,
"y": 46
},
"queueLIFO": false,
"autoForward": true,
"_id": "6718cf82b7e5789abe0f290c"
},
{
"logic": {
"conditions": []
},
"id": "b664d896-bbb3-4315-9f32-33b966ea2490",
"name": "Review",
"type": "Review",
"assignedTo": [],
"next": [
"889005d8-4c21-436b-a95b-fdeab23e85dc",
"fc377d10-18e1-4724-8787-ec6aa8cac947"
],
"readOnly": false,
"rememberAssignee": true,
"position": {
"x": 208,
"y": 21
},
"consensusConfig": {
"version": 2
},
"queueLIFO": false,
"autoForward": true,
"_id": "6718cf82b7e5789abe0f290d"
},
{
"logic": {
"conditions": []
},
"id": "fc377d10-18e1-4724-8787-ec6aa8cac947",
"name": "Client Audit",
"type": "Review",
"assignedTo": [],
"next": [
"Complete",
"Complete"
],
"readOnly": false,
"rememberAssignee": true,
"position": {
"x": 408.36190669347366,
"y": 208.32090260339157
},
"consensusConfig": {
"version": 2
},
"queueLIFO": false,
"autoForward": true,
"_id": "6718cf82b7e5789abe0f290e"
},
{
"logic": {
"conditions": []
},
"webhook": {
"url": "https://example.com/webhook-receiver",
"secret": "d4f5e6a7b8c9d0e1f2a3b4c5d6e7f8g9"
},
"id": "889005d8-4c21-436b-a95b-fdeab23e85dc",
"name": "Webhook",
"type": "Webhook",
"assignedTo": [],
"next": [
"1104d2e7-05cd-4c36-a353-6a3319266690"
],
"readOnly": false,
"rememberAssignee": true,
"position": {
"x": 455,
"y": -115.33954869830421
},
"consensusConfig": {
"version": 2
},
"queueLIFO": false,
"autoForward": true,
"_id": "6718cf82b7e5789abe0f290f"
},
{
"logic": {
"conditions": []
},
"webhook": {
"url": "a",
"secret": "a"
},
"id": "1104d2e7-05cd-4c36-a353-6a3319266690",
"name": "Webhook",
"type": "Webhook",
"assignedTo": [],
"next": [
"fc377d10-18e1-4724-8787-ec6aa8cac947"
],
"readOnly": false,
"rememberAssignee": true,
"position": {
"x": 738.1073845920946,
"y": -62.16624576547872
},
"consensusConfig": {
"version": 2
},
"queueLIFO": false,
"autoForward": true,
"_id": "6718cf82b7e5789abe0f2910"
}
],
"__v": 1,
"errorCodesEnabled": false,
"exportStorageEnabled": true,
"projectPlugins": {},
"benchmarkEnabled": false,
"benchmarkRatio": 10,
"exportStorageBucket": "angohub-test-assets",
"exportStorageId": "660b34802468db001510dba2",
"exportStoragePath": "exports",
"instructions": "https://angohub-test-assets.s3.amazonaws.com/64f1dd35a7fabb00150e9b09/instructions/b3f6c142-86a7-4223-a335-76309e4e899c.pdf",
"assetBuilderTemplates": []
}
}
}
See also
Last updated