Skip to main content
GET
List Raw Scorecard Entries

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials. The access token from POST /oauth/token is sent as a bearer token. Request only the scopes you need.

zivio-tenant-id
string
header
required

Your Zivio organisation identifier. The regional API endpoints serve every Zivio organisation, so each request must identify yours.

Query Parameters

page
integer
default:1

Page number for pagination

limit
integer
default:20

Number of results per page (max 100)

Required range: x <= 100
filter[<attribute>]
object

Filterable attributes:

integer (operators: eq, not_eq, in, not_in, gt, gte, lt, lte, between): all_distinct_reviews_count, all_reviews_count, bids_total_count, days_late_total, external_id, id, milestones_completed, milestones_on_budget_count, milestones_on_time_count, milestones_total_count, projects_budgetable_count, projects_completed, projects_in_progress, projects_on_budget_count, projects_on_time_count, projects_won_count, rating_count, recommended_reviews_count, supplier_id, supplier_reviews_count, variation_orders_accepted_count datetime (operators: eq, not_eq, gt, gte, lt, lte, between): created_at, max_ended_at, updated_at money (operators: eq, not_eq, in, not_in, gt, gte, lt, lte, between): invoices_approved, milestones_approved, milestones_committed, milestones_total, projects_budget_total, projects_original_budget_total decimal (operators: eq, not_eq, in, not_in, gt, gte, lt, lte, between): rating, universe_overall_rating_total string (operators: eq, not_eq, in, not_in, like, not_like): ccy, dimension, provider

Note: money values are in minor currency units (e.g. pence for GBP). Use 1000000 for £10,000.00.

Note: like is a case-insensitive substring match — pass the bare term (filter[title][like]=redesign). Do not add % wildcards; they are not needed.

or[group]
object

OR condition groups. Filters within a group are ANDed; groups are ORed.

Syntax: or[group_key][<attribute>]=value or or[group_key][<attribute>][operator]=value

Examples:

  • Simple OR: or[1][state]=draft&or[2][state]=pending
  • Complex: or[1][state]=draft&or[1][budget][gte]=50000&or[2][state]=closed
  • With custom fields: or[1][cf][priority]=high&or[2][state]=pending

Group keys can be any string (1, 2, a, b, etc.) - they just need to be unique.

sort[<attribute>]
object

Sort results by attribute. Direction defaults to ascending.

Syntax: sort[<attribute>]= (ascending) or sort[<attribute>]=desc (descending)

Sortable attributes: all_distinct_reviews_count, all_reviews_count, bids_total_count, ccy, created_at, days_late_total, dimension, external_id, id, invoices_approved, max_ended_at, milestones_approved, milestones_committed, milestones_completed, milestones_on_budget_count, milestones_on_time_count, milestones_total, milestones_total_count, projects_budget_total, projects_budgetable_count, projects_completed, projects_in_progress, projects_on_budget_count, projects_on_time_count, projects_original_budget_total, projects_won_count, provider, rating, rating_count, recommended_reviews_count, supplier_id, supplier_reviews_count, universe_overall_rating_total, updated_at, variation_orders_accepted_count

Examples:

  • Ascending: sort[created_at]= or sort[created_at]=asc
  • Descending: sort[created_at]=desc

Response

List of raw_scorecard_entries

raw_scorecard_entries
object[]