Publication Date – April 29, 2022
https://api.bitsighttech.com/ratings/v1/peer-analytics/peer-groups
Get peer group configuration details.
Example Request
curl https://api.bitsighttech.com/ratings/v1/peer-analytics/peer-groups -u api_token:
Example Response
{ "links":{ "next":null, "previous":null }, "count":1, "results":[ { "guid":"0b52509d-5066-4eb4-9493-df5460b8f143", "name":"Selected", "company":"1b3d260c-9e23-4e19-b3a5-a0bcf67d74d9", "industries":[ "mediaentertainment" ], "sub_industries":[ ], "employee_size":"similar", "service_size":"any", "rating_gte":460, "rating_lte":730 } ] }
Response Attributes
Field | Description | ||
---|---|---|---|
linksObject |
Navigation for multiple pages of results. See pagination. | ||
nextString |
The URL for navigating to the next page of the results. | ||
previousString |
The URL for navigating to the previous page of the results. | ||
countString |
The number of results. | ||
resultsArray |
Peer group configuration details. | ||
Object | A peer group. | ||
guidString [ peers_guid ] |
The unique identifier of this peer group. | ||
nameString |
The name of the peer group. | ||
companyString [ entity_guid ] |
The unique identifier of the entity selected for comparison. | ||
industriesArray |
Industries in the peer group. | ||
sub_industriesArray |
Sub-industries in the peer group. | ||
employee_sizeString |
The employee size for the peer group.
|
||
service_sizeString |
The service size for the peer group.
|
||
rating_gteInteger |
The lowest rating within the peer group. | ||
rating_lteInteger |
The highest rating within the peer group. |
Status Codes
Code | Description |
---|---|
200 – Okay |
Everything worked as expected. |
401 – Unauthorized |
No valid API token was provided. |
403 – Permission Denied |
You do not have permission to access this resource. |
404 – Not Found |
The specified resource does not exist. |