https://api.bitsighttech.com/ratings/v1/portfolio/monitored-assets/summaries
Get a summary of the critical assets you monitor.
Parameters
See query parameters for details on the following parameters:
*Required.
-
format
(Default: ↻json
)csv
json
xml
-
limit
(Default: ↻100
) -
offset
(Default: ↻100
) q
sort
Parameter | Values | |
---|---|---|
fields [Query] Filter by fields to return in response. |
[String] Comma-separated strings. This endpoint accepts:
|
Example Request
curl https://api.bitsighttech.com/ratings/v1/portfolio/monitored-assets/summaries -u api_token:
Example Response
{ “countries”: [ { “code”: “US”, “name”: “United States”, }, “code”: “ES”, “name”: “Spain”, ... ], “attributed_to”: [ { "guid":"abcd-def-ghi-1234", "name":"A Company" }, { "guid":"def-ghi-1234-abcd", "name":"Different Company" }, ... ], }
Response Attributes
Field | Description | |
---|---|---|
countries Array |
Lists all countries that exist in the customer’s portfolio of monitored assets. | |
code String |
The alpha-2 country code associated with the country. | |
name String |
The country name. | |
attributed_to Array |
Lists all companies to which the monitored assets in your portfolio are attributed. | |
guid String |
The company guid. | |
name String |
The company name. |
- October 1, 2024: Published.
Feedback
0 comments
Please sign in to leave a comment.