https://api.bitsighttech.com/ratings/v1/companies/company_guid/tags
Retrieve infrastructure tags assigned to a company.
Parameters
* Required.
See query parameters for details on the following parameters:
-
limit(Default:10, Max:100) offset
- company_guid
-
* Required.
[Path] Identify the company to retrieve tags from.
Value: [String] Company unique identifier [
entity_guid] . See GET: Portfolio Details.
Example Request
https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/tags -u api_token:
Example Response
{
"links": {
"next": "https://api.bitsighttech.com/ratings/v1/companies/company_guid/tags?limit=10&offset=20",
"previous": "https://api.bitsighttech.com/ratings/v1/companies/company_guid/tags?limit=10&offset=0"
},
"count": 22,
"results": [
[…]
{
"is_public": false,
"guid": "f7e6d5c4-3b2a-1f0e-9d8c-7b6a5d4c3b2a",
"name": "ExampleTag"
}
]
}Response Attributes
| Field | Description | ||
|---|---|---|---|
linksObject |
Navigation for multiple pages of company tag results. | ||
nextString |
The URL to navigate to the next page of results. | ||
previousString |
The URL to navigate to the previous page of results. | ||
countInteger |
The number of tags returned for the company. | ||
resultsArray |
Details from the returned tags. | ||
| Object | A tag and its details. | ||
is_publicBoolean |
The tag’s visibility. Value: |
||
guidString [ tag_guid] |
The tag’s unique identifier. | ||
nameString |
The tag name. | ||
- June 26, 2025: Published.
Feedback
0 comments
Please sign in to leave a comment.