committees
Operations addressed under /committees — 7 operations.
create-committee
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_COMMITTEE_1 | 400 | COMMITTEE_NAME_CANNOT_BE_NULL_OR_EMPTY | Committee name cannot be null or empty. |
ERR_COMMITTEE_2 | 400 | COMMITTEE_NAME_ALREADY_EXISTS | Committee name already exists. |
create-committee › Request Body
committeeNamemaxAuthorizationLimitAmountrequiredSignerCountcreate-committee › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
update-committee
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_COMMITTEE_1 | 400 | COMMITTEE_NAME_CANNOT_BE_NULL_OR_EMPTY | Committee name cannot be null or empty. |
ERR_COMMITTEE_2 | 400 | COMMITTEE_NAME_ALREADY_EXISTS | Committee name already exists. |
ERR_COMMITTEE_3 | 400 | COMMITTEE_NOT_FOUND | Committee not found. Id: {0} |
path Parameters
idupdate-committee › Request Body
committeeNameisActivemaxAuthorizationLimitAmountrequiredSignerCountupdate-committee › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-committee
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_COMMITTEE_3 | 400 | COMMITTEE_NOT_FOUND | Committee not found. Id: {0} |
path Parameters
iddelete-committee › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-committee-signatory-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<CommitteeSignatoryDto>.
| Field | Declared type | Nullable |
|---|---|---|
CommitteeId | Guid | no |
UserId | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_COMMITTEE_3 | 400 | COMMITTEE_NOT_FOUND | Committee not found. Id: {0} |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-committee-signatory-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
committeeIdiduserIdcreate-committee-signatory
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_COMMITTEE_3 | 400 | COMMITTEE_NOT_FOUND | Committee not found. Id: {0} |
ERR_COMMITTEE_4 | 400 | COMMITTEE_SIGNATORIES_ALREADY_EXIST | Committee signatories already exist. UserId: {0} |
path Parameters
idcreate-committee-signatory › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
get-committee-signatory-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CommitteeSignatoryDto.
| Field | Declared type | Nullable |
|---|---|---|
CommitteeId | Guid | no |
UserId | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_COMMITTEE_3 | 400 | COMMITTEE_NOT_FOUND | Committee not found. Id: {0} |
ERR_COMMITTEE_5 | 400 | COMMITTEE_SIGNATORIES_NOT_FOUND | Committee signatories not found. Id: {0} |
path Parameters
idsignatoryIdget-committee-signatory-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
committeeIdiduserIddelete-committee-signatory
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_COMMITTEE_3 | 400 | COMMITTEE_NOT_FOUND | Committee not found. Id: {0} |
ERR_COMMITTEE_5 | 400 | COMMITTEE_SIGNATORIES_NOT_FOUND | Committee signatories not found. Id: {0} |
path Parameters
idsignatoryIddelete-committee-signatory › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.