Retrieves a signing group
GET/agreements/:agreement_id/signing_groups/:signing_group_id
Retrieves a single signing group with participants included
Request
Path Parameters
GET /agreements/:agreement_id/signing_groups/:signing_group_id parameter
GET /agreements/:agreement_id/signing_groups/:signing_group_id parameter
Responses
- 200
- 400
GET /agreements/:agreement_id/signing_groups/:signing_group_id Successful response
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- 118cb3b11b8a1f3b6b1e60a89f96a8be9da32a0f
- MOD3
- Array [
- ]
- MOD1
- MOD3
- Array [
- ]
Possible values: [1.0]
The version of the response schema
Possible values: [single]
A single object of the signing_group resource.
Possible values: [signing_group]
Data contains the signing_group resource.
data objectrequired
The resource data.
The unique identifier of the signing group
Possible values: [signing_group]
The name of the signing group
Possible values: [draft, pending, fulfilled]
The status of the signing group
Possible values: >= 5e-324 and <= 1.7976931348623157e+308
The queue number of the signing group
participants object required
string
Possible values: [1.0]
The version of the response schema
Possible values: [single]
A single object of the signing_group resource.
Possible values: [signing_group]
Data contains the signing_group resource.
data objectrequired
The resource data.
The unique identifier of the signing group
Possible values: [signing_group]
The name of the signing group
Possible values: [draft, pending, fulfilled]
The status of the signing group
Possible values: >= 5e-324 and <= 1.7976931348623157e+308
The queue number of the signing group
participants object required
string
string
The unique identifier of the agreement this signing group belongs to
UTC datetime ISO string
UTC datetime ISO string
string
The unique identifier of the agreement this signing group belongs to
UTC datetime ISO string
UTC datetime ISO string
{
"version": "1.0",
"result_type": "single",
"resource_type": "signing_group",
"data": {
"id": "ch5iardyudutut6twyfexample",
"resource_type": "signing_group",
"name": "Board Members",
"status": "draft",
"order": 1,
"participants": [
"chdh16ordhlddmtwtueexample",
"cjyyl51sftj7akqxa4mexample",
"czhop8zablguspuaupjexample"
],
"agreement": "c3ttry7nql6odq7ly8texample",
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2024-01-01T00:00:00.000Z"
}
}
GET /agreements/:agreement_id/signing_groups/:signing_group_id Error response
- application/json
- Schema
- Example (from schema)
Schema
Possible values: [error]
error objectrequired
Possible values: >= 400 and <= 599
{
"status": "error",
"error": {
"code": 0,
"message": "string",
"request_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}