Search Program Configuration

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.

Request
Security:
path Parameters
version
required
string
Request Body schema: application/json

search process operation conditions request

program_guid_override
required
string <uuid>

Program guid override

Responses
200

Returns the matching process operation conditions

400

Bad Request

401

Unauthorized

404

Not Found

500

Server Error

post/api/{version}/programs/poc/search
Request samples
application/json
{
  • "program_guid_override": "3115d550-4e5f-4649-9ca4-74e3754d1b16"
}
Response samples
application/json
{
  • "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
      }
    ]
}
Copyright © 2023 KeyBank & Qolo. All rights reserved.