https://api.bitsighttech.com/ratings/v1/subscriptions/expired
Get your company subscriptions that have expired and then prioritize which companies to resubscribe to.
Parameters
See query parameters for details on the following parameters:
-
limit
(Default: ↻100
) offset
-
q
– Company names. sort
Parameter | Values |
---|---|
include_active_subscriptions [Query] Filter by resubscribed companies. |
[Boolean]
|
Example Request
curl https://api.bitsighttech.com/ratings/v1/subscriptions/expired -u api_token:
Example Response
{ "links":{ "previous":null, "next":"https://api.bitsighttech.com/ratings/v1/subscriptions/expired?limit=100&offset=100" }, "count":1, "results":[ { "guid":"0cc0089f-ad69-4d54-be09-7546c6c5c0fe", "industry":"Legal", "logo":"https://api.bitsighttech.com/ratings/v1/companies/0cc0089f-ad69-4d54-be09-7546c6c5c0fe/logo-image", "name":"Example Corporation", "subscription_type":"Vendor Selection", "subscription_type_key":"vendor-selection", "type":"CURATED", "last_seen_rating":790, "date_expired":"2019-02-22", "has_current_active_subscription":false, "rating_change":"MAJOR" } ] }
Response Attributes
Field | Description | |
---|---|---|
linksObject |
Navigation for multiple pages of expired subscriptions results. See pagination. | |
previousString |
Go to the previous page of the expired subscriptions results. | |
nextString |
Go to the next page of the expired subscriptions results. | |
countInteger |
The number of expired subscriptions. | |
resultsObject |
A list of expired subscriptions. | |
guidString [ entity_guid ] |
The unique identifier of this company. | |
industryString |
The industry of this company. | |
logoString |
The URL where this company’s logo image file is stored. | |
nameString |
The name of this company. | |
subscription_typeString |
The name of the subscription that was used to purchase this organization. | |
subscription_type_keyString |
A slug name for the subscription type. | |
typeString |
The rating types. This can have several comma-separated values. | |
last_seen_ratingInteger |
This company’s security rating when the subscription expired. This value is “null“ if the subscription expired over 1 year ago. | |
date_expiredString [ YYYY‑MM‑DD ] |
The date when the subscription expired. | |
has_current_active_subscriptionBoolean |
true = You've been resubscribed this company and it's currently active in your portfolio. |
|
rating_changeString |
Describes how much the rating positively or negatively changed since this subscription expired. Values: |
- June 25, 2020: Linked to pagination overview.
Feedback
0 comments
Please sign in to leave a comment.