Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/action-items/index
ActionItemQuestion
Type Alias ActionItemQuestion
type
ActionItemQuestion
=
{
assignee_id
:
ProfileId
|
ContactId
|
null
;
assignee_name
:
string
|
null
;
assignee_type
:
"profile"
|
"contact"
|
null
;
audit_template_name
:
string
;
next_step
:
ActionItemNextStep
;
question
:
string
|
null
;
question_id
:
AuditQuestionId
;
response_id
:
AuditResponseId
;
run_created_at
:
string
;
short_form_response
:
string
|
null
;
status
:
string
|
null
;
}
Index
Properties
assignee_
id
assignee_
name
assignee_
type
audit_
template_
name
next_
step
question
question_
id
response_
id
run_
created_
at
short_
form_
response
status
Properties
assignee_
id
assignee_id
:
ProfileId
|
ContactId
|
null
assignee_
name
assignee_name
:
string
|
null
assignee_
type
assignee_type
:
"profile"
|
"contact"
|
null
audit_
template_
name
audit_template_name
:
string
next_
step
next_step
:
ActionItemNextStep
question
question
:
string
|
null
question_
id
question_id
:
AuditQuestionId
response_
id
response_id
:
AuditResponseId
run_
created_
at
run_created_at
:
string
short_
form_
response
short_form_response
:
string
|
null
status
status
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
assignee_
id
assignee_
name
assignee_
type
audit_
template_
name
next_
step
question
question_
id
response_
id
run_
created_
at
short_
form_
response
status
Circle V2 API Docs
Loading...