{
  "item": [
    {
      "id": "c8cd39ae-9e8e-4582-990d-3f2fdf65aa6b",
      "name": "Custom Fields",
      "description": {
        "content": "Custom Fields endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "9c89cc12-0624-401f-acbe-63a5dc9cebde",
          "name": "Retrieves a list of custom fields in a tenant.",
          "request": {
            "name": "Retrieves a list of custom fields in a tenant.",
            "description": {
              "content": "Retrieves a list of custom fields in a tenant.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "customFields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "68b47010-2d2a-4989-881e-c947c5156b5c",
              "name": "a list of PipelineCustomFields",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"custom_fields\": [\n    {\n      \"default_value\": {},\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"type\": {\n        \"discriminator\": {\n          \"description\": \"The discriminator for the model property type. This field is required.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"primitive_type\": {\n          \"description\": \"The base primitive type of the custom field. This field is required.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"array\": {\n          \"description\": \"The array property type of the custom field. This field is optional.\",\n          \"nullable\": true,\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"ref\": {\n          \"description\": \"The reference property type of the custom field. This field is optional.\",\n          \"nullable\": true,\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"label\": \"string\",\n      \"description\": \"string\",\n      \"helper_text\": \"string\",\n      \"validators\": [\n        {\n          \"required\": true,\n          \"size\": {\n            \"description\": \"The size validator for the custom field. This field is required.\",\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"required\": true,\n          \"size\": {\n            \"description\": \"The size validator for the custom field. This field is required.\",\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ],\n      \"display_options\": {\n        \"hidden\": true,\n        \"type\": {\n          \"description\": \"The type of display options. This field is required.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"array_display_options\": {\n          \"description\": \"The display options for array type custom fields. This field is optional.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"reference_type_display_options\": {\n          \"description\": \"The display options for reference type custom fields. This field is optional.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"date_time_display_options\": {\n          \"description\": \"The display options for date and time type custom fields. This field is optional.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"boolean_display_options\": {\n          \"description\": \"The display options for boolean type custom fields. This field is optional.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"duration\": {\n          \"description\": \"The display options for duration type custom fields. This field is optional.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"options\": {\n        \"display_type\": {\n          \"description\": \"The display type of the custom field options. This field is required.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"groups\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"default_option_id\": \"string\",\n        \"option_source\": {\n          \"description\": \"The source of the custom field options. This field is optional.\",\n          \"nullable\": true,\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    },\n    {\n      \"default_value\": {},\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"type\": {\n        \"discriminator\": {\n          \"description\": \"The discriminator for the model property type. This field is required.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"primitive_type\": {\n          \"description\": \"The base primitive type of the custom field. This field is required.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"array\": {\n          \"description\": \"The array property type of the custom field. This field is optional.\",\n          \"nullable\": true,\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"ref\": {\n          \"description\": \"The reference property type of the custom field. This field is optional.\",\n          \"nullable\": true,\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"label\": \"string\",\n      \"description\": \"string\",\n      \"helper_text\": \"string\",\n      \"validators\": [\n        {\n          \"required\": false,\n          \"size\": {\n            \"description\": \"The size validator for the custom field. This field is required.\",\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"required\": false,\n          \"size\": {\n            \"description\": \"The size validator for the custom field. This field is required.\",\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ],\n      \"display_options\": {\n        \"hidden\": true,\n        \"type\": {\n          \"description\": \"The type of display options. This field is required.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"array_display_options\": {\n          \"description\": \"The display options for array type custom fields. This field is optional.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"reference_type_display_options\": {\n          \"description\": \"The display options for reference type custom fields. This field is optional.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"date_time_display_options\": {\n          \"description\": \"The display options for date and time type custom fields. This field is optional.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"boolean_display_options\": {\n          \"description\": \"The display options for boolean type custom fields. This field is optional.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"duration\": {\n          \"description\": \"The display options for duration type custom fields. This field is optional.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"options\": {\n        \"display_type\": {\n          \"description\": \"The display type of the custom field options. This field is required.\",\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"groups\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"default_option_id\": \"string\",\n        \"option_source\": {\n          \"description\": \"The source of the custom field options. This field is optional.\",\n          \"nullable\": true,\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b99e01d8-1884-4243-99bf-13faf11f4ee3",
          "name": "Creates a new custom field.",
          "request": {
            "name": "Creates a new custom field.",
            "description": {
              "content": "Creates a new custom field.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "customFields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"kgY6D\",\n  \"type\": {\n    \"discriminator\": \"ARRAY\",\n    \"primitive_type\": \"PHONE\",\n    \"array\": {\n      \"list_type\": {\n        \"description\": \"The type of the list contained in the array property. This field is required.\",\n        \"value\": \"<Circular reference to #/components/schemas/PipelineCustomFieldType detected>\"\n      }\n    },\n    \"ref\": {\n      \"reference_type\": {\n        \"category\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"fields\": [\n        \"string\",\n        \"string\"\n      ]\n    }\n  },\n  \"label\": \"string\",\n  \"description\": \"string\",\n  \"example_value\": {},\n  \"helper_text\": \"string\",\n  \"default_value\": {},\n  \"display_options\": {\n    \"hidden\": false,\n    \"type\": \"DURATION\",\n    \"array_display_options\": {\n      \"item_options\": {\n        \"description\": \"Display options for the items in the array. This field is required.\",\n        \"value\": \"<Circular reference to #/components/schemas/PipelineCustomFieldDisplayOptions detected>\"\n      },\n      \"sortable\": true\n    },\n    \"reference_type_display_options\": {\n      \"hidden\": true,\n      \"card_options\": {\n        \"card_properties\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"title_property\": \"string\",\n      \"description_property\": \"string\",\n      \"reference_display_type\": \"CARD\",\n      \"empty_state\": {\n        \"description\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"title\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"component_name\": \"string\"\n    },\n    \"date_time_display_options\": {\n      \"allow_past_dates\": false,\n      \"allow_future_dates\": false\n    },\n    \"boolean_display_options\": {\n      \"display_type\": \"TOGGLE\"\n    },\n    \"duration\": {\n      \"duration_units\": [\n        \"DAYS\",\n        \"DAYS\"\n      ]\n    }\n  },\n  \"options\": {\n    \"display_type\": \"DROPDOWN\",\n    \"groups\": [\n      {\n        \"options\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sort_order\": 475,\n        \"header\": \"string\"\n      },\n      {\n        \"options\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sort_order\": 2654,\n        \"header\": \"string\"\n      }\n    ],\n    \"default_option_id\": \"string\",\n    \"option_source\": {\n      \"category\": \"string\",\n      \"name\": \"string\"\n    }\n  },\n  \"validators\": [\n    {\n      \"required\": false,\n      \"size\": {\n        \"size\": 2063,\n        \"size_type\": \"MAX\"\n      }\n    },\n    {\n      \"required\": true,\n      \"size\": {\n        \"size\": 1884,\n        \"size_type\": \"MAX\"\n      }\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "847dcda2-f2c1-4785-895e-339e5824dc87",
              "name": "The created custom field as a PipelineCustomField object.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"P5Duu0OF\",\n  \"type\": {\n    \"discriminator\": \"SIMPLE\",\n    \"primitive_type\": \"DAY_OF_WEEK\",\n    \"array\": {\n      \"list_type\": {\n        \"description\": \"The type of the list contained in the array property. This field is required.\",\n        \"value\": \"<Circular reference to #/components/schemas/PipelineCustomFieldType detected>\"\n      }\n    },\n    \"ref\": {\n      \"reference_type\": {\n        \"category\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"fields\": [\n        \"string\",\n        \"string\"\n      ]\n    }\n  },\n  \"label\": \"string\",\n  \"description\": \"string\",\n  \"example_value\": {},\n  \"helper_text\": \"string\",\n  \"default_value\": {},\n  \"display_options\": {\n    \"hidden\": true,\n    \"type\": \"DATE_TIME\",\n    \"array_display_options\": {\n      \"item_options\": {\n        \"description\": \"Display options for the items in the array. This field is required.\",\n        \"value\": \"<Circular reference to #/components/schemas/PipelineCustomFieldDisplayOptions detected>\"\n      },\n      \"sortable\": true\n    },\n    \"reference_type_display_options\": {\n      \"hidden\": false,\n      \"card_options\": {\n        \"card_properties\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"title_property\": \"string\",\n      \"description_property\": \"string\",\n      \"reference_display_type\": \"DROPDOWN\",\n      \"empty_state\": {\n        \"description\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"title\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"component_name\": \"string\"\n    },\n    \"date_time_display_options\": {\n      \"allow_past_dates\": true,\n      \"allow_future_dates\": false\n    },\n    \"boolean_display_options\": {\n      \"display_type\": \"TOGGLE_BUTTON\"\n    },\n    \"duration\": {\n      \"duration_units\": [\n        \"DAYS\",\n        \"HOURS\"\n      ]\n    }\n  },\n  \"options\": {\n    \"display_type\": \"CHECKBOX\",\n    \"groups\": [\n      {\n        \"options\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sort_order\": 587,\n        \"header\": \"string\"\n      },\n      {\n        \"options\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sort_order\": 7507,\n        \"header\": \"string\"\n      }\n    ],\n    \"default_option_id\": \"string\",\n    \"option_source\": {\n      \"category\": \"string\",\n      \"name\": \"string\"\n    }\n  },\n  \"validators\": [\n    {\n      \"required\": true,\n      \"size\": {\n        \"size\": 946,\n        \"size_type\": \"MAX\"\n      }\n    },\n    {\n      \"required\": false,\n      \"size\": {\n        \"size\": 3999,\n        \"size_type\": \"MIN\"\n      }\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"default_value\": {},\n  \"id\": \"string\",\n  \"name\": \"string\",\n  \"type\": {\n    \"discriminator\": \"REF\",\n    \"primitive_type\": \"LONG_TEXT\",\n    \"array\": {\n      \"list_type\": {\n        \"description\": \"The type of the list contained in the array property. This field is required.\",\n        \"value\": \"<Circular reference to #/components/schemas/PipelineCustomFieldType detected>\"\n      }\n    },\n    \"ref\": {\n      \"reference_type\": {\n        \"category\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"fields\": [\n        \"string\",\n        \"string\"\n      ]\n    }\n  },\n  \"label\": \"string\",\n  \"description\": \"string\",\n  \"helper_text\": \"string\",\n  \"validators\": [\n    {\n      \"required\": false,\n      \"size\": {\n        \"size\": 9996,\n        \"size_type\": \"MIN\"\n      }\n    },\n    {\n      \"required\": true,\n      \"size\": {\n        \"size\": 1169,\n        \"size_type\": \"MIN\"\n      }\n    }\n  ],\n  \"display_options\": {\n    \"hidden\": false,\n    \"type\": \"ARRAY\",\n    \"array_display_options\": {\n      \"item_options\": {\n        \"description\": \"Display options for the items in the array. This field is required.\",\n        \"value\": \"<Circular reference to #/components/schemas/PipelineCustomFieldDisplayOptions detected>\"\n      },\n      \"sortable\": false\n    },\n    \"reference_type_display_options\": {\n      \"hidden\": true,\n      \"card_options\": {\n        \"card_properties\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"title_property\": \"string\",\n      \"description_property\": \"string\",\n      \"reference_display_type\": \"DROPDOWN\",\n      \"empty_state\": {\n        \"description\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"title\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"component_name\": \"string\"\n    },\n    \"date_time_display_options\": {\n      \"allow_past_dates\": false,\n      \"allow_future_dates\": true\n    },\n    \"boolean_display_options\": {\n      \"display_type\": \"TOGGLE_BUTTON\"\n    },\n    \"duration\": {\n      \"duration_units\": [\n        \"YEARS\",\n        \"HOURS\"\n      ]\n    }\n  },\n  \"options\": {\n    \"display_type\": \"DROPDOWN\",\n    \"groups\": [\n      {\n        \"options\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sort_order\": 61,\n        \"header\": \"string\"\n      },\n      {\n        \"options\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sort_order\": 2255,\n        \"header\": \"string\"\n      }\n    ],\n    \"default_option_id\": \"string\",\n    \"option_source\": {\n      \"category\": \"string\",\n      \"name\": \"string\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5e0941ad-1806-47cb-aef5-61218d5b196c",
          "name": "Deletes a custom field",
          "request": {
            "name": "Deletes a custom field",
            "description": {
              "content": "Deletes a custom field",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "customFields",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the identifier of the custom field to delete"
                }
              ]
            },
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "2ff080e5-07f3-49e3-8386-fa682814adfe",
              "name": "deletePipelineCustomField 204 response",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customFields",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the identifier of the custom field to delete"
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1a5dc502-458e-4edd-b492-89cf80cbf9d8",
          "name": "Updates a custom field",
          "request": {
            "name": "Updates a custom field",
            "description": {
              "content": "Updates a custom field",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "customFields",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the identifier of the custom field to update"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"label\": \"string\",\n  \"description\": \"string\",\n  \"hint\": \"string\",\n  \"helper_text\": \"string\",\n  \"default_value\": {},\n  \"display_options\": {\n    \"hidden\": true,\n    \"type\": \"DURATION\",\n    \"array_display_options\": {\n      \"item_options\": {\n        \"description\": \"Display options for the items in the array. This field is required.\",\n        \"value\": \"<Circular reference to #/components/schemas/PipelineCustomFieldDisplayOptions detected>\"\n      },\n      \"sortable\": false\n    },\n    \"reference_type_display_options\": {\n      \"hidden\": false,\n      \"card_options\": {\n        \"card_properties\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"title_property\": \"string\",\n      \"description_property\": \"string\",\n      \"reference_display_type\": \"DROPDOWN\",\n      \"empty_state\": {\n        \"description\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"title\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"component_name\": \"string\"\n    },\n    \"date_time_display_options\": {\n      \"allow_past_dates\": false,\n      \"allow_future_dates\": true\n    },\n    \"boolean_display_options\": {\n      \"display_type\": \"TOGGLE_BUTTON\"\n    },\n    \"duration\": {\n      \"duration_units\": [\n        \"HOURS\",\n        \"MONTHS\"\n      ]\n    }\n  },\n  \"options\": {\n    \"display_type\": \"DROPDOWN\",\n    \"groups\": [\n      {\n        \"options\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sort_order\": 5218,\n        \"header\": \"string\"\n      },\n      {\n        \"options\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sort_order\": 4170,\n        \"header\": \"string\"\n      }\n    ],\n    \"default_option_id\": \"string\",\n    \"option_source\": {\n      \"category\": \"string\",\n      \"name\": \"string\"\n    }\n  },\n  \"validators\": [\n    {\n      \"required\": true,\n      \"size\": {\n        \"size\": 2654,\n        \"size_type\": \"MAX\"\n      }\n    },\n    {\n      \"required\": true,\n      \"size\": {\n        \"size\": 5841,\n        \"size_type\": \"MAX\"\n      }\n    }\n  ],\n  \"deleted\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0b257e95-59c3-4d1a-9b9e-1c4903ad2ffd",
              "name": "the updated PipelineCustomField",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "customFields",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the identifier of the custom field to update"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"label\": \"string\",\n  \"description\": \"string\",\n  \"hint\": \"string\",\n  \"helper_text\": \"string\",\n  \"default_value\": {},\n  \"display_options\": {\n    \"hidden\": true,\n    \"type\": \"REF\",\n    \"array_display_options\": {\n      \"item_options\": {\n        \"description\": \"Display options for the items in the array. This field is required.\",\n        \"value\": \"<Circular reference to #/components/schemas/PipelineCustomFieldDisplayOptions detected>\"\n      },\n      \"sortable\": true\n    },\n    \"reference_type_display_options\": {\n      \"hidden\": true,\n      \"card_options\": {\n        \"card_properties\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"title_property\": \"string\",\n      \"description_property\": \"string\",\n      \"reference_display_type\": \"DROPDOWN\",\n      \"empty_state\": {\n        \"description\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"title\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"component_name\": \"string\"\n    },\n    \"date_time_display_options\": {\n      \"allow_past_dates\": true,\n      \"allow_future_dates\": false\n    },\n    \"boolean_display_options\": {\n      \"display_type\": \"TOGGLE_BUTTON\"\n    },\n    \"duration\": {\n      \"duration_units\": [\n        \"YEARS\",\n        \"MINUTES\"\n      ]\n    }\n  },\n  \"options\": {\n    \"display_type\": \"CHECKBOX\",\n    \"groups\": [\n      {\n        \"options\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sort_order\": 7561,\n        \"header\": \"string\"\n      },\n      {\n        \"options\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sort_order\": 1826,\n        \"header\": \"string\"\n      }\n    ],\n    \"default_option_id\": \"string\",\n    \"option_source\": {\n      \"category\": \"string\",\n      \"name\": \"string\"\n    }\n  },\n  \"validators\": [\n    {\n      \"required\": false,\n      \"size\": {\n        \"size\": 2656,\n        \"size_type\": \"MAX\"\n      }\n    },\n    {\n      \"required\": true,\n      \"size\": {\n        \"size\": 4237,\n        \"size_type\": \"MIN\"\n      }\n    }\n  ],\n  \"deleted\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"default_value\": {},\n  \"id\": \"string\",\n  \"name\": \"string\",\n  \"type\": {\n    \"discriminator\": \"REF\",\n    \"primitive_type\": \"LONG_TEXT\",\n    \"array\": {\n      \"list_type\": {\n        \"description\": \"The type of the list contained in the array property. This field is required.\",\n        \"value\": \"<Circular reference to #/components/schemas/PipelineCustomFieldType detected>\"\n      }\n    },\n    \"ref\": {\n      \"reference_type\": {\n        \"category\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"fields\": [\n        \"string\",\n        \"string\"\n      ]\n    }\n  },\n  \"label\": \"string\",\n  \"description\": \"string\",\n  \"helper_text\": \"string\",\n  \"validators\": [\n    {\n      \"required\": false,\n      \"size\": {\n        \"size\": 9996,\n        \"size_type\": \"MIN\"\n      }\n    },\n    {\n      \"required\": true,\n      \"size\": {\n        \"size\": 1169,\n        \"size_type\": \"MIN\"\n      }\n    }\n  ],\n  \"display_options\": {\n    \"hidden\": false,\n    \"type\": \"ARRAY\",\n    \"array_display_options\": {\n      \"item_options\": {\n        \"description\": \"Display options for the items in the array. This field is required.\",\n        \"value\": \"<Circular reference to #/components/schemas/PipelineCustomFieldDisplayOptions detected>\"\n      },\n      \"sortable\": false\n    },\n    \"reference_type_display_options\": {\n      \"hidden\": true,\n      \"card_options\": {\n        \"card_properties\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"title_property\": \"string\",\n      \"description_property\": \"string\",\n      \"reference_display_type\": \"DROPDOWN\",\n      \"empty_state\": {\n        \"description\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"title\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"component_name\": \"string\"\n    },\n    \"date_time_display_options\": {\n      \"allow_past_dates\": false,\n      \"allow_future_dates\": true\n    },\n    \"boolean_display_options\": {\n      \"display_type\": \"TOGGLE_BUTTON\"\n    },\n    \"duration\": {\n      \"duration_units\": [\n        \"YEARS\",\n        \"HOURS\"\n      ]\n    }\n  },\n  \"options\": {\n    \"display_type\": \"DROPDOWN\",\n    \"groups\": [\n      {\n        \"options\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sort_order\": 61,\n        \"header\": \"string\"\n      },\n      {\n        \"options\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sort_order\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"subtitle\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"title\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"sort_order\": 2255,\n        \"header\": \"string\"\n      }\n    ],\n    \"default_option_id\": \"string\",\n    \"option_source\": {\n      \"category\": \"string\",\n      \"name\": \"string\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "6fb3ccb0-df4e-4f29-b13e-f9a29eefad18",
      "name": "DateExpression",
      "description": {
        "content": "DateExpression endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "13e90f08-723e-42d4-bdf6-a0c105dd1243",
          "name": "query Date Expressions",
          "request": {
            "name": "query Date Expressions",
            "description": {},
            "url": {
              "path": [
                "v2",
                "dateExpressions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "time_zone",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "query",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7b2aab83-cb37-4680-9504-ed8b850daa1c",
              "name": "queryDateExpressions 200 response",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "dateExpressions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "time_zone",
                      "value": "string"
                    },
                    {
                      "key": "query",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": [\n    {\n      \"date_inferred\": true,\n      \"parse_end\": 77,\n      \"parse_start\": 3056,\n      \"query\": \"string\",\n      \"recurring\": true,\n      \"recurse_until\": {\n        \"dates\": [\n          \"1957-05-19T14:16:34.028Z\",\n          \"2019-07-22T11:42:16.514Z\"\n        ],\n        \"chain\": \"string\"\n      },\n      \"result\": {\n        \"dates\": [\n          \"1972-07-27T19:40:59.118Z\",\n          \"1985-01-28T13:57:41.108Z\"\n        ],\n        \"chain\": \"string\"\n      },\n      \"time_inferred\": true,\n      \"complete_match\": true\n    },\n    {\n      \"date_inferred\": true,\n      \"parse_end\": 631,\n      \"parse_start\": 9841,\n      \"query\": \"string\",\n      \"recurring\": true,\n      \"recurse_until\": {\n        \"dates\": [\n          \"2012-03-16T15:23:47.964Z\",\n          \"1990-11-14T22:58:19.625Z\"\n        ],\n        \"chain\": \"string\"\n      },\n      \"result\": {\n        \"dates\": [\n          \"1947-11-27T04:53:45.195Z\",\n          \"1963-03-30T04:00:48.827Z\"\n        ],\n        \"chain\": \"string\"\n      },\n      \"time_inferred\": true,\n      \"complete_match\": true\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "7bcb5424-347a-41a5-8784-0c42f4c284a6",
      "name": "Deals",
      "description": {
        "content": "Deals endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "ad483054-d1da-4f30-842d-8a5105e6cd8b",
          "name": "List Deal",
          "request": {
            "name": "List Deal",
            "description": {
              "content": "Lists entities based on the provided ListCommand.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0229126e-68e7-4224-9f99-4729adc131fb",
              "name": "a response containing the list of entities",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"next_page_token\": \"string\",\n  \"deals\": [\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"value\": {\n        \"amount\": 2459.26563115727,\n        \"currency\": \"string\"\n      },\n      \"contact_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"stage_id\": \"string\",\n      \"stage_assignment_time\": \"1990-02-20T21:40:56.859Z\",\n      \"owner_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"task_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"order_id\": \"string\",\n      \"status\": \"string\",\n      \"estimated_close_time\": \"2012-10-07T23:33:59.754Z\",\n      \"closed_time\": \"1969-02-11T04:17:40.061Z\",\n      \"custom_fields\": {\n        \"key_0\": false,\n        \"key_1\": \"string\",\n        \"key_2\": true,\n        \"key_3\": \"string\"\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"value\": {\n        \"amount\": 367.0345941981368,\n        \"currency\": \"string\"\n      },\n      \"contact_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"stage_id\": \"string\",\n      \"stage_assignment_time\": \"1993-08-05T17:30:08.217Z\",\n      \"owner_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"task_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"order_id\": \"string\",\n      \"status\": \"string\",\n      \"estimated_close_time\": \"1956-11-02T15:50:11.506Z\",\n      \"closed_time\": \"1961-04-13T21:55:22.875Z\",\n      \"custom_fields\": {\n        \"key_0\": 1194.7775752454293,\n        \"key_1\": true,\n        \"key_2\": 646\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8be4971a-68c4-4307-a770-85e1dffff85e",
          "name": "Create Deal",
          "request": {
            "name": "Create Deal",
            "description": {
              "content": "Creates a new entity.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contacts\": [\n    {\n      \"primary_contact\": true,\n      \"id\": \"string\"\n    },\n    {\n      \"primary_contact\": false,\n      \"id\": \"string\"\n    }\n  ],\n  \"name\": \"string\",\n  \"owners\": [\n    {\n      \"id\": \"string\"\n    },\n    {\n      \"id\": \"string\"\n    }\n  ],\n  \"stage_id\": \"string\",\n  \"status\": \"string\",\n  \"task_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"value\": {\n    \"amount\": 4595.431959100738,\n    \"currency\": \"string\"\n  },\n  \"owner_id\": \"string\",\n  \"estimated_close_time\": \"1992-11-02T06:00:50.848Z\",\n  \"custom_fields\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ca7c20b0-6460-4d37-8214-9b84f23bfb02",
              "name": "The created entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contacts\": [\n    {\n      \"primary_contact\": true,\n      \"id\": \"string\"\n    },\n    {\n      \"primary_contact\": true,\n      \"id\": \"string\"\n    }\n  ],\n  \"name\": \"string\",\n  \"owners\": [\n    {\n      \"id\": \"string\"\n    },\n    {\n      \"id\": \"string\"\n    }\n  ],\n  \"stage_id\": \"string\",\n  \"status\": \"string\",\n  \"task_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"value\": {\n    \"amount\": 9469.820813518785,\n    \"currency\": \"string\"\n  },\n  \"owner_id\": \"string\",\n  \"estimated_close_time\": \"1990-03-12T13:03:00.346Z\",\n  \"custom_fields\": {\n    \"key_0\": 6998,\n    \"key_1\": 2485,\n    \"key_2\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"string\",\n  \"value\": {\n    \"amount\": 441.46143036751573,\n    \"currency\": \"string\"\n  },\n  \"contact_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"stage_id\": \"string\",\n  \"stage_assignment_time\": \"1998-08-30T02:00:20.829Z\",\n  \"owner_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"task_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"order_id\": \"string\",\n  \"status\": \"string\",\n  \"estimated_close_time\": \"2016-05-16T17:34:24.438Z\",\n  \"closed_time\": \"1955-01-30T20:14:29.274Z\",\n  \"custom_fields\": {\n    \"key_0\": 9034,\n    \"key_1\": 1551.5760238692367,\n    \"key_2\": 2096\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "67f326d4-c5c3-4aec-b8c9-26449a4dc31e",
          "name": "Retrieves a list of deals by their IDs.",
          "request": {
            "name": "Retrieves a list of deals by their IDs.",
            "description": {
              "content": "Retrieves a list of deals by their IDs.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                "-",
                "bulk"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "id",
                  "value": "string",
                  "description": "(Required) the deal IDs to list"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "112df105-d81e-449f-b040-a85a9349dab5",
              "name": "the list of requested Deal",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    "-",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "id",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"value\": {\n      \"amount\": 4330.932793694462,\n      \"currency\": \"string\"\n    },\n    \"contact_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"stage_id\": \"string\",\n    \"stage_assignment_time\": \"1959-02-23T00:53:45.477Z\",\n    \"owner_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"task_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"order_id\": \"string\",\n    \"status\": \"string\",\n    \"estimated_close_time\": \"1974-08-06T08:14:35.398Z\",\n    \"closed_time\": \"1958-04-12T18:39:21.166Z\",\n    \"custom_fields\": {\n      \"key_0\": 1134\n    }\n  },\n  {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"value\": {\n      \"amount\": 3937.0947096558107,\n      \"currency\": \"string\"\n    },\n    \"contact_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"stage_id\": \"string\",\n    \"stage_assignment_time\": \"1979-06-23T10:19:54.032Z\",\n    \"owner_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"task_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"order_id\": \"string\",\n    \"status\": \"string\",\n    \"estimated_close_time\": \"2018-12-02T04:19:10.104Z\",\n    \"closed_time\": \"1946-11-09T00:06:26.939Z\",\n    \"custom_fields\": {\n      \"key_0\": \"string\"\n    }\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5f1f99f5-4cd3-4301-b1fc-110a992485d0",
          "name": "Deletes a list of deals by their IDs.",
          "request": {
            "name": "Deletes a list of deals by their IDs.",
            "description": {
              "content": "Deletes a list of deals by their IDs.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                "-",
                "bulk"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "id",
                  "value": "string",
                  "description": "(Required) each ID of each deal to delete"
                }
              ],
              "variable": []
            },
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4dfa78d3-7688-4a74-93d7-fdcf83679cbd",
              "name": "deleteDealsInBulk 204 response",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    "-",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "id",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "37a9b1fa-1701-4a8d-ac09-215b34c66aff",
          "name": "Lists all deals associated with a specific contact.",
          "request": {
            "name": "Lists all deals associated with a specific contact.",
            "description": {
              "content": "Lists all deals associated with a specific contact.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                "-",
                "contacts",
                ":contact_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "contact_id",
                  "description": "(Required) the contact ID to list deals for"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ffc20795-3af7-426d-a707-ea04f5b4dd4d",
              "name": "a list of deals wrapped in a DealListResponse",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    "-",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "100"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) the contact ID to list deals for"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"next_page_token\": \"string\",\n  \"deals\": [\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"value\": {\n        \"amount\": 6479.005684395738,\n        \"currency\": \"string\"\n      },\n      \"contact_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"stage_id\": \"string\",\n      \"stage_assignment_time\": \"2021-03-17T08:05:07.728Z\",\n      \"owner_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"task_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"order_id\": \"string\",\n      \"status\": \"string\",\n      \"estimated_close_time\": \"1985-09-01T07:14:09.005Z\",\n      \"closed_time\": \"2012-08-22T18:51:19.958Z\",\n      \"custom_fields\": {\n        \"key_0\": 2227,\n        \"key_1\": \"string\",\n        \"key_2\": false\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"value\": {\n        \"amount\": 4007.3935614959664,\n        \"currency\": \"string\"\n      },\n      \"contact_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"stage_id\": \"string\",\n      \"stage_assignment_time\": \"2013-05-31T00:41:56.100Z\",\n      \"owner_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"task_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"order_id\": \"string\",\n      \"status\": \"string\",\n      \"estimated_close_time\": \"1990-06-29T06:28:39.226Z\",\n      \"closed_time\": \"1997-10-11T20:27:10.844Z\",\n      \"custom_fields\": {\n        \"key_0\": false\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fdf69434-10c7-4368-8053-98f1d6e94f24",
          "name": "Creates new notes in bulk.",
          "request": {
            "name": "Creates new notes in bulk.",
            "description": {
              "content": "Creates new notes in bulk.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                "-",
                "notes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"create_note_requests\": [\n    {\n      \"body\": \"string\",\n      \"created_by\": \"string\",\n      \"deal_id\": \"string\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8461061d-b24a-4578-a843-18fe7babc5d5",
              "name": "the created DealNote",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    "-",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"create_note_requests\": [\n    {\n      \"body\": \"string\",\n      \"created_by\": \"string\",\n      \"deal_id\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"create_note_responses\": [\n    {\n      \"id\": \"string\",\n      \"body\": \"string\",\n      \"deal_id\": \"string\",\n      \"created_by\": \"string\",\n      \"created_time\": \"1956-03-25T04:07:00.601Z\",\n      \"modified_time\": \"1963-12-30T18:38:24.981Z\",\n      \"create_success\": false,\n      \"error_message\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"body\": \"string\",\n      \"deal_id\": \"string\",\n      \"created_by\": \"string\",\n      \"created_time\": \"1991-07-04T15:24:11.553Z\",\n      \"modified_time\": \"2016-03-11T00:45:13.297Z\",\n      \"create_success\": false,\n      \"error_message\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6fdf6162-3b0a-46cd-a295-5ecd67456544",
          "name": "Retrieves a specific deal note by its ID.",
          "request": {
            "name": "Retrieves a specific deal note by its ID.",
            "description": {
              "content": "Retrieves a specific deal note by its ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                "-",
                "notes",
                ":note_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "note_id",
                  "description": "(Required) the ID of the note to retrieve"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b27e7fc6-4e13-4cff-9a49-8b4d3eff68c9",
              "name": "the requested DealNote",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    "-",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) the ID of the note to retrieve"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"deal_id\": \"string\",\n  \"body\": \"string\",\n  \"created_by\": \"string\",\n  \"created_time\": \"1989-01-18T02:09:06.501Z\",\n  \"modified_time\": \"1969-01-25T09:39:21.505Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5fb7867b-2371-4624-b379-79e443759f5b",
          "name": "Deletes a specific deal note by its ID.",
          "request": {
            "name": "Deletes a specific deal note by its ID.",
            "description": {
              "content": "Deletes a specific deal note by its ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                "-",
                "notes",
                ":note_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "note_id",
                  "description": "(Required) the ID of the note to delete"
                }
              ]
            },
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ea169314-54bb-450e-a376-05eb2329834b",
              "name": "a HttpResponse indicating the result of the delete operation",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    "-",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) the ID of the note to delete"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9ac00120-0e4f-4806-8c0f-9aed1c402e9c",
          "name": "Updates a specific deal note by its ID.",
          "request": {
            "name": "Updates a specific deal note by its ID.",
            "description": {
              "content": "Updates a specific deal note by its ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                "-",
                "notes",
                ":note_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "note_id",
                  "description": "(Required) the ID of the note to update"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"body\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "99642b86-d500-44ab-9d1e-fc1ee6074ad1",
              "name": "the updated DealNote",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    "-",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) the ID of the note to update"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"body\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"deal_id\": \"string\",\n  \"body\": \"string\",\n  \"created_by\": \"string\",\n  \"created_time\": \"1989-01-18T02:09:06.501Z\",\n  \"modified_time\": \"1969-01-25T09:39:21.505Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a2875cf7-ac60-4822-89b9-963b2b74e49e",
          "name": "Creates multiple deals in bulk.",
          "request": {
            "name": "Creates multiple deals in bulk.",
            "description": {
              "content": "Creates multiple deals in bulk.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                "bulk"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"create_deal_requests\": [\n    {\n      \"contacts\": [\n        {\n          \"primary_contact\": true,\n          \"id\": \"string\"\n        },\n        {\n          \"primary_contact\": true,\n          \"id\": \"string\"\n        }\n      ],\n      \"external_system_id\": \"string\",\n      \"name\": \"string\",\n      \"owners\": [\n        {\n          \"id\": \"string\"\n        },\n        {\n          \"id\": \"string\"\n        }\n      ],\n      \"stage_id\": \"string\",\n      \"status\": \"string\",\n      \"task_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"value\": {\n        \"amount\": 1702.7258734643901,\n        \"currency\": \"string\"\n      },\n      \"owner_id\": \"string\",\n      \"estimated_close_time\": \"2022-11-11T04:48:49.479Z\",\n      \"custom_fields\": {\n        \"key_0\": 4463\n      }\n    },\n    {\n      \"contacts\": [\n        {\n          \"primary_contact\": false,\n          \"id\": \"string\"\n        },\n        {\n          \"primary_contact\": false,\n          \"id\": \"string\"\n        }\n      ],\n      \"external_system_id\": \"string\",\n      \"name\": \"string\",\n      \"owners\": [\n        {\n          \"id\": \"string\"\n        },\n        {\n          \"id\": \"string\"\n        }\n      ],\n      \"stage_id\": \"string\",\n      \"status\": \"string\",\n      \"task_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"value\": {\n        \"amount\": 179.30849716261355,\n        \"currency\": \"string\"\n      },\n      \"owner_id\": \"string\",\n      \"estimated_close_time\": \"1988-09-06T13:38:42.190Z\",\n      \"custom_fields\": {\n        \"key_0\": 2077,\n        \"key_1\": 9653\n      }\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "714b00c6-397b-47d7-8edc-8b5d820c5e41",
              "name": "the created deals",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"create_deal_requests\": [\n    {\n      \"contacts\": [\n        {\n          \"primary_contact\": true,\n          \"id\": \"string\"\n        },\n        {\n          \"primary_contact\": false,\n          \"id\": \"string\"\n        }\n      ],\n      \"external_system_id\": \"string\",\n      \"name\": \"string\",\n      \"owners\": [\n        {\n          \"id\": \"string\"\n        },\n        {\n          \"id\": \"string\"\n        }\n      ],\n      \"stage_id\": \"string\",\n      \"status\": \"string\",\n      \"task_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"value\": {\n        \"amount\": 7323.720886264651,\n        \"currency\": \"string\"\n      },\n      \"owner_id\": \"string\",\n      \"estimated_close_time\": \"2024-04-01T07:26:26.174Z\",\n      \"custom_fields\": {\n        \"key_0\": false\n      }\n    },\n    {\n      \"contacts\": [\n        {\n          \"primary_contact\": false,\n          \"id\": \"string\"\n        },\n        {\n          \"primary_contact\": true,\n          \"id\": \"string\"\n        }\n      ],\n      \"external_system_id\": \"string\",\n      \"name\": \"string\",\n      \"owners\": [\n        {\n          \"id\": \"string\"\n        },\n        {\n          \"id\": \"string\"\n        }\n      ],\n      \"stage_id\": \"string\",\n      \"status\": \"string\",\n      \"task_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"value\": {\n        \"amount\": 383.6197008316744,\n        \"currency\": \"string\"\n      },\n      \"owner_id\": \"string\",\n      \"estimated_close_time\": \"1983-05-31T08:46:05.748Z\",\n      \"custom_fields\": {\n        \"key_0\": true\n      }\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"created_deals\": {\n    \"key_0\": {\n      \"deal_id\": \"string\",\n      \"create_success\": true,\n      \"error_message\": \"string\"\n    },\n    \"key_1\": {\n      \"deal_id\": \"string\",\n      \"create_success\": true,\n      \"error_message\": \"string\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0b57d0e4-3a7f-4d27-8639-a94c92612757",
          "name": "Moves the active deals of specified contacts from one stage to another, in bulk.",
          "request": {
            "name": "Moves the active deals of specified contacts from one stage to another, in bulk.",
            "description": {
              "content": "Moves the active deals of specified contacts from one stage to another, in bulk.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                "moveByContactIds"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact_ids\": [\n    \"string\"\n  ],\n  \"from_stage\": \"string\",\n  \"to_stage\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8717e444-3c54-43bd-a1ed-afff87558c59",
              "name": "the IDs of the Deals moved",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    "moveByContactIds"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"string\"\n  ],\n  \"from_stage\": \"string\",\n  \"to_stage\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"moved_deal_ids\": [\n    \"string\",\n    \"string\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e07eb7cb-d74d-41fb-9687-f0f0ea7fc328",
          "name": "Get Deal",
          "request": {
            "name": "Get Deal",
            "description": {
              "content": "Retrieves an entity by its identifier.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the entity identifier"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "dcbb0081-82ea-4bb6-aabc-4340f810a24f",
              "name": "The retrieved entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the entity identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"string\",\n  \"value\": {\n    \"amount\": 441.46143036751573,\n    \"currency\": \"string\"\n  },\n  \"contact_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"stage_id\": \"string\",\n  \"stage_assignment_time\": \"1998-08-30T02:00:20.829Z\",\n  \"owner_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"task_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"order_id\": \"string\",\n  \"status\": \"string\",\n  \"estimated_close_time\": \"2016-05-16T17:34:24.438Z\",\n  \"closed_time\": \"1955-01-30T20:14:29.274Z\",\n  \"custom_fields\": {\n    \"key_0\": 9034,\n    \"key_1\": 1551.5760238692367,\n    \"key_2\": 2096\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3c9c6822-a442-4f1e-a4f9-d5b8f5d7fccf",
          "name": "Deletes an entity by its identifier.",
          "request": {
            "name": "Deletes an entity by its identifier.",
            "description": {
              "content": "Deletes an entity by its identifier.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the entity identifier"
                }
              ]
            },
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6a8d3975-35aa-4a46-9102-502003786209",
              "name": "A response indicating no content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the entity identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fbbdacba-138d-4baf-80f2-8a2d3ec327b7",
          "name": "Update Deal",
          "request": {
            "name": "Update Deal",
            "description": {
              "content": "Updates an existing entity.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "update_mask",
                  "value": "string",
                  "description": "(Required) the fields to update"
                },
                {
                  "disabled": false,
                  "key": "update_mask",
                  "value": "string",
                  "description": "(Required) the fields to update"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the entity identifier"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"stage_id\": \"string\",\n  \"status\": \"string\",\n  \"name\": \"string\",\n  \"amount\": 1863.3473428141879,\n  \"currency_code\": \"string\",\n  \"contacts\": [\n    {\n      \"primary_contact\": false,\n      \"id\": \"string\"\n    },\n    {\n      \"primary_contact\": false,\n      \"id\": \"string\"\n    }\n  ],\n  \"owners\": [\n    {\n      \"id\": \"string\"\n    },\n    {\n      \"id\": \"string\"\n    }\n  ],\n  \"owner_id\": \"string\",\n  \"task_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"previous_deal_id\": \"string\",\n  \"next_deal_id\": \"string\",\n  \"estimated_close_date\": \"1967-02-01T09:07:33.771Z\",\n  \"closed_date\": \"1968-06-08T17:35:27.857Z\",\n  \"custom_fields\": {\n    \"key_0\": true,\n    \"key_1\": true\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7da83dd4-76a1-4bd4-82fb-5a4073db973d",
              "name": "The updated entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    },
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the entity identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"stage_id\": \"string\",\n  \"status\": \"string\",\n  \"name\": \"string\",\n  \"amount\": 8163.8441532402785,\n  \"currency_code\": \"string\",\n  \"contacts\": [\n    {\n      \"primary_contact\": true,\n      \"id\": \"string\"\n    },\n    {\n      \"primary_contact\": true,\n      \"id\": \"string\"\n    }\n  ],\n  \"owners\": [\n    {\n      \"id\": \"string\"\n    },\n    {\n      \"id\": \"string\"\n    }\n  ],\n  \"owner_id\": \"string\",\n  \"task_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"previous_deal_id\": \"string\",\n  \"next_deal_id\": \"string\",\n  \"estimated_close_date\": \"1991-06-19T10:47:25.132Z\",\n  \"closed_date\": \"1966-06-02T15:21:48.949Z\",\n  \"custom_fields\": {\n    \"key_0\": true,\n    \"key_1\": false,\n    \"key_2\": 1665,\n    \"key_3\": 6806.939925800446\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"string\",\n  \"value\": {\n    \"amount\": 441.46143036751573,\n    \"currency\": \"string\"\n  },\n  \"contact_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"stage_id\": \"string\",\n  \"stage_assignment_time\": \"1998-08-30T02:00:20.829Z\",\n  \"owner_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"task_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"order_id\": \"string\",\n  \"status\": \"string\",\n  \"estimated_close_time\": \"2016-05-16T17:34:24.438Z\",\n  \"closed_time\": \"1955-01-30T20:14:29.274Z\",\n  \"custom_fields\": {\n    \"key_0\": 9034,\n    \"key_1\": 1551.5760238692367,\n    \"key_2\": 2096\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "23ca3fdc-f6ff-440d-9bb9-d38903828470",
          "name": "Validates the custom fields in a Deal.",
          "request": {
            "name": "Validates the custom fields in a Deal.",
            "description": {
              "content": "Validates the custom fields in a Deal.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                ":id",
                "customFields:validate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the ID of the deal to move"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"custom_fields\": {\n    \"key_0\": false,\n    \"key_1\": \"string\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ed518b8d-4160-412f-a818-c33c9d6a8b6d",
              "name": "the result of the validation containing errors and warnings",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    ":id",
                    "customFields:validate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the ID of the deal to move"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"custom_fields\": {\n    \"key_0\": false,\n    \"key_1\": \"string\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errors\": [\n    {\n      \"error_code\": \"string\",\n      \"message\": \"string\",\n      \"args\": {},\n      \"logref\": \"string\"\n    },\n    {\n      \"error_code\": \"string\",\n      \"message\": \"string\",\n      \"args\": {},\n      \"logref\": \"string\"\n    }\n  ],\n  \"warnings\": [\n    {\n      \"error_code\": \"string\",\n      \"message\": \"string\",\n      \"args\": {},\n      \"logref\": \"string\"\n    },\n    {\n      \"error_code\": \"string\",\n      \"message\": \"string\",\n      \"args\": {},\n      \"logref\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "46b19e07-b788-48cd-a798-3702830e1c6e",
          "name": "Lists all notes associated with a specific deal.",
          "request": {
            "name": "Lists all notes associated with a specific deal.",
            "description": {
              "content": "Lists all notes associated with a specific deal.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                ":id",
                "notes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the deal ID to list notes for"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "765e3185-61a4-4f02-acdb-ad0075294bcd",
              "name": "a list of deal notes wrapped in a DealNoteListResponse",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    ":id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "100"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the deal ID to list notes for"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"next_page_token\": \"string\",\n  \"notes\": [\n    {\n      \"id\": \"string\",\n      \"deal_id\": \"string\",\n      \"body\": \"string\",\n      \"created_by\": \"string\",\n      \"created_time\": \"1984-12-22T13:23:03.899Z\",\n      \"modified_time\": \"2018-10-30T07:14:04.917Z\"\n    },\n    {\n      \"id\": \"string\",\n      \"deal_id\": \"string\",\n      \"body\": \"string\",\n      \"created_by\": \"string\",\n      \"created_time\": \"1998-04-26T02:06:53.663Z\",\n      \"modified_time\": \"1992-11-20T10:52:56.923Z\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "61573f4b-1c8b-44da-b975-bd59ef737029",
          "name": "Creates a new note for a specific deal.",
          "request": {
            "name": "Creates a new note for a specific deal.",
            "description": {
              "content": "Creates a new note for a specific deal.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                ":id",
                "notes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the deal ID to associate the new note with"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"body\": \"string\",\n  \"created_by\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7bd2538a-9318-4a69-b6d7-cee78e62c710",
              "name": "the created DealNote",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    ":id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the deal ID to associate the new note with"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"body\": \"string\",\n  \"created_by\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"deal_id\": \"string\",\n  \"body\": \"string\",\n  \"created_by\": \"string\",\n  \"created_time\": \"1989-01-18T02:09:06.501Z\",\n  \"modified_time\": \"1969-01-25T09:39:21.505Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f18c5bde-eb25-4280-9235-4f2d0f1d93e4",
          "name": "Retrieves the count of deals based on the specified filter criteria.",
          "request": {
            "name": "Retrieves the count of deals based on the specified filter criteria.",
            "description": {
              "content": "Retrieves the count of deals based on the specified filter criteria.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                "{{id}}:count"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "391d7569-d788-409d-b678-854e872b94ad",
              "name": "the count of deals matching the specified filter criteria.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    "{{id}}:count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "100"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "4420",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2c2a608d-530a-4ecd-b1a4-3c99e3597d94",
          "name": "Moves the specified deal to a specified stage.",
          "request": {
            "name": "Moves the specified deal to a specified stage.",
            "description": {
              "content": "Moves the specified deal to a specified stage.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "deals",
                "{{id}}:move"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "string",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "616e77f1-82e2-4695-b007-a137577c3099",
              "name": "the IDs of the Deals moved",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "deals",
                    "{{id}}:move"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "string",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "141eae02-abe4-4d30-b7fe-79e2acda8e36",
      "name": "Display Forms",
      "description": {
        "content": "Display Forms endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "53eb365a-3ec4-4931-b752-3d4ff84d20bd",
          "name": "Retrieves a specific display form by a pipeline ID.",
          "request": {
            "name": "Retrieves a specific display form by a pipeline ID.",
            "description": {
              "content": "Retrieves a specific display form by a pipeline ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "pipelines",
                ":id",
                "form"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the ID of the pipeline containing the form"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "7c0106de-1b63-4419-a20e-3215d16160fc",
              "name": "the requested Deal",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "pipelines",
                    ":id",
                    "form"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the ID of the pipeline containing the form"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"groups\": [\n    {\n      \"id\": \"string\",\n      \"sort_order\": 5749,\n      \"title\": \"string\",\n      \"description\": \"string\",\n      \"properties\": [\n        {\n          \"id\": \"string\",\n          \"property\": {\n            \"default_value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"label\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"helper_text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"validators\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"source\": \"CUSTOM\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"id\": \"string\",\n          \"property\": {\n            \"default_value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"label\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"helper_text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"validators\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"source\": \"CUSTOM\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    {\n      \"id\": \"string\",\n      \"sort_order\": 8073,\n      \"title\": \"string\",\n      \"description\": \"string\",\n      \"properties\": [\n        {\n          \"id\": \"string\",\n          \"property\": {\n            \"default_value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"label\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"helper_text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"validators\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"source\": \"SYSTEM\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"id\": \"string\",\n          \"property\": {\n            \"default_value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"label\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"helper_text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"validators\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"source\": \"CUSTOM\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "31bea8a3-16ed-4c6d-8d36-ef56284d0b20",
          "name": "Updates a display form",
          "request": {
            "name": "Updates a display form",
            "description": {
              "content": "Updates a display form",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "pipelines",
                ":id",
                "form"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the ID of the pipeline containing the form"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"groups\": [\n    {\n      \"properties\": [\n        {\n          \"source\": \"CUSTOM\",\n          \"sort_order\": 3758,\n          \"id\": \"string\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"source\": \"SYSTEM\",\n          \"sort_order\": 3133,\n          \"id\": \"string\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"title\": \"string\",\n      \"sort_order\": 4315,\n      \"description\": \"string\"\n    },\n    {\n      \"properties\": [\n        {\n          \"source\": \"SYSTEM\",\n          \"sort_order\": 8239,\n          \"id\": \"string\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"source\": \"SYSTEM\",\n          \"sort_order\": 7655,\n          \"id\": \"string\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"title\": \"string\",\n      \"sort_order\": 8732,\n      \"description\": \"string\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "aab5acf5-faed-4894-81b6-9aa2cfed0baf",
              "name": "the updated DisplayForm",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "pipelines",
                    ":id",
                    "form"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the ID of the pipeline containing the form"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"groups\": [\n    {\n      \"properties\": [\n        {\n          \"source\": \"CUSTOM\",\n          \"sort_order\": 4627,\n          \"id\": \"string\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"source\": \"CUSTOM\",\n          \"sort_order\": 3362,\n          \"id\": \"string\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"title\": \"string\",\n      \"sort_order\": 8865,\n      \"description\": \"string\"\n    },\n    {\n      \"properties\": [\n        {\n          \"source\": \"CUSTOM\",\n          \"sort_order\": 5652,\n          \"id\": \"string\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"source\": \"CUSTOM\",\n          \"sort_order\": 9760,\n          \"id\": \"string\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"title\": \"string\",\n      \"sort_order\": 2900,\n      \"description\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"groups\": [\n    {\n      \"id\": \"string\",\n      \"sort_order\": 4316,\n      \"title\": \"string\",\n      \"description\": \"string\",\n      \"properties\": [\n        {\n          \"id\": \"string\",\n          \"property\": {\n            \"default_value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"label\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"helper_text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"validators\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"source\": \"SYSTEM\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"id\": \"string\",\n          \"property\": {\n            \"default_value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"label\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"helper_text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"validators\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"source\": \"CUSTOM\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    },\n    {\n      \"id\": \"string\",\n      \"sort_order\": 8866,\n      \"title\": \"string\",\n      \"description\": \"string\",\n      \"properties\": [\n        {\n          \"id\": \"string\",\n          \"property\": {\n            \"default_value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"label\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"helper_text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"validators\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"source\": \"SYSTEM\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"id\": \"string\",\n          \"property\": {\n            \"default_value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"label\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"description\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"helper_text\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"validators\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"source\": \"CUSTOM\",\n          \"system_field_record\": \"string\",\n          \"system_field_id\": \"string\",\n          \"label\": \"string\",\n          \"description\": \"string\",\n          \"helper_text\": \"string\",\n          \"default_value\": {},\n          \"display_options\": {\n            \"hidden\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"array_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"reference_type_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"date_time_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"boolean_display_options\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"duration\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ]\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "f76b0843-0507-4653-b204-d1991ceae890",
      "name": "Pipelines",
      "description": {
        "content": "Pipelines endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "87ebfc04-a766-4c89-8a87-10da4ac82e4f",
          "name": "List Pipeline",
          "request": {
            "name": "List Pipeline",
            "description": {
              "content": "Lists entities based on the provided ListCommand.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "pipelines"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d2e31441-d939-4788-8de8-48d2ee2ded4a",
              "name": "a response containing the list of entities",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "pipelines"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"next_page_token\": \"string\",\n  \"pipelines\": [\n    {\n      \"id\": \"string\",\n      \"name\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4e51c4de-ed66-4e5c-8f65-0a7c4ca00ea0",
          "name": "Create Pipeline",
          "request": {
            "name": "Create Pipeline",
            "description": {
              "content": "Creates a new entity.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "pipelines"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"stages\": [\n    \"string\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ae0d9a97-0d82-4348-98cd-69f17e576c64",
              "name": "The created entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "pipelines"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"stages\": [\n    \"string\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3772c242-3185-46ca-950d-a30d8e639d22",
          "name": "Retrieves a list of pipeline summaries.",
          "request": {
            "name": "Retrieves a list of pipeline summaries.",
            "description": {
              "content": "Retrieves a list of pipeline summaries.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "pipelines",
                "summaries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "50028755-a9d5-485c-b534-2f34493e0941",
              "name": "the response containing the list of pipeline summaries and the next page token",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "pipelines",
                    "summaries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "100"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"next_page_token\": \"string\",\n  \"pipeline_summaries\": [\n    {\n      \"pipeline_name\": \"string\",\n      \"pipeline_id\": \"954237\",\n      \"stat_total_deal_count\": 6910,\n      \"stat_new_deal_count\": 987\n    },\n    {\n      \"pipeline_name\": \"string\",\n      \"pipeline_id\": \"096527070\",\n      \"stat_total_deal_count\": 854,\n      \"stat_new_deal_count\": 8279\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6c7dc8d1-724b-4258-aca3-dc3c3b5d6f77",
          "name": "Get Pipeline",
          "request": {
            "name": "Get Pipeline",
            "description": {
              "content": "Retrieves an entity by its identifier.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "pipelines",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the entity identifier"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5f0f31d7-68ba-447e-b992-7c3249b46024",
              "name": "The retrieved entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "pipelines",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the entity identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f256df75-f9a0-46b2-9450-590cc07360b2",
          "name": "Deletes a pipeline.",
          "request": {
            "name": "Deletes a pipeline.",
            "description": {
              "content": "Deletes a pipeline.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "pipelines",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "new_stage_id",
                  "value": "string",
                  "description": "the new stage identifier, can be null"
                },
                {
                  "disabled": false,
                  "key": "allow_cleanup",
                  "value": "true",
                  "description": "flag indicating whether cleanup is allowed, can be null"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the pipeline identifier"
                }
              ]
            },
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1f73aff3-99a9-4edf-9da4-db2bbfc47bd6",
              "name": "A response indicating no content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "pipelines",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "new_stage_id",
                      "value": "string"
                    },
                    {
                      "key": "allow_cleanup",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the pipeline identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2c8c83c0-0116-490b-a258-40191340c1f2",
          "name": "Update Pipeline",
          "request": {
            "name": "Update Pipeline",
            "description": {
              "content": "Updates an existing entity.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "pipelines",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "update_mask",
                  "value": "string",
                  "description": "(Required) the fields to update"
                },
                {
                  "disabled": false,
                  "key": "update_mask",
                  "value": "string",
                  "description": "(Required) the fields to update"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the entity identifier"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1df79453-afa5-4ac9-bb23-4be111df00bb",
              "name": "The updated entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "pipelines",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    },
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the entity identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b5e65529-5441-49ef-b9f5-041d58b4fdf8",
          "name": "Updates a pipeline's deals in bulk.",
          "request": {
            "name": "Updates a pipeline's deals in bulk.",
            "description": {
              "content": "Updates a pipeline's deals in bulk.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "pipelines",
                ":id",
                "bulk"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the pipeline ID"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"bulk_deal_update_type\": \"string\",\n  \"exclude_deal_ids_specified\": true,\n  \"filters\": [\n    {\n      \"key\": \"string\",\n      \"operator\": \"EXCLUDES_ANY\",\n      \"value\": \"string\"\n    },\n    {\n      \"key\": \"string\",\n      \"operator\": \"CONTAINS\",\n      \"value\": \"string\"\n    }\n  ],\n  \"new_value\": \"string\",\n  \"deal_ids\": [\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "5f99ab8a-162a-4bbf-82c3-345271791b15",
              "name": "the response containing the results of the bulk update operation",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "pipelines",
                    ":id",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the pipeline ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"bulk_deal_update_type\": \"string\",\n  \"exclude_deal_ids_specified\": false,\n  \"filters\": [\n    {\n      \"key\": \"string\",\n      \"operator\": \"INCLUDES_ANY\",\n      \"value\": \"string\"\n    },\n    {\n      \"key\": \"string\",\n      \"operator\": \"IN\",\n      \"value\": \"string\"\n    }\n  ],\n  \"new_value\": \"string\",\n  \"deal_ids\": [\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\",\n    \"string\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"stage_move_success\": false,\n  \"error_message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3cde31e3-89b1-47b1-8682-e75fa8940ad3",
          "name": "Retrieves the list of deals for a specific pipeline.",
          "request": {
            "name": "Retrieves the list of deals for a specific pipeline.",
            "description": {
              "content": "Retrieves the list of deals for a specific pipeline.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "pipelines",
                ":id",
                "deals"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the pipeline identifier"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5db12205-67af-4cd3-8644-c1ed46b623f3",
              "name": "a Mono emitting the count of deals",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "pipelines",
                    ":id",
                    "deals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "100"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the pipeline identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"next_page_token\": \"string\",\n  \"deals\": [\n    {\n      \"name\": \"string\",\n      \"id\": \"string\",\n      \"value\": {\n        \"amount\": 2063.3702239217964,\n        \"currency\": \"string\"\n      },\n      \"stage_id\": \"string\",\n      \"stage_name\": \"string\",\n      \"stage_assignment_time\": \"1985-05-28T02:50:53.526Z\",\n      \"close_time\": \"2001-08-15T05:36:43.285Z\",\n      \"estimated_close_time\": \"1991-12-16T00:29:06.022Z\",\n      \"contact_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"owner_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"task_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"status\": \"LOST\",\n      \"order\": \"string\"\n    },\n    {\n      \"name\": \"string\",\n      \"id\": \"string\",\n      \"value\": {\n        \"amount\": 2567.1670595346295,\n        \"currency\": \"string\"\n      },\n      \"stage_id\": \"string\",\n      \"stage_name\": \"string\",\n      \"stage_assignment_time\": \"2010-06-23T02:41:44.158Z\",\n      \"close_time\": \"2016-03-19T16:07:48.990Z\",\n      \"estimated_close_time\": \"1960-06-11T01:21:45.368Z\",\n      \"contact_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"owner_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"task_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"status\": \"ACTIVE\",\n      \"order\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d76c54ef-0695-4605-b552-a329638800f9",
          "name": "Gets the outcome labels for a pipeline.",
          "request": {
            "name": "Gets the outcome labels for a pipeline.",
            "description": {
              "content": "Gets the outcome labels for a pipeline.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "pipelines",
                ":id",
                "outcomes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the pipeline identifier"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "285b6695-ec25-46a3-b7f7-5a50b9a73dd9",
              "name": "the updated list of the pipeline's outcome labels",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "pipelines",
                    ":id",
                    "outcomes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "100"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the pipeline identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"next_page_token\": \"string\",\n  \"outcome_labels\": [\n    {\n      \"value\": \"ACTIVE\",\n      \"label\": \"string\"\n    },\n    {\n      \"value\": \"LOST\",\n      \"label\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f37ef5c2-2b22-4742-8e9a-0e5eb9c196ad",
          "name": "Sets the outcome labels for a pipeline.",
          "request": {
            "name": "Sets the outcome labels for a pipeline.",
            "description": {
              "content": "Sets the outcome labels for a pipeline.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "pipelines",
                ":id",
                "outcomes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the pipeline identifier"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"outcome_labels\": [\n    {\n      \"value\": \"ACTIVE\",\n      \"label\": \"string\"\n    },\n    {\n      \"value\": \"WON\",\n      \"label\": \"string\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ad6d9463-bf81-4981-a4c1-ae58cf3ac52b",
              "name": "the updated list of the pipeline's outcome labels",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "pipelines",
                    ":id",
                    "outcomes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the pipeline identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"outcome_labels\": [\n    {\n      \"value\": \"LOST\",\n      \"label\": \"str\"\n    },\n    {\n      \"value\": \"LOST\",\n      \"label\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"next_page_token\": \"string\",\n  \"outcome_labels\": [\n    {\n      \"value\": \"ACTIVE\",\n      \"label\": \"string\"\n    },\n    {\n      \"value\": \"LOST\",\n      \"label\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9f63da4f-6a9c-4a80-9279-096c1a9326e2",
          "name": "Retrieves a list of stages for a specific pipeline.",
          "request": {
            "name": "Retrieves a list of stages for a specific pipeline.",
            "description": {
              "content": "Retrieves a list of stages for a specific pipeline.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "pipelines",
                ":id",
                "stages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the pipeline identifier"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0ad3bccb-99ed-4bce-8705-0fbe9e9ad841",
              "name": "the response containing the list of pipeline stages and the next page token",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "pipelines",
                    ":id",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "100"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the pipeline identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"next_page_token\": \"string\",\n  \"stages\": [\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"pipeline_id\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"pipeline_id\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "984ef371-bbca-4348-ba8e-f54b5782b146",
          "name": "Retrieves the count of deals for a specific pipeline.",
          "request": {
            "name": "Retrieves the count of deals for a specific pipeline.",
            "description": {
              "content": "Retrieves the count of deals for a specific pipeline.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "pipelines",
                "{{id}}:dealsCount"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "de27e68e-0e25-4ab8-93e2-b5e3340f51ef",
              "name": "a Mono emitting the count of deals",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "pipelines",
                    "{{id}}:dealsCount"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "4420",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "1f11e433-b760-43c3-9c04-12f4c6424074",
      "name": "Stages",
      "description": {
        "content": "Stages endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "f243faf2-2bd4-4929-95f4-004e5453573c",
          "name": "List Stages",
          "request": {
            "name": "List Stages",
            "description": {
              "content": "Lists entities based on the provided ListCommand.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "stages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "39a24d20-1cba-49f6-8315-9ce65bb480fa",
              "name": "a response containing the list of entities",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"next_page_token\": \"string\",\n  \"stages\": [\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"pipeline_id\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"pipeline_id\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cfc03ef6-5bfd-4787-97e7-7aa20b277383",
          "name": "Create Stages",
          "request": {
            "name": "Create Stages",
            "description": {
              "content": "Creates a new entity.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "stages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"pipeline_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "037ed224-4b95-49d1-b028-ba4a58453588",
              "name": "The created entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"pipeline_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"string\",\n  \"pipeline_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "486b8611-b592-42bf-bc3f-bfd3782026c8",
          "name": "Get Stages",
          "request": {
            "name": "Get Stages",
            "description": {
              "content": "Retrieves an entity by its identifier.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "stages",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the entity identifier"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "89075bb8-0f6c-4d24-a82d-a0c6460a2068",
              "name": "The retrieved entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "stages",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the entity identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"string\",\n  \"pipeline_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3a160ec7-5d05-44cf-ae01-2fe953262078",
          "name": "Deletes a stage by its identifier for a given tenant.",
          "request": {
            "name": "Deletes a stage by its identifier for a given tenant.",
            "description": {
              "content": "Deletes a stage by its identifier for a given tenant.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "stages",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "new_stage_id",
                  "value": "string",
                  "description": "the new stage identifier, can be null"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the stage identifier"
                }
              ]
            },
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "941ba6ff-f035-44c6-85f6-fbbd82206f6d",
              "name": "A response indicating no content",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "stages",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "new_stage_id",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the stage identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e631323a-45f7-4a45-beeb-a3e943f2baf5",
          "name": "Update Stages",
          "request": {
            "name": "Update Stages",
            "description": {
              "content": "Updates an existing entity.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "stages",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "update_mask",
                  "value": "string",
                  "description": "(Required) the fields to update"
                },
                {
                  "disabled": false,
                  "key": "update_mask",
                  "value": "string",
                  "description": "(Required) the fields to update"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the entity identifier"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"next_stage_id\": \"string\",\n  \"pipeline_id\": \"string\",\n  \"previous_stage_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d99bca3d-6bc3-4529-b9d0-48b9eb4cf0cc",
              "name": "The updated entity",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "stages",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    },
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the entity identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"next_stage_id\": \"string\",\n  \"pipeline_id\": \"string\",\n  \"previous_stage_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"string\",\n  \"pipeline_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f90dc56e-6ec0-44ff-9e87-f6de41fd5667",
          "name": "Counts the number of deals in a specific stage.",
          "request": {
            "name": "Counts the number of deals in a specific stage.",
            "description": {
              "content": "Counts the number of deals in a specific stage.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "stages",
                ":id",
                "dealCount"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the stage identifier"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0e1dd944-3b60-438c-9d0f-c8c932c25e5f",
              "name": "the count of deals in the stage",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "stages",
                    ":id",
                    "dealCount"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the stage identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "4420",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ef6fc004-2583-4473-93c7-5eddb312ad9b",
          "name": "Retrieves a list of deals for a specific stage.",
          "request": {
            "name": "Retrieves a list of deals for a specific stage.",
            "description": {
              "content": "Retrieves a list of deals for a specific stage.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v2",
                "stages",
                ":id",
                "deals"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) the stage identifier"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7878ca8b-49ea-45e2-969b-f82a96e28d5b",
              "name": "the response containing the list of deals and the next page token",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "stages",
                    ":id",
                    "deals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "100"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) the stage identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"next_page_token\": \"string\",\n  \"deals\": [\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"value\": {\n        \"amount\": 3025.7550494527163,\n        \"currency\": \"string\"\n      },\n      \"contact_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"stage_id\": \"string\",\n      \"stage_assignment_time\": \"1994-04-21T21:40:05.016Z\",\n      \"owner_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"task_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"order_id\": \"string\",\n      \"status\": \"string\",\n      \"estimated_close_time\": \"1979-01-14T11:00:29.737Z\",\n      \"closed_time\": \"2015-10-31T01:37:35.631Z\",\n      \"custom_fields\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\"\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"value\": {\n        \"amount\": 1054.4152242210569,\n        \"currency\": \"string\"\n      },\n      \"contact_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"stage_id\": \"string\",\n      \"stage_assignment_time\": \"1995-06-12T19:05:28.814Z\",\n      \"owner_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"task_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"order_id\": \"string\",\n      \"status\": \"string\",\n      \"estimated_close_time\": \"1980-08-05T02:05:42.590Z\",\n      \"closed_time\": \"1980-11-02T20:55:27.873Z\",\n      \"custom_fields\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "https://api.infusionsoft.com/services",
      "key": "baseUrl"
    },
    {
      "disabled": false,
      "description": {
        "content": "(Required) the pipeline identifier",
        "type": "text/plain"
      },
      "type": "any",
      "value": "string",
      "key": "id"
    }
  ],
  "info": {
    "_postman_id": "56c7635a-fb39-4816-80cb-e77634ed079c",
    "name": "API Reference",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Service Level Aggregation API (SLAAPI) to handle public API spec compliance\n\nContact Support:\n Name: Gryffindor\n Email: gryffindor@keap.com",
      "type": "text/plain"
    }
  }
}
