GET Fetch List of Companies With Industry Models
Description
This API allows you to retrieve a list of companies that have industry models. For each company, the API provides the industry model ID and industry model description.
Request Format
GET https://app.daloopa.com/api/v2/industry-company-models
Example Request
curl --request GET \
--url https://app.daloopa.com/api/v2/industry-company-models \
--header 'Authorization: Basic APIKEY'Response
Status: 200
Output: JSON
Response Schema
| Field Name | Data Type | Description |
|---|---|---|
| company_id | Integer | The unique identifier for the company. |
| isin | String | The International Securities Identification Number (ISIN) of the company. |
| industry_models | Array of Objects | A list of industry models associated with the company. Each model contains: model_id and description. |
industry_models Schema
Each entry in the industry_models array consists of:
| Field Name | Data Type | Description |
|---|---|---|
| model_id | Integer | The unique identifier for the industry model. |
| description | String | A brief description of the industry model |
Updated 22 days ago
