protocol_groups

Create Protocol Group

Create a protocol group in a project.

Parameters

body : CreateProtocolGroupBody Group creation data.

Returns

ProtocolGroup The created group.

Raises

ConflictError If the project already has a group with this name (case-insensitive). AppError If the insert returns no row.

post/protocol_groups

Request body

namestring required

Name of the group, unique within the project

descriptionstring nullable

Optional description

project_idstring required

Project that will own the group

Response

Successful Response

idstring nullable

Unique identifier for the group

namestring required

Name of the group, unique within the project

descriptionstring nullable

Optional note on what relates the protocols in this group

organization_idstring required

ID of the organization that owns this group

project_idstring required

ID of the project that owns this group

created_bystring nullable

User ID of the user who created this group

created_atstring nullable

When the group was created

updated_atstring nullable

When the group was last updated

protocol_countinteger nullable

Number of protocols in this group. Present on list responses, None when the group is fetched on its own.

created_by_emailstring nullable

Email of the user who created this group

Changes

No recorded changes to this endpoint across all 1 revision of this API.