crm/companies

Retrieve Companies

Retrieve Companies from any connected Crm software

get/crm/companies/{id}

Path parameters

idstring required

id of the company you want to retrieve.

Query parameters

remote_databoolean

Set to true to include data from the original Crm software.

Headers

x-connection-tokenstring required

The connection token

Response

namestring nullable required

The name of the company

industrystring nullable

The industry of the company. Authorized values can be found in the Industry enum.

number_of_employeesnumber nullable

The number of employees of the company

user_idstring nullable

The UUID of the user who owns the company

field_mappingsobject nullable

The custom field mappings of the company between the remote 3rd party & Panora

idstring nullable

The UUID of the company

remote_idstring nullable

The id of the company in the context of the Crm 3rd Party

remote_dataobject nullable

The remote data of the company in the context of the Crm 3rd Party

created_atobject nullable

The created date of the object

modified_atobject nullable

The modified date of the object

Example response

{
  "name": "Acme",
  "industry": "ACCOUNTING",
  "number_of_employees": 10,
  "user_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
  "email_addresses": [
    {
      "email_address": "acme@gmail.com",
      "email_address_type": "WORK"
    }
  ],
  "addresses": [
    {
      "street_1": "5th Avenue",
      "city": "New York",
      "state": "NY",
      "country": "USA",
      "address_type": "WORK"
    }
  ],
  "phone_numbers": [
    {
      "phone_number": "+33660606067",
      "phone_type": "WORK"
    }
  ],
  "field_mappings": {
    "fav_dish": "broccoli",
    "fav_color": "red"
  },
  "id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
  "remote_id": "id_1",
  "remote_data": {
    "fav_dish": "broccoli",
    "fav_color": "red"
  }
}

Changes

Changed in 6 of the 18 revisions of this API.62155160

    • removed the ACCOUNTING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the AIRLINES_AVIATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ALTERNATIVE_DISPUTE_RESOLUTION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ALTERNATIVE_MEDICINE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ANIMATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the APPAREL_FASHION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ARCHITECTURE_PLANNING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ARTS_AND_CRAFTS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the AUTOMOTIVE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the AVIATION_AEROSPACE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the BANKING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the BIOTECHNOLOGY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the BROADCAST_MEDIA enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the BUILDING_MATERIALS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the BUSINESS_SUPPLIES_AND_EQUIPMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CAPITAL_MARKETS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CHEMICALS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CIVIC_SOCIAL_ORGANIZATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CIVIL_ENGINEERING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the COMMERCIAL_REAL_ESTATE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the COMPUTER_GAMES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the COMPUTER_HARDWARE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the COMPUTER_NETWORKING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the COMPUTER_NETWORK_SECURITY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the COMPUTER_SOFTWARE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CONSTRUCTION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CONSUMER_ELECTRONICS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CONSUMER_GOODS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CONSUMER_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the COSMETICS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the DAIRY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the DEFENSE_SPACE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the DESIGN enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the EDUCATION_MANAGEMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ELECTRICAL_ELECTRONIC_MANUFACTURING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ENTERTAINMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ENVIRONMENTAL_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the EVENTS_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the EXECUTIVE_OFFICE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the E_LEARNING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FACILITIES_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FARMING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FINANCIAL_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FINE_ART enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FISHERY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FOOD_BEVERAGES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FOOD_PRODUCTION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FUND_RAISING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FURNITURE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the GAMBLING_CASINOS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the GLASS_CERAMICS_CONCRETE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the GOVERNMENT_ADMINISTRATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the GOVERNMENT_RELATIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the GRAPHIC_DESIGN enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the HEALTH_WELLNESS_AND_FITNESS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the HIGHER_EDUCATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the HOSPITALITY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the HOSPITAL_HEALTH_CARE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the HUMAN_RESOURCES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the IMPORT_AND_EXPORT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INDIVIDUAL_FAMILY_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INDUSTRIAL_AUTOMATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INFORMATION_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INFORMATION_TECHNOLOGY_AND_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INSURANCE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INTERNATIONAL_AFFAIRS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INTERNATIONAL_TRADE_AND_DEVELOPMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INTERNET enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INVESTMENT_BANKING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INVESTMENT_MANAGEMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the JUDICIARY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LAW_ENFORCEMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LAW_PRACTICE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LEGAL_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LEGISLATIVE_OFFICE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LEISURE_TRAVEL_TOURISM enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LIBRARIES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LOGISTICS_AND_SUPPLY_CHAIN enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LUXURY_GOODS_JEWELRY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MACHINERY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MANAGEMENT_CONSULTING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MARITIME enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MARKETING_AND_ADVERTISING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MARKET_RESEARCH enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MECHANICAL_OR_INDUSTRIAL_ENGINEERING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MEDIA_PRODUCTION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MEDICAL_DEVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MEDICAL_PRACTICE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MENTAL_HEALTH_CARE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MILITARY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MINING_METALS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MOBILE enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the MOTION_PICTURES_AND_FILM enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MUSEUMS_AND_INSTITUTIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MUSIC enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the NANOTECHNOLOGY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the NEWSPAPERS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the NON_PROFIT_ORGANIZATION_MANAGEMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the OIL_ENERGY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ONLINE_MEDIA enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the OUTSOURCING_OFFSHORING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PACKAGE_FREIGHT_DELIVERY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PACKAGING_AND_CONTAINERS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PAPER_FOREST_PRODUCTS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PERFORMING_ARTS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PERSONAL enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the PERSONAL enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the PHARMACEUTICALS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PHILANTHROPY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PHOTOGRAPHY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PLASTICS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the POLITICAL_ORGANIZATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PRIMARY_SECONDARY_EDUCATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PRINTING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PROFESSIONAL_TRAINING_COACHING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PROGRAM_DEVELOPMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PUBLIC_POLICY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PUBLIC_RELATIONS_AND_COMMUNICATIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PUBLIC_SAFETY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PUBLISHING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RAILROAD_MANUFACTURE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RANCHING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the REAL_ESTATE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RECREATIONAL_FACILITIES_AND_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RELIGIOUS_INSTITUTIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RENEWABLES_ENVIRONMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RESEARCH enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RESTAURANTS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RETAIL enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the SECURITY_AND_INVESTIGATIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the SEMICONDUCTORS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the SHIPBUILDING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the SPORTING_GOODS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the SPORTS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the STAFFING_AND_RECRUITING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the SUPERMARKETS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the TELECOMMUNICATIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the TEXTILES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the THINK_TANKS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the TOBACCO enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the TRANSLATION_AND_LOCALIZATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the TRANSPORTATION_TRUCKING_RAILROAD enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the UTILITIES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the VENTURE_CAPITAL_PRIVATE_EQUITY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the VETERINARY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the WAREHOUSING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the WHOLESALE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the WINE_AND_SPIRITS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the WIRELESS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the WORK enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the WORK enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the WORK enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the WRITING_AND_EDITING enum value from the response property for the response status

      response-property-enum-value-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new ACCOUNTING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new AIRLINES_AVIATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ALTERNATIVE_DISPUTE_RESOLUTION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ALTERNATIVE_MEDICINE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ANIMATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new APPAREL_FASHION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ARCHITECTURE_PLANNING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ARTS_AND_CRAFTS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new AUTOMOTIVE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new AVIATION_AEROSPACE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new BANKING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new BIOTECHNOLOGY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new BROADCAST_MEDIA enum value to the response property for the response status

      response-property-enum-value-added

    • added the new BUILDING_MATERIALS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new BUSINESS_SUPPLIES_AND_EQUIPMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CAPITAL_MARKETS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CHEMICALS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CIVIC_SOCIAL_ORGANIZATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CIVIL_ENGINEERING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new COMMERCIAL_REAL_ESTATE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new COMPANY enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new COMPUTER_GAMES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new COMPUTER_HARDWARE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new COMPUTER_NETWORKING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new COMPUTER_NETWORK_SECURITY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new COMPUTER_SOFTWARE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CONSTRUCTION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CONSUMER_ELECTRONICS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CONSUMER_GOODS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CONSUMER_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CONTACT enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new COSMETICS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new DAIRY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new DEFENSE_SPACE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new DESIGN enum value to the response property for the response status

      response-property-enum-value-added

    • added the new EDUCATION_MANAGEMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ELECTRICAL_ELECTRONIC_MANUFACTURING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ENTERTAINMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ENVIRONMENTAL_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new EVENTS_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new EXECUTIVE_OFFICE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new E_LEARNING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FACILITIES_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FARMING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FINANCIAL_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FINE_ART enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FISHERY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FOOD_BEVERAGES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FOOD_PRODUCTION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FUND_RAISING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FURNITURE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new GAMBLING_CASINOS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new GLASS_CERAMICS_CONCRETE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new GOVERNMENT_ADMINISTRATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new GOVERNMENT_RELATIONS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new GRAPHIC_DESIGN enum value to the response property for the response status

      response-property-enum-value-added

    • added the new HEALTH_WELLNESS_AND_FITNESS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new HIGHER_EDUCATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new HOSPITALITY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new HOSPITAL_HEALTH_CARE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new HUMAN_RESOURCES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new IMPORT_AND_EXPORT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INDIVIDUAL_FAMILY_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INDUSTRIAL_AUTOMATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INFORMATION_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INFORMATION_TECHNOLOGY_AND_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INSURANCE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INTERNATIONAL_AFFAIRS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INTERNATIONAL_TRADE_AND_DEVELOPMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INTERNET enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INVESTMENT_BANKING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INVESTMENT_MANAGEMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new JUDICIARY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LAW_ENFORCEMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LAW_PRACTICE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LEGAL_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LEGISLATIVE_OFFICE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LEISURE_TRAVEL_TOURISM enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LIBRARIES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LOGISTICS_AND_SUPPLY_CHAIN enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LUXURY_GOODS_JEWELRY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MACHINERY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MANAGEMENT_CONSULTING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MARITIME enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MARKETING_AND_ADVERTISING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MARKET_RESEARCH enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MECHANICAL_OR_INDUSTRIAL_ENGINEERING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MEDIA_PRODUCTION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MEDICAL_DEVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MEDICAL_PRACTICE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MENTAL_HEALTH_CARE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MILITARY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MINING_METALS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MOBILE enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new MOTION_PICTURES_AND_FILM enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MUSEUMS_AND_INSTITUTIONS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MUSIC enum value to the response property for the response status

      response-property-enum-value-added

    • added the new NANOTECHNOLOGY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new NEWSPAPERS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new NON_PROFIT_ORGANIZATION_MANAGEMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new OIL_ENERGY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ONLINE_MEDIA enum value to the response property for the response status

      response-property-enum-value-added

    • added the new OUTSOURCING_OFFSHORING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PACKAGE_FREIGHT_DELIVERY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PACKAGING_AND_CONTAINERS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PAPER_FOREST_PRODUCTS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PERFORMING_ARTS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PERSONAL enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new PERSONAL enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new PHARMACEUTICALS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PHILANTHROPY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PHOTOGRAPHY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PLASTICS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new POLITICAL_ORGANIZATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PRIMARY_SECONDARY_EDUCATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PRINTING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PROFESSIONAL_TRAINING_COACHING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PROGRAM_DEVELOPMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PUBLIC_POLICY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PUBLIC_RELATIONS_AND_COMMUNICATIONS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PUBLIC_SAFETY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PUBLISHING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RAILROAD_MANUFACTURE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RANCHING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new REAL_ESTATE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RECREATIONAL_FACILITIES_AND_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RELIGIOUS_INSTITUTIONS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RENEWABLES_ENVIRONMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RESEARCH enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RESTAURANTS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RETAIL enum value to the response property for the response status

      response-property-enum-value-added

    • added the new SECURITY_AND_INVESTIGATIONS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new SEMICONDUCTORS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new SHIPBUILDING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new SPORTING_GOODS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new SPORTS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new STAFFING_AND_RECRUITING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new SUPERMARKETS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new TELECOMMUNICATIONS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new TEXTILES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new THINK_TANKS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new TOBACCO enum value to the response property for the response status

      response-property-enum-value-added

    • added the new TRANSLATION_AND_LOCALIZATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new TRANSPORTATION_TRUCKING_RAILROAD enum value to the response property for the response status

      response-property-enum-value-added

    • added the new UTILITIES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new VENTURE_CAPITAL_PRIVATE_EQUITY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new VETERINARY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new WAREHOUSING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new WHOLESALE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new WINE_AND_SPIRITS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new WIRELESS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new WORK enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new WORK enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new WORK enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new WRITING_AND_EDITING enum value to the response property for the response status

      response-property-enum-value-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • ca213ae36b7f311See the full diff
    • the response property became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became optional for the status

      response-property-became-optional

    • the response property became optional for the status

      response-property-became-optional

    • the response property became optional for the status

      response-property-became-optional

    • the response property became optional for the status

      response-property-became-optional

    • the endpoint scheme security bearer was removed from the API

      api-security-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security bearer was added to the API

      api-security-added

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became optional for the status

      response-property-became-optional

    • the response property became optional for the status

      response-property-became-optional

    • the response property became optional for the status

      response-property-became-optional

    • the response property became optional for the status

      response-property-became-optional

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security bearer was removed from the API

      api-security-removed