Get DORA report grouped by rating bucket.
GET
/v1/review_requests/{org_uuid}/reports/dora/rating
Get DORA report for rating buckets.
Ratings are: Elite, High, Medium and Low
Authorizations
apiKey
API key as username in Basic Authorization with
empty password.
TypeAPI Key (header: Authorization)
or
jwtToken
TypeHTTP (bearer)
Parameters
Path Parameters
org_uuid*
UUID of the organization
Typestring
Requiredformat
"uuid"Query Parameters
timezone
The time zone defined by IANA.
Typestring
Example
"Europe/Berlin"from
Only entities that has a timestamp from this date including
the date.
Typestring
Example
"2024-04-11"format
"date"to
Only entities that has a date up to this date including
the date.
Typestring
Example
"2024-04-11"format
"date"Responses
OK
application/json
JSON
{
"lead_time_for_change_elite_total": 23232,
"lead_time_for_change_high_total": 2,
"lead_time_for_change_medium_total": 22,
"lead_time_for_change_low_total": 23,
"time_to_restore_elite_total": 2323,
"time_to_restore_high_total": 2,
"time_to_restore_medium_total": 2,
"time_to_restore_low_total": 2
}