{ "opencollection": "1.0.0", "info": { "name": "Hilos Contact Flow Execution Contact API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Flow Execution Contact", "type": "folder" }, "items": [ { "info": { "name": "List Flow Execution Contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.hilos.io/api/flow-execution-contact", "params": [ { "name": "contact", "value": "", "type": "query", "description": "A Contact Id to filter the Flow Execution Contacts and only get those from that Contact." }, { "name": "execution_steps__step_id", "value": "", "type": "query" }, { "name": "flow_execution", "value": "", "type": "query", "description": "A Flow Execution Id to filter the Flow Execution Contacts and only get those from that Flow Execution." }, { "name": "flow_execution__flow", "value": "", "type": "query", "description": "A Flow Id to filter the Flow Execution Contacts and only get those from that Flow." }, { "name": "flow_execution__flow_version", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "query" }, { "name": "is_active", "value": "", "type": "query", "description": "A boolean param to filter between active/in progress Flow Execution Contacs.\n\n If the parameter is omitted it will respond with Flow Execution Contacts with any `status`." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "search", "value": "", "type": "query", "description": "You can search with the `contact__phone`, `contact__first_name`, `contact__last_name`, `contact__email` fields." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Lists Flow Execution Contacts." }, { "info": { "name": "Get Flow Execution Contact by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.hilos.io/api/flow-execution-contact/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A Flow Execution Contact Id to Retrive." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Flow Execution Contact by Id." } ] } ], "bundled": true }