https://api.bitsighttech.com/ratings/v1/access-requests/counts
Get a summary of invitations to collaborate via the Client/Vendor Access Program sent by your organization.
Parameters
Parameter | Description | Values |
---|---|---|
company_guidQuery |
Filter by the specified recipient company. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
context.risk_vectors.risk_vector.slugQuery |
Filter by contextual risk vectors. | [Array] Comma-separated risk vector slug names. See risk types. |
end_dateQuery |
Filter invitations sent prior to the specified date. |
[String] YYYY-MM-DD
|
exclude_requesteridQuery |
Exclude invitations from the specified sender. |
[String] User unique identifier [user_guid ]. See GET: Users. |
folder_guidQuery |
Filter by recipients in the specified folder. |
[String] Folder unique identifier [folder_guid ]. See GET: Folder Details. |
groupQuery |
Filter by senders in an Access Control Group. |
[String] Group unique identifier [group_guid ]. See GET: Access Control Groups. |
group_byQuery |
Group the summary by the specified recipient company. | [String] Company name. |
reasonQuery |
Filter by collaboration reason. | [Array] Comma-separated collaboration reasons. |
requesteridQuery |
Filter by the specified sender. |
[String] User unique identifier [user_guid ]. See GET: Users. |
start_dateQuery |
Filter invitations sent on and after the specified date. |
[String] YYYY-MM-DD
|
statusQuery |
Filter by collaboration status. | [Array] Comma-separated collaboration status. |
tier_guidQuery |
Filter by recipients in the specified tier. |
[String] Tier unique identifier [tier_guid ]. See GET: Tiers. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/access-requests/counts -u api_token:
Example Response
{ "total":334, "company_count":98, "status":{ "Inactive":0, "Active":77, "Pending":8, "Never":186, "Resolved":59 }, "invited_eva_portfolio_companies":29, "eligible_eva_portfolio_companies":5469 }
Response Attributes
Field | Description | |
---|---|---|
totalInteger |
The number of sent invitations. | |
company_countInteger |
The number of unique recipient companies. | |
statusObject |
Collaboration status summary. | |
InactiveInteger |
This value is always 0 (zero). |
|
ActiveInteger |
The number of recipients who accepted the invitation to collaborate and have access to the Bitsight platform. | |
PendingInteger |
The number of recipients that have not accepted the invitation to collaborate. | |
NeverInteger |
The number of recipients that never accepted the invitation. The invitation was sent more than 14 days ago and was never accepted. The activation link is now invalid. | |
ResolvedInteger |
The number of resolved collaborations. | |
invited_eva_portfolio_companiesInteger |
The number of companies in your portfolio that have been invited to collaborate. | |
eligible_eva_portfolio_companiesInteger |
The number of companies in your portfolio that have not been invited to collaborate. |
-
June 21, 2021: Added
resolved
count tostatus
field; Theinactive
is now always0
(zero). - March 19, 2021: Published.
Feedback
0 comments
Please sign in to leave a comment.