Get details of user group
Headers
-
TARGET-ORGANIZATION-ID
integer(int32) ID of organization, for which the operation must be performed
-
WEAL-TOKEN
string Required API token (can be retrieved from account settings)
Path parameters
-
id
integer Required id
GET
/api-v1/workflow/{id}
curl \
--request GET 'http://wyzio.app/api-v1/workflow/{id}' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
Response examples (200)
{
"blocks": [
{
"actionType": "ADVANCED_INVOICING",
"blockType": "TRIGGER",
"canModify": true,
"contacts": [
{
"email": "string",
"id": 42,
"name": "string"
}
],
"filters": "string",
"generateParams": "string",
"id": 42,
"isSystemUserGroup": true,
"isSystemUserGroup2": true,
"position": 42,
"userGroupIds": [
42
],
"userGroupIds2": [
42
],
"users": [
{
"email": "string",
"id": 42,
"name": "string"
}
],
"users2": [
{
"email": "string",
"id": 42,
"name": "string"
}
]
}
],
"description": "string",
"id": 42,
"isActive": true,
"moduleType": "ALL",
"name": "string"
}