issues

List All Issues

Return all issues across all companies for overview page. entity_type scopes the list to the active view mode's relationships (e.g. only partners/prospects in Fintech Partners).

get/issues/all

Query parameters

entity_typeEntityType[] nullable

Response

Successful Response

issue_idstring uuid required
short_textstring required
descriptionstring nullable
severity'low' | 'medium' | 'high' required
createdstring date-time required
resolvedstring date-time nullable required
due_datestring date nullable
review_idstring uuid nullable
company_idstring uuid required
vendor_idstring uuid required
vendor_namestring required
due_bucket'overdue' | 'upcoming' | 'open' | 'resolved' required

Where an issue sits against its due date.

Buckets are exclusive and cover every issue: a resolved issue is RESOLVED whatever its due date, and an unresolved one is OVERDUE (due before today), UPCOMING (due within UPCOMING_ISSUE_WINDOW_DAYS), or OPEN — which is both "no due date set" and "due further out than the window".

Changes

No recorded changes to this endpoint across all 1 revision of this API.