https://api.bitsighttech.com/ratings/v1/peer-analytics/peer-groups
Get peer and benchmark group 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":2, "results":[ […] { "guid":"0c9df0eb-cc80-4bca-8284-df4e9d98ecd9", "name":"Awesome Inc", "description":null, "is_shared":false, "group_type":"peer_comparison", "company":"5e5bcf88-3f72-4b25-a865-4e3d0a278278", "industries":[ "technology" ], "sub_industries":[ ], "employee_size":"any", "service_size":"any", "rating_gte":300, "rating_lte":820, "country_codes":[ ], "selected_companies":[ ], "created_by":{ "guid":"69696969-5454-abba-9a9a-2121212a121a", "name":"Richard Kuga" }, "goal":null, "other_goal":null } ] }
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 [ peer_guid ] |
The unique identifier of this peer group. | |||
nameString |
The name of the peer group. | |||
descriptionString |
A description of the group. | |||
is_sharedBoolean |
true = This is shared with an access control group. |
|||
group_typeString |
The type of 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. | |||
country_codesArray |
Country codes. | |||
selected_companiesArray |
Companies [entity_guid ] in this group. |
|||
created_byObject |
The user who created this group. | |||
guidString [ user_guid ] |
The unique identifier of this user. | |||
nameString |
The name of this user. | |||
goalString |
The purpose of this group.
|
|||
other_goalString |
If the purpose of the group is other ("goal":"other" ), this additional string is available to provide context. |
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. |
- December 6, 2023: Benchmark groups now available.
- April 29, 2022: Published.
Feedback
0 comments
Please sign in to leave a comment.