{
  "item": [
    {
      "id": "409061cc-2c98-4639-a024-a700b07f4bc3",
      "name": "Custom Fields",
      "description": {
        "content": "Custom Fields endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "c13187d0-0766-4af9-a252-6b33e94b2b93",
          "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": "f82014c6-af0b-49f7-8939-fb7ca2ad4884",
              "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\": false,\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": "1145c5a3-732b-4127-b0ce-438346d18c21",
          "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\": \"pVnwt1f4\",\n  \"type\": {\n    \"discriminator\": \"ARRAY\",\n    \"primitive_type\": \"FLEXI_DATE\",\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\": \"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\": 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\"\n    },\n    \"duration\": {\n      \"duration_units\": [\n        \"DAYS\",\n        \"MONTHS\"\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\": 4100,\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\": 3872,\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\": 3012,\n        \"size_type\": \"MAX\"\n      }\n    },\n    {\n      \"required\": false,\n      \"size\": {\n        \"size\": 5530,\n        \"size_type\": \"MIN\"\n      }\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6e94792b-69b2-409f-bfe1-b6e4ff1a6743",
              "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\": \"wydBFv_qzws\",\n  \"type\": {\n    \"discriminator\": \"SIMPLE\",\n    \"primitive_type\": \"REF\",\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\": \"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\": 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\": \"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_BUTTON\"\n    },\n    \"duration\": {\n      \"duration_units\": [\n        \"YEARS\",\n        \"YEARS\"\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\": 5055,\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\": 3215,\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\": 7403,\n        \"size_type\": \"MAX\"\n      }\n    },\n    {\n      \"required\": true,\n      \"size\": {\n        \"size\": 3803,\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\": \"SIMPLE\",\n    \"primitive_type\": \"BOOLEAN\",\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\": 5373,\n        \"size_type\": \"MAX\"\n      }\n    },\n    {\n      \"required\": true,\n      \"size\": {\n        \"size\": 5637,\n        \"size_type\": \"MAX\"\n      }\n    }\n  ],\n  \"display_options\": {\n    \"hidden\": false,\n    \"type\": \"DEFAULT\",\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\": true\n    },\n    \"boolean_display_options\": {\n      \"display_type\": \"RADIO\"\n    },\n    \"duration\": {\n      \"duration_units\": [\n        \"MINUTES\",\n        \"YEARS\"\n      ]\n    }\n  },\n  \"options\": {\n    \"display_type\": \"RADIO\",\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\": 6110,\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\": 3184,\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": "71c5fa8c-145b-490a-9eae-d764e5f5d3c0",
          "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": "0066b527-d62c-4d58-bd82-004b62788dd3",
              "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": "aaa2e12d-b28a-4403-957d-a2185ed6d49b",
          "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\": false,\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\": \"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\": true,\n      \"allow_future_dates\": false\n    },\n    \"boolean_display_options\": {\n      \"display_type\": \"CHECKBOX\"\n    },\n    \"duration\": {\n      \"duration_units\": [\n        \"MINUTES\",\n        \"YEARS\"\n      ]\n    }\n  },\n  \"options\": {\n    \"display_type\": \"RADIO\",\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\": 1536,\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\": 8969,\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\": 9864,\n        \"size_type\": \"MAX\"\n      }\n    },\n    {\n      \"required\": true,\n      \"size\": {\n        \"size\": 8972,\n        \"size_type\": \"MIN\"\n      }\n    }\n  ],\n  \"deleted\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "96132389-9cf6-4c58-a0bd-08af16544ac5",
              "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\": \"BOOLEAN\",\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\": \"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\": true\n    },\n    \"boolean_display_options\": {\n      \"display_type\": \"RADIO\"\n    },\n    \"duration\": {\n      \"duration_units\": [\n        \"DAYS\",\n        \"YEARS\"\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\": 6981,\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\": 9013,\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\": 6377,\n        \"size_type\": \"MIN\"\n      }\n    },\n    {\n      \"required\": true,\n      \"size\": {\n        \"size\": 1341,\n        \"size_type\": \"MIN\"\n      }\n    }\n  ],\n  \"deleted\": true\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\": \"SIMPLE\",\n    \"primitive_type\": \"BOOLEAN\",\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\": 5373,\n        \"size_type\": \"MAX\"\n      }\n    },\n    {\n      \"required\": true,\n      \"size\": {\n        \"size\": 5637,\n        \"size_type\": \"MAX\"\n      }\n    }\n  ],\n  \"display_options\": {\n    \"hidden\": false,\n    \"type\": \"DEFAULT\",\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\": true\n    },\n    \"boolean_display_options\": {\n      \"display_type\": \"RADIO\"\n    },\n    \"duration\": {\n      \"duration_units\": [\n        \"MINUTES\",\n        \"YEARS\"\n      ]\n    }\n  },\n  \"options\": {\n    \"display_type\": \"RADIO\",\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\": 6110,\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\": 3184,\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": "e898b657-2f31-4706-bd40-0de75c750b26",
      "name": "DateExpression",
      "description": {
        "content": "DateExpression endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "f9811337-0d23-45ba-a731-70270f655b4a",
          "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": "6f689423-40f4-4be1-bfab-d7e4df89d0e8",
              "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\": false,\n      \"parse_end\": 445,\n      \"parse_start\": 4461,\n      \"query\": \"string\",\n      \"recurring\": false,\n      \"recurse_until\": {\n        \"dates\": [\n          \"1964-05-21T12:22:48.783Z\",\n          \"1990-08-03T10:17:26.788Z\"\n        ],\n        \"chain\": \"string\"\n      },\n      \"result\": {\n        \"dates\": [\n          \"1974-01-17T19:51:11.282Z\",\n          \"2026-07-27T12:19:53.890Z\"\n        ],\n        \"chain\": \"string\"\n      },\n      \"time_inferred\": true,\n      \"complete_match\": true\n    },\n    {\n      \"date_inferred\": false,\n      \"parse_end\": 2986,\n      \"parse_start\": 7849,\n      \"query\": \"string\",\n      \"recurring\": true,\n      \"recurse_until\": {\n        \"dates\": [\n          \"1964-12-31T02:40:21.588Z\",\n          \"2009-12-15T20:33:35.671Z\"\n        ],\n        \"chain\": \"string\"\n      },\n      \"result\": {\n        \"dates\": [\n          \"2016-11-19T03:00:47.046Z\",\n          \"1954-05-01T11:34:03.405Z\"\n        ],\n        \"chain\": \"string\"\n      },\n      \"time_inferred\": true,\n      \"complete_match\": false\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "6afb6525-65a5-439f-befe-a7cc5bc80db3",
      "name": "Deals",
      "description": {
        "content": "Deals endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "de6a3967-43d0-413a-aeb5-70868a9dbd2d",
          "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": "ade44d29-8b6f-4ee0-b589-f49918a10a13",
              "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\": 5873.7689244675175,\n        \"currency\": \"string\"\n      },\n      \"contact_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"stage_id\": \"string\",\n      \"stage_assignment_time\": \"1975-09-15T01:39:53.719Z\",\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\": \"1977-11-10T10:43:54.506Z\",\n      \"closed_time\": \"1954-10-07T18:13:48.881Z\",\n      \"custom_fields\": {\n        \"key_0\": \"string\"\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"value\": {\n        \"amount\": 6467.639087735866,\n        \"currency\": \"string\"\n      },\n      \"contact_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"stage_id\": \"string\",\n      \"stage_assignment_time\": \"2015-09-14T22:30:27.294Z\",\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-11-04T12:40:43.358Z\",\n      \"closed_time\": \"1966-07-07T18:35:26.081Z\",\n      \"custom_fields\": {\n        \"key_0\": 379\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0af17e74-1a79-43dc-b9a2-9a88da9a9cff",
          "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\": 5489.22633782553,\n    \"currency\": \"string\"\n  },\n  \"owner_id\": \"string\",\n  \"estimated_close_time\": \"1951-08-12T15:50:33.093Z\",\n  \"custom_fields\": {\n    \"key_0\": \"string\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "22d99b36-a8ef-44b3-9765-1c44b4dcfdcf",
              "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\": false,\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\": 8156.155329135555,\n    \"currency\": \"string\"\n  },\n  \"owner_id\": \"string\",\n  \"estimated_close_time\": \"2005-07-18T22:25:54.262Z\",\n  \"custom_fields\": {\n    \"key_0\": \"string\",\n    \"key_1\": 5615.25823769389\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\": 1626.7664276420612,\n    \"currency\": \"string\"\n  },\n  \"contact_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"stage_id\": \"string\",\n  \"stage_assignment_time\": \"1979-04-03T04:23:22.309Z\",\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\": \"1962-04-23T10:35:57.449Z\",\n  \"closed_time\": \"2018-06-12T02:12:29.069Z\",\n  \"custom_fields\": {\n    \"key_0\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f79bfab8-a645-442a-af55-fecfaa8c6e20",
          "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": "b5b2baf7-a8b3-4898-b693-5dc02ab91977",
              "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\": 3410.5744627313084,\n      \"currency\": \"string\"\n    },\n    \"contact_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"stage_id\": \"string\",\n    \"stage_assignment_time\": \"2012-02-21T08:57:20.791Z\",\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\": \"1952-04-08T08:09:01.954Z\",\n    \"closed_time\": \"1954-11-25T05:20:33.680Z\",\n    \"custom_fields\": {\n      \"key_0\": \"string\",\n      \"key_1\": false,\n      \"key_2\": 9582\n    }\n  },\n  {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"value\": {\n      \"amount\": 1712.4453421131159,\n      \"currency\": \"string\"\n    },\n    \"contact_ids\": [\n      \"string\",\n      \"string\"\n    ],\n    \"stage_id\": \"string\",\n    \"stage_assignment_time\": \"1989-10-29T18:57:12.818Z\",\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\": \"2025-05-06T12:58:42.419Z\",\n    \"closed_time\": \"1958-10-17T08:59:47.022Z\",\n    \"custom_fields\": {\n      \"key_0\": 8267,\n      \"key_1\": \"string\"\n    }\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d9ab4ddb-0204-4c49-80d5-02ae11acf1e4",
          "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": "c6f10d98-c78e-4c11-a4b3-3415285ae944",
              "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": "48da4c7d-068d-453a-b93c-2e6598dd3e28",
          "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": "64a49366-7212-4e44-acf3-869aefdf380a",
              "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\": 2819.84238721495,\n        \"currency\": \"string\"\n      },\n      \"contact_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"stage_id\": \"string\",\n      \"stage_assignment_time\": \"1948-09-28T02:52:08.270Z\",\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\": \"1963-03-17T02:51:26.469Z\",\n      \"closed_time\": \"1955-10-04T05:05:09.411Z\",\n      \"custom_fields\": {\n        \"key_0\": \"string\"\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"value\": {\n        \"amount\": 783.0506273113102,\n        \"currency\": \"string\"\n      },\n      \"contact_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"stage_id\": \"string\",\n      \"stage_assignment_time\": \"1994-12-16T20:32:35.707Z\",\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\": \"1999-05-13T15:33:07.227Z\",\n      \"closed_time\": \"1974-10-04T15:19:29.030Z\",\n      \"custom_fields\": {\n        \"key_0\": \"string\",\n        \"key_1\": true,\n        \"key_2\": 7020\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2a882704-9387-4d91-bb71-a066d502eb6f",
          "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": "4e15f96a-3b65-4700-8bc7-b725f9e3410e",
              "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\": \"2005-03-11T21:59:17.753Z\",\n      \"modified_time\": \"2004-11-11T00:37:58.813Z\",\n      \"create_success\": true,\n      \"error_message\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"body\": \"string\",\n      \"deal_id\": \"string\",\n      \"created_by\": \"string\",\n      \"created_time\": \"1991-02-05T06:08:03.277Z\",\n      \"modified_time\": \"1984-02-14T12:20:08.318Z\",\n      \"create_success\": true,\n      \"error_message\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4b84a15d-c824-4ad2-8b13-df434c77f0f0",
          "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": "6d960ceb-b9c0-4819-8a85-b33df0cf85e4",
              "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\": \"1997-04-24T12:00:49.535Z\",\n  \"modified_time\": \"2004-01-06T07:29:15.871Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "215cee3d-1970-4541-9e5f-ca4458b619b2",
          "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": "b0cc5043-afb2-4485-87c1-fb29a1768bf6",
              "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": "46f17ecc-a315-4240-8f70-edac75a2eb2d",
          "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": "5f74be83-7977-4975-b2ec-27f2b3226a05",
              "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\": \"1997-04-24T12:00:49.535Z\",\n  \"modified_time\": \"2004-01-06T07:29:15.871Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d533dcd7-3e41-470a-a008-91dbaec031ca",
          "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\": 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\": 6185.193112845038,\n        \"currency\": \"string\"\n      },\n      \"owner_id\": \"string\",\n      \"estimated_close_time\": \"2015-10-07T07:09:25.505Z\",\n      \"custom_fields\": {\n        \"key_0\": false\n      }\n    },\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\": 429.6269907690875,\n        \"currency\": \"string\"\n      },\n      \"owner_id\": \"string\",\n      \"estimated_close_time\": \"1952-06-27T06:17:29.021Z\",\n      \"custom_fields\": {\n        \"key_0\": 1855.4811146583838,\n        \"key_1\": 5618.202349612131\n      }\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ece87237-dda3-4c68-9a02-812cc00a8865",
              "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\": 3770.647111040344,\n        \"currency\": \"string\"\n      },\n      \"owner_id\": \"string\",\n      \"estimated_close_time\": \"2021-02-19T10:38:27.084Z\",\n      \"custom_fields\": {\n        \"key_0\": false\n      }\n    },\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\": 6566.0736219359505,\n        \"currency\": \"string\"\n      },\n      \"owner_id\": \"string\",\n      \"estimated_close_time\": \"2005-05-07T22:21:23.435Z\",\n      \"custom_fields\": {\n        \"key_0\": \"string\",\n        \"key_1\": 7088\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    \"key_2\": {\n      \"deal_id\": \"string\",\n      \"create_success\": false,\n      \"error_message\": \"string\"\n    },\n    \"key_3\": {\n      \"deal_id\": \"string\",\n      \"create_success\": true,\n      \"error_message\": \"string\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fd7f943a-380a-4b82-87a8-8dde44f10582",
          "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": "e1a9a37d-e6ff-4bfe-b9ea-60736dab364f",
              "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": "50d1dd0b-4dff-4c9c-a287-c32adfa5397d",
          "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": "b15bb6c5-3190-4c91-aed6-645effab09e9",
              "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\": 1626.7664276420612,\n    \"currency\": \"string\"\n  },\n  \"contact_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"stage_id\": \"string\",\n  \"stage_assignment_time\": \"1979-04-03T04:23:22.309Z\",\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\": \"1962-04-23T10:35:57.449Z\",\n  \"closed_time\": \"2018-06-12T02:12:29.069Z\",\n  \"custom_fields\": {\n    \"key_0\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0f495dde-4c29-479b-a295-4d13e0de7be9",
          "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": "03b38682-9f27-4937-9fca-edc63b2888fd",
              "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": "92f015ad-fcea-4899-a7a5-12fb6b26e362",
          "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\": 2794.1702885396257,\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\": \"s\",\n  \"next_deal_id\": \"string\",\n  \"estimated_close_date\": \"1986-10-06T10:58:08.586Z\",\n  \"closed_date\": \"1946-12-10T06:12:31.047Z\",\n  \"custom_fields\": {\n    \"key_0\": 3556.1573380084833\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "3689642d-2c91-4a01-a545-894e6c572400",
              "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\": 9632.44958155747,\n  \"currency_code\": \"string\",\n  \"contacts\": [\n    {\n      \"primary_contact\": true,\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\": \"2026-07-15T03:13:10.840Z\",\n  \"closed_date\": \"2016-10-27T01:27:13.642Z\",\n  \"custom_fields\": {\n    \"key_0\": \"string\",\n    \"key_1\": false,\n    \"key_2\": 1195.9653837869967\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\": 1626.7664276420612,\n    \"currency\": \"string\"\n  },\n  \"contact_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"stage_id\": \"string\",\n  \"stage_assignment_time\": \"1979-04-03T04:23:22.309Z\",\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\": \"1962-04-23T10:35:57.449Z\",\n  \"closed_time\": \"2018-06-12T02:12:29.069Z\",\n  \"custom_fields\": {\n    \"key_0\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5cbf60aa-2e56-4346-ace0-aa53a520890c",
          "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\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": false\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "266b13a4-b277-4eb8-9818-74a048adcd7c",
              "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\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": false\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": "7ad0622b-3a8b-440a-ade4-cf583ea5980d",
          "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": "0c8ebd8f-26ab-4821-8433-b3dfa28849c8",
              "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\": \"1969-11-27T03:16:37.584Z\",\n      \"modified_time\": \"1985-11-01T16:49:32.327Z\"\n    },\n    {\n      \"id\": \"string\",\n      \"deal_id\": \"string\",\n      \"body\": \"string\",\n      \"created_by\": \"string\",\n      \"created_time\": \"2002-03-17T22:42:37.588Z\",\n      \"modified_time\": \"2008-10-16T01:18:51.062Z\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b911e6d6-246f-4341-a8a7-f6e52b50f209",
          "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": "1c1573bf-d5b5-4490-a35c-89be419e0f21",
              "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\": \"1997-04-24T12:00:49.535Z\",\n  \"modified_time\": \"2004-01-06T07:29:15.871Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3d20aec5-b7ae-401d-b6fb-20e0c871ca92",
          "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": "10a09290-8435-47a7-b4d6-d70c82a29bb8",
              "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": "7434",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a90c155d-44bb-4186-b82d-150cc5620c98",
          "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": "86fe32ad-0400-4050-8eda-1aec399e724d",
              "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": "322ba3cf-21a3-4a38-ac1d-fb32a1bbd8dd",
      "name": "Display Forms",
      "description": {
        "content": "Display Forms endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "21bec040-04e1-4720-bb3a-4d156683f902",
          "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": "543d1c0d-8c6e-413b-beef-8db2430255a8",
              "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\": 2265,\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\": \"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    },\n    {\n      \"id\": \"string\",\n      \"sort_order\": 2949,\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}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "06aaabc0-cddd-41ed-b94b-b71e0f671129",
          "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\": 664,\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\": 840,\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\": 1694,\n      \"description\": \"string\"\n    },\n    {\n      \"properties\": [\n        {\n          \"source\": \"SYSTEM\",\n          \"sort_order\": 2798,\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\": 9779,\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\": 6182,\n      \"description\": \"string\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "efde4e15-5de4-49df-b144-44f204cf18ac",
              "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\": 3024,\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\": 3053,\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\": 6124,\n      \"description\": \"string\"\n    },\n    {\n      \"properties\": [\n        {\n          \"source\": \"SYSTEM\",\n          \"sort_order\": 7380,\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\": 2241,\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\": 188,\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\": 5066,\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\": \"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    },\n    {\n      \"id\": \"string\",\n      \"sort_order\": 9740,\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": "d9442cb2-2d0a-4d95-92ad-a545f052878d",
      "name": "Pipelines",
      "description": {
        "content": "Pipelines endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "697d9c73-63b6-4eb4-907c-d8b10cf3cf9a",
          "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": "cc120634-5c21-4415-bc6d-aaf67b1857f1",
              "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": "2f6e01ab-4a22-4fd0-87c9-907f131e72ba",
          "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": "e0a488f4-ac6e-404b-b8a7-ed9095890bee",
              "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": "1f1eff6d-2bb7-4cc6-87b5-26df4631f2e2",
          "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": "949de2ed-87ab-4667-881e-f082b76f43df",
              "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\": \"556134\",\n      \"stat_total_deal_count\": 7379,\n      \"stat_new_deal_count\": 8484\n    },\n    {\n      \"pipeline_name\": \"string\",\n      \"pipeline_id\": \"2033962420\",\n      \"stat_total_deal_count\": 2680,\n      \"stat_new_deal_count\": 1356\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "25c2b8a9-2fb5-4c5a-8229-4bf1efa233b7",
          "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": "84ebaf03-5f9b-4a86-8c5a-c52b489c19cf",
              "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": "a0644dda-4d7e-4efe-a3ae-48dd732426cd",
          "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": "false",
                  "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": "96513bc0-9017-49be-b361-5732030c066b",
              "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": "false"
                    }
                  ],
                  "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": "ae88160a-1617-423c-8835-8868e5f391e9",
          "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": "314d5b48-4b08-429d-8ac4-1fa180317b95",
              "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": "c3fc1210-509d-4bed-a6e8-a5b78b5ae127",
          "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\": \"CONTAINS\",\n      \"value\": \"string\"\n    },\n    {\n      \"key\": \"string\",\n      \"operator\": \"NOT_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"
                }
              }
            }
          },
          "response": [
            {
              "id": "e3013c61-b6d8-4d2d-966c-0ea811f33205",
              "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\": \"LESS_THAN_OR_EQUAL\",\n      \"value\": \"string\"\n    },\n    {\n      \"key\": \"string\",\n      \"operator\": \"NOT_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": "bd9088c6-daac-45b9-892d-eb2ea02260ad",
          "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": "902842b5-9d1b-4cfa-a657-0697463f9eeb",
              "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\": 2985.633507270249,\n        \"currency\": \"string\"\n      },\n      \"stage_id\": \"string\",\n      \"stage_name\": \"string\",\n      \"stage_assignment_time\": \"2000-10-29T10:06:07.167Z\",\n      \"close_time\": \"1956-08-27T11:16:38.201Z\",\n      \"estimated_close_time\": \"1980-05-07T15:06:53.529Z\",\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\": \"WON\",\n      \"order\": \"string\"\n    },\n    {\n      \"name\": \"string\",\n      \"id\": \"string\",\n      \"value\": {\n        \"amount\": 4026.2733720306287,\n        \"currency\": \"string\"\n      },\n      \"stage_id\": \"string\",\n      \"stage_name\": \"string\",\n      \"stage_assignment_time\": \"1983-11-09T09:19:50.343Z\",\n      \"close_time\": \"1957-06-17T22:42:54.389Z\",\n      \"estimated_close_time\": \"1963-02-04T01:18:28.089Z\",\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\": \"WON\",\n      \"order\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b6a1692b-ba40-42b8-b312-ece82f17cd54",
          "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": "3f7e9daf-aa7e-4e8e-81fb-6449a01cf850",
              "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\": \"WON\",\n      \"label\": \"string\"\n    },\n    {\n      \"value\": \"LOST\",\n      \"label\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d8c49e19-d46a-4757-82f6-ee69082ae86c",
          "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\": \"LOST\",\n      \"label\": \"string\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "49632ff2-ed5d-4929-b3f2-332e97d962b5",
              "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\": \"WON\",\n      \"label\": \"string\"\n    },\n    {\n      \"value\": \"ACTIVE\",\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\": \"ACTIVE\",\n      \"label\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "df8f444d-d9b3-4c5b-85a9-23eda7a5d9c0",
          "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": "fad9faef-d76a-4329-b6ab-fe65385f8361",
              "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": "13e40207-3d27-4f94-b20e-0dc11739b0c3",
          "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"
                },
                {
                  "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": "165e6ea7-56ff-4aa2-9a98-6ac5d0bb80a7",
              "name": "a Mono emitting the count of deals",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "pipelines",
                    "{{id}}:dealsCount"
                  ],
                  "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": "7434",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "d640de93-5dfc-4756-b7a6-70c92491ffbf",
      "name": "Stages",
      "description": {
        "content": "Stages endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "dd4ff41b-da81-40c9-b725-f5645f8c8060",
          "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": "32040e73-1c12-4343-8ae6-c8eb7c8dc1e7",
              "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": "abdff929-6ee9-4d59-ad4d-c77c607d8cb9",
          "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": "1d7ba342-1374-4591-90a0-f1aec19f83d4",
              "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": "bef16c25-b1ca-49c0-87f3-3118755ff844",
          "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": "0873f933-6fee-46f4-9f4d-01328be7787a",
              "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": "8d22d108-2ca6-4817-aaa9-f55677ba4121",
          "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": "b054c078-4e50-4002-9c45-3f5ed0e42517",
              "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": "a5890a89-a384-4e47-98dd-1014f499af89",
          "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": "592c857f-1ca9-45b2-bafd-bddef9435811",
              "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": "fcd26fda-772e-48aa-bbaf-7db1740d2323",
          "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": "7d54fbeb-9618-425e-b2f6-f35b71d9f614",
              "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": "7434",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dbe93e8a-bcaf-42c6-bfbc-647a630ce0da",
          "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": "bc1a8e8a-4973-49d2-9513-28183f74b978",
              "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\": 3749.286446539799,\n        \"currency\": \"string\"\n      },\n      \"contact_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"stage_id\": \"string\",\n      \"stage_assignment_time\": \"1966-11-20T22:28:41.743Z\",\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\": \"1996-01-31T05:50:22.364Z\",\n      \"closed_time\": \"2008-01-31T11:30:46.324Z\",\n      \"custom_fields\": {\n        \"key_0\": \"string\",\n        \"key_1\": 9997,\n        \"key_2\": 2020,\n        \"key_3\": 2436.37872418063,\n        \"key_4\": false\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"value\": {\n        \"amount\": 2692.865200571679,\n        \"currency\": \"string\"\n      },\n      \"contact_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"stage_id\": \"string\",\n      \"stage_assignment_time\": \"1993-05-23T03:41:47.412Z\",\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-05-13T02:22:00.140Z\",\n      \"closed_time\": \"1977-04-20T12:31:00.696Z\",\n      \"custom_fields\": {\n        \"key_0\": 3657.255503504091,\n        \"key_1\": 8153.035787081657\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "https://api-intg.infusiontest.com/services",
      "key": "baseUrl"
    },
    {
      "disabled": false,
      "description": {
        "content": "(Required) the pipeline identifier",
        "type": "text/plain"
      },
      "type": "any",
      "value": "string",
      "key": "id"
    }
  ],
  "info": {
    "_postman_id": "033ed75d-f92f-42ab-8baa-201296e3cb91",
    "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"
    }
  }
}
