Part3 Developers

Explorer values

GET /admin/explorer/values

Get distinct values for a string field — autocomplete for filter dropdowns. Supports entity-level fields and relation sub-fields. Cross-entity fields like consultantName (document review section disciplines) and organizationType resolve to the underlying joined table.

GET
/admin/explorer/values
AuthorizationBearer <token>

In: header

Query Parameters

entity*string

Entity to query values from

Value in"projects" | "documents" | "organizations" | "users"
field*string

Field key to retrieve distinct values for (must be a string-typed field)

relation?string

Optional relation name for sub-field value lookups (e.g. relation=contacts&field=role)

Response Body

curl -X GET "https://api.part3.io/v1/admin/explorer/values?entity=projects&field=string"
Empty