https://api.bitsighttech.com/ratings/v1/companies/infrastructure/requests/summaries
Get a summary of your organization’s company requests.
Example Request
curl -u 'api_token:' 'https://api.bitsighttech.com/ratings/v1/companies/infrastructure/requests/summaries'
Example Response
{ "types":[ […] { "type":"domain" } ], "status":[ […] { "slug":"error", "name":"Error" } ], "attributed_to":[ […] { "name":"Saperix Corporate", "guid":"eed24cfa-c3ea-4467-aefa-89648881e277" } ], "requested_by":[ […] { "name":"Richard Kuga", "guid":"69696969-5454-abba-9a9a-2121212a121a" } ], "reasons":[ […] { "slug":"pub", "name":"Publicly visible systems" } ] }
Response Attributes
Field | Description | ||
---|---|---|---|
typesArray |
Asset types. | ||
Object | An asset. | ||
typeString |
The type of asset. | ||
statusArray |
Statuses of your organization’s company requests. | ||
Object | Status details. | ||
slugString |
The status slug name. | ||
nameString |
The status name. | ||
attributed_toArray |
Companies attributed to the asset. | ||
Object | A company and its details. | ||
nameString |
The name of this company. | ||
guidString [ entity_guid ] |
The unique identifier of this company. | ||
requested_byArray |
The user who requested the company to be added to the Bitsight inventory. | ||
Object | A user and their details. | ||
nameString |
The name of this user. | ||
guidString [ user_guid ] |
The unique identifier of this user. | ||
reasonsArray |
Reasons for the company request. | ||
Object | A reason. | ||
slugString |
The reason slug name. | ||
nameString |
The reason. |
August 17, 2023: Published.
Feedback
0 comments
Please sign in to leave a comment.