Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/metrics/criteria-detail.query
criteriaDetail
Variable criteriaDetail
Const
criteriaDetail
:
QueryProcedure
<
{
input
:
{
auditTemplateId
:
string
;
auditTemplateIds
?:
string
[]
;
cursor
?:
number
;
dateRange
:
{
from
:
string
;
to
:
string
}
;
facilityIds
?:
string
[]
;
limit
?:
number
;
offset
?:
number
;
scoreRange
?:
{
max
?:
number
;
min
?:
number
}
;
search
?:
string
;
sortBy
?:
|
"question"
|
"needs_review"
|
"avg_score"
|
"total_reviews"
|
"passed"
;
sortOrder
?:
"asc"
|
"desc"
;
userId
?:
string
;
}
;
meta
:
object
;
output
:
{
items
:
{
audit_question_id
:
string
&
{
__brand
:
"AuditQuestionId"
}
|
null
;
avg_score
:
string
|
null
;
is_scoreable
:
boolean
;
needs_review
:
string
;
passed
:
string
;
question
:
string
|
null
;
total_reviews
:
string
;
total_rows
:
string
;
}
[]
;
nextCursor
:
number
|
null
;
providers
:
{
provider_name
:
string
;
provider_user_id
:
UserId
}
[]
;
total
:
number
;
}
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...