Create group
POST /v2/document/group
POST
/v2/document/group
Create a new group
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Request Body required
Section titled “Request Body required ”object
name
required
The group name
string
description
The group description
string
status
required
The status of the group
string
INPROGRESS
priority
required
The priority of the group
string
LOW
tags
The Tags
Array<object>
object
id
required
Unique ID for the tag
string
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
name
required
A unique name for your tag
string
Review
description
A description for your tag
string
Groups with this tag need to be reviewed
color
required
A color for your tag
string
Blue
status
A tag status
string
Active
Responses
Section titled “ Responses ”The resource has been successfully created.
object
id
A group Id
string
name
A group name
string
description
A group description
string
organisationId
An organisation Id
string
status
The status of the group
string
INPROGRESS
priority
The priority of the group
string
LOW
tags
A tag array
Array<object>
object
id
required
Unique ID for the tag
string
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
name
required
A unique name for your tag
string
Review
description
A description for your tag
string
Groups with this tag need to be reviewed
color
required
A color for your tag
string
Blue
status
A tag status
string
Active