Technologies Dataset
Get all tracked Technologies
Returns a list of all tracked Technologies.
get/technologies
Query parameters
fuzzy_namestring
Filter results based on Technology's fuzzy name.
Order of TechnologiesDatasets.
pageinteger
Page number of shown items. <br> NOTE: If the parameter is not provided, the meta property count will be omitted from response for performance reasons.
limitinteger
Limit the number of shown items per page.
Response
Request was successfully processed.
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.