{ "opencollection": "1.0.0", "info": { "name": "1Fort API Documentation quote (v2): application API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "quote (v2): application", "type": "folder" }, "items": [ { "info": { "name": "List Visible Tasks for a Business and Quote/Application", "type": "http" }, "http": { "method": "GET", "url": "https://api.1fort.com/apis/v2/broker/:business_pk/application/:application_pk/visible-tasks", "params": [ { "name": "business_pk", "value": "", "type": "path" }, { "name": "application_pk", "value": "", "type": "path" }, { "name": "status", "value": "", "type": "query", "description": "status" }, { "name": "type", "value": "", "type": "query", "description": "type" }, { "name": "business", "value": "", "type": "query", "description": "business" }, { "name": "broker", "value": "", "type": "query", "description": "broker" }, { "name": "coverage", "value": "", "type": "query", "description": "coverage" }, { "name": "carrier", "value": "", "type": "query", "description": "carrier" }, { "name": "insured", "value": "", "type": "query", "description": "insured" }, { "name": "assigned_to_email", "value": "", "type": "query", "description": "assigned_to_email" }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "search", "value": "", "type": "query", "description": "A search term." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ] }, "docs": "List all visible quote tasks for a specific business and quote/application (from the latest task groups).\n\nOnly returns tasks with visible_to_business=True.\n\nThis endpoint can be accessed with either a quote_pk or application_pk parameter.\n\nExpandable fields via expand query parameter (comma separated):\n- quote: Full quote details (omits tasks to prevent recursion)\n- business: Business details\n- broker: Broker agency details\n- group: Task group details (omits tasks to prevent recursion)\n- comple" }, { "info": { "name": "ViewSet for retrieving quote tasks that are visible to businesses.", "type": "http" }, "http": { "method": "GET", "url": "https://api.1fort.com/apis/v2/broker/:business_pk/application/:application_pk/visible-tasks/:id", "params": [ { "name": "business_pk", "value": "", "type": "path" }, { "name": "application_pk", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Only returns tasks with visible_to_business=True from the most recently created task group.\nThis endpoint can be accessed by both broker users and business users.\n\nIt supports filtering by either quote_id or application_id." } ] } ], "bundled": true }