Technologies Dataset

Get a single Technology by ID or fuzzy name

Returns a single Technology.

get/technologies/{id_or_fuzzy_name}

Path parameters

id_or_fuzzy_namestring required

Technology's ID or fuzzy name.

Response

Request was successfully processed.

dataTechnology[] required— unresolved $ref
includedCompanyLite[] required— unresolved $ref

Contains objects referenced in property relationships.

Example response

{
  "data": [
    {
      "id": "70392f20-b531-53cc-afa6-26416c0d582d",
      "type": "technology",
      "attributes": {
        "name": "Salesforce",
        "description": "Salesforce is a cloud-based CRM platform that helps businesses manage customer interactions, sales, and marketing campaigns. It offers applications for sales, service, marketing, and analytics, enhancing operational efficiency and customer engagement. Known for its scalability, customization, and integration capabilities, Salesforce enables organizations to streamline processes and improve overall performance.",
        "categories": [
          "customer_relationship_management"
        ],
        "parent_categories": [
          "sales"
        ],
        "domain": "salesforce.com",
        "url": "https://www.salesforce.com",
        "pricing_data": {
          "min_usd": 300,
          "max_usd": 1000000,
          "average_spend": 250000,
          "interval": "yearly",
          "tags": [
            "low",
            "mid",
            "high",
            "enterprise",
            "b2b",
            "recurring",
            "saas"
          ]
        },
        "created_at": "2017-08-24T22:36:09Z"
      },
      "relationships": {
        "company": {
          "data": {
            "id": "9b638313-3fe3-5f5e-a19d-42e122cf06f9",
            "type": "company"
          }
        }
      }
    }
  ],
  "included": [
    {
      "id": "9b638313-3fe3-5f5e-a19d-42e122cf06f9",
      "type": "company",
      "attributes": {
        "domain": "salesforce.com",
        "company_name": "Salesforce, Inc.",
        "ticker": "NYSE:CRM"
      }
    }
  ],
  "meta": {
    "schema_version": "3.1",
    "record_state": "active"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.