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.
Body
Response
Successful Response
Database entity for a protocol group.
Name of the group, unique within the project
ID of the organization that owns this group
ID of the project that owns this group
Unique identifier for the group
Optional note on what relates the protocols in this group
User ID of the user who created this group
When the group was created
When the group was last updated
Number of protocols in this group. Present on list responses, None when the group is fetched on its own.
Email of the user who created this group