Evaluation Groups

EvaluationGroupsResource

Methods

create() ->
post/v5/evaluation-groups

Create a new evaluation group

list() -> SyncCursorPage[]
get/v5/evaluation-groups

List all evaluation groups for the current account

retrieve(, ) ->
get/v5/evaluation-groups/{group_id}

Get a single evaluation group by ID

update(, ) ->
patch/v5/evaluation-groups/{group_id}

Partial update of evaluation group attributes (name, description, tags, metadata). Members cannot be modified via PATCH.

replace(, ) ->
put/v5/evaluation-groups/{group_id}

Full update of evaluation group. All fields are replaced with provided values. Omitted optional fields are cleared.

delete() ->
delete/v5/evaluation-groups/{group_id}

Soft-delete an evaluation group and cascade to members, row identifiers, and charts

Domain types

class EvaluationGroup: ...

Response model for evaluation group