GET: Infrastructure Tags

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
links
Object
Navigation for multiple pages of company tag results.
 
next
String
The URL to navigate to the next page of results.
previous
String
The URL to navigate to the previous page of results.
count
Integer
The number of tags returned for the company.
results
Array
Details from the returned tags.
  Object A tag and its details.
 
is_public
Boolean

The tag’s visibility.

Value: true = Visible.

guid
String [tag_guid]
The tag’s unique identifier.
name
String
The tag name.
  • June 26, 2025: Published.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.