Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/audit-runs/get-by-id.query
getById
Variable getById
Const
getById
:
QueryProcedure
<
{
input
:
{
id
:
string
}
;
meta
:
object
;
output
:
{
auditRun
:
{
archived
:
boolean
;
audit_template_id
:
string
&
{
__brand
:
"AuditTemplateId"
}
|
null
;
case_id
:
string
&
{
__brand
:
"CaseId"
}
|
null
;
created_at
:
DbDate
;
created_by
:
string
&
{
__brand
:
"UserId"
}
|
null
;
hidden
:
boolean
;
id
:
AuditRunId
;
status
:
string
|
null
;
summary
:
string
|
null
;
template_name
:
string
|
null
;
trigger
:
string
|
null
;
triggered_at
:
string
|
null
;
}
;
responses
:
LegacyAuditRunResponseViewModel
[]
;
score
:
number
|
null
;
statusCounts
:
AuditRunStatusCounts
;
templateQuestionCount
:
number
;
}
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...