https://api.bitsighttech.com/ratings/v1/company-life-cycle-types
Get descriptions of all life cycle stages.
Example Request
curl 'https://api.bitsighttech.com/ratings/v1/company-life-cycle-types' -u api_token:
Example Response
{ "links":{ "previous":null, "next":null }, "count":3, "results":[ { "api_name":"onboarding", "display_name":"Onboarding", "description":"Due diligence process for establishing a new Third Party.", "activities":[ { "slug":"adjust_alert_settings", "name":"Configure Alerts" "description":"Create an alert response process for future monitoring.", } ], "average_duration":90, "next_life_cycle_name":"monitoring" } ] }
Response Attributes
Field | Description | ||
---|---|---|---|
linksObject |
Navigation for paginated results. | ||
previousString |
The URL to navigate to the previous page of the results. | ||
nextString |
The URL to navigate to the next page of the results. | ||
countInteger |
The number of results. | ||
resultsArray |
Life cycle stage details. | ||
api_nameString |
The slug name of this stage. | ||
display_nameString |
The name of this stage. | ||
descriptionString |
Details of this stage. | ||
activitiesArray |
Recommended stage actions. | ||
slugString |
The slug name of this action. | ||
nameString |
A summary of this action. | ||
descriptionString |
Details of this action. | ||
average_durationInteger [ days ] |
The average duration companies in your portfolio are in this life cycle stage. | ||
next_life_cycle_nameString |
The slug name of the next stage. |
- March 23, 2021: Added
average_duration
field. - June 25, 2020: Linked to Pagination overview.
- May 27, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.