Searches program configuration by program guid override and returns all matching configuration conditions for the program and inheritted conditions of its parent programs up to top program.
search process operation conditions request
Returns the matching process operation conditions
Bad Request
Unauthorized
Not Found
Server Error
{- "program_guid_override": "3115d550-4e5f-4649-9ca4-74e3754d1b16"
}{- "list_poc_response": [
- {
- "condition_guid": "d11c8b17-9471-4f8f-a55e-2305d5a52f44",
- "poc_config_name": "string",
- "condition_description": "string",
- "operator_type": "string",
- "operand_type": "string",
- "operand_value": "string",
- "operand_set_name": "string",
- "program_guid_override": "3115d550-4e5f-4649-9ca4-74e3754d1b16",
- "program_short_name": "string",
- "source_code": "string",
- "source_user_guid": "0aaedba8-146e-40a6-ad5f-54c512699647",
- "operand_dictionary_name": "string",
- "operand_json_value": "string",
- "process_check_set_lists": {
- "set_name": "string",
- "set_description": "string",
- "set_type": "string",
- "list_details": [
- {
- "set_name": "string",
- "list_item": "string",
- "active": 0
}
]
}, - "process_check_dictionary": {
- "dictionary_name": "string",
- "dictionary_desc": "string",
- "dictionary_type": "string",
- "dictionary_detail": {
- "dictionary_name": "string",
- "dictionary_index": "string",
- "dictionary_item": "string",
- "active": 0
}
}, - "is_inherited": true
}
]
}