Benchmark

Queries all participants within a benchmark.

get/benchmark/{benchmarkId}/participants

Path parameters

benchmarkIdstring required

The id of the benchmark whose participants will be returned.

Query parameters

pageinteger

The 1-based page index.

page_sizeinteger

The number of items per page.

sortstring[]

Sort fields. Prefix with - for descending order (e.g. -created_at).

eqstring
neqstring
gtstring
gtestring
ltstring
ltestring
containsstring
starts_withstring
ends_withstring
instring[]
not_containsstring

Filter by id.

eqstring
neqstring
gtstring
gtestring
ltstring
ltestring
containsstring
starts_withstring
ends_withstring
instring[]
not_containsstring

Filter by name.

eqstring
neqstring
gtstring
gtestring
ltstring
ltestring
containsstring
starts_withstring
ends_withstring
instring[]
not_containsstring

Filter by status.

logic'and' | 'or'

How to combine the field filters: "and" (default) requires every filter to match, "or" requires any of them to match.

Response

OK

totalinteger required
pageinteger required
pageSizeinteger required
totalPagesinteger

Changes

Changed in 1 of the 5 revisions of this API.31

  • d779de93a5ee31See the full diff
    • the response property items/items/licenseType became nullable for the status 200

      response-property-became-nullable

    • added ModelLicenseType to the items/items/licenseType response property oneOf list for the response status 200

      response-property-one-of-added

    • the items/items/licenseType response's property type/format changed from / to string/ for status 200

      response-property-type-changed

    • removed ModelLicenseType from the items/items/licenseType response property allOf list for the response status 200

      response-property-all-of-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog