https://api.bitsighttech.com/ratings/v1/company-life-cycles
Get Life Cycle stage details of companies in your portfolio.
Parameters
Parameter | Description | Values |
---|---|---|
company_guidQuery |
Filter by company. | [Array] Comma-separated company unique identifiers [entity_guid ]. See GET: Portfolio Details. |
folderQuery |
Filter by folder. | [String] Folder unique identifier [folder_guid ]. See GET: Folder Details. |
is_completedQuery |
Filter by companies that have completed a life cycle. | [Boolean] true = Include companies that have completed a life cycle. |
life_cycle_typeQuery |
Filter by life cycle stage. | [Array] Comma-separated life cycle stage slug name. |
tierQuery |
Filter by tier. | [String] Tier unique identifiers [tier_guid ]. See GET: Tiers. |
Example Request
curl 'https://api.bitsighttech.com/ratings/v1/company-life-cycles' -u api_token:
Example Response
{ "links":{ "previous":null, "next":null }, "count":55, "results":[ […] { "guid":"55555555-bbbb-5555-bbbb-555555555555", "company":{ "guid":"a5e23bf0-38d4-4cea-aa50-19ee75da481d", "name":"Black Hills Technologies" }, "created_time":"2020-02-02T20:20:20Z", "creator":"arnold@actorsfilms.us", "last_editor":"arnold@actorsfilms.us", "days_in_life_cycle":1, "display_name":"Re-Assessment", "api_name":"re_assessment", "completed_time":"2020-03-03T20:20:20Z", "is_completed":true "all_activities_completed":false, "activities":[ { "name":"Review Onboarding Risk Summary", "slug":"review_risk_summary", "description":"Review with business stakeholders to understand potential risks.", "is_completed":false } ] } ] }
Response Attributes
Field | Description | ||||
---|---|---|---|---|---|
linksObject |
Navigation for multiple pages of results. See pagination. | ||||
nextString |
The URL to the next page of the results. | ||||
previousString |
The URL to the previous page of the results. | ||||
countInteger |
The number of results. | ||||
resultsArray |
Life cycle stage details. | ||||
Object | A company's life cycle details. | ||||
guidString [ stage_guid ] |
The unique identifier of this stage. | ||||
companyObject |
Company details. | ||||
guidString [ entity_guid ] |
The unique identifier of the company in this stage. | ||||
nameString |
The name of the company in this stage. | ||||
created_timeString [ YYYY‑MM‑DDTHH:MM:SSZ ] |
The date and time when the company was assigned to this stage. | ||||
creatorString |
The email address of the user who assigned the company to a stage. | ||||
last_editorString |
The email address of the user who last edited the stage of this company. | ||||
days_in_life_cycleInteger |
The number of consecutive days the company has been assigned to this stage. | ||||
display_nameString |
The name of this stage. | ||||
api_nameString |
The slug name of this stage. | ||||
completed_timeString [ YYYY‑MM‑DDTHH:MM:SSZ ] |
The date and time when this stage was marked as completed. | ||||
is_completedBoolean |
true = This stage is completed. |
||||
all_activities_completedBoolean |
true = All activities within this stage have been completed by the company. |
||||
activitiesArray |
Activity details. | ||||
Object | An activity. | ||||
nameString |
The name of this activity. | ||||
slugString |
The slug name of this activity. | ||||
descriptionString |
A description of this activity. | ||||
is_completedBoolean |
true = This activity has been completed. |
- March 25, 2021:
all_activities_completed
andactivities
fields. - May 27, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.