events
Operations addressed under /events — 15 operations.
get-event-definition-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<EventDefinitionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
EventType | int? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-event-definition-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.
codeeventTypePermitted values — validated against the event_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | boundary | no label seeded |
2 | intermediate | no label seeded |
idnamecreate-event-definition
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_CORE_24 | 400 | CODE_FIELD_CANNOT_CONTAIN_SPACE | Code field cannot contain space. |
ERR_CORE_73 | 400 | THERE_IS_ALREADY_EVENT_WITH_THIS_NAME | There is already an event with this code |
create-event-definition › Request Body
codeeventTypePermitted values — validated against the event_type parameter.
| Value | Meaning |
|---|---|
1 | boundary |
2 | intermediate |
Permitted values — validated against the event_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | boundary | no label seeded |
2 | intermediate | no label seeded |
namecreate-event-definition › 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.
idget-event-definition-detail-by-code
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 EventDefinitionDetailDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
EventType | int? | yes |
EventRequests | IEnumerable<EventDefinitionRequestDetailDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
codeget-event-definition-detail-by-code › 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.
codeeventTypePermitted values — validated against the event_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | boundary | no label seeded |
2 | intermediate | no label seeded |
idnameget-event-definition-detail-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<EventDefinitionDetailDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
EventType | int? | yes |
EventRequests | IEnumerable<EventDefinitionRequestDetailDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
get-event-definition-detail-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
get-event-definition-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 EventDefinitionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
EventType | int? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_63 | 400 | EVENT_ID_IS_NOT_FOUND | Event cannot be found. |
path Parameters
idget-event-definition-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.
codeeventTypePermitted values — validated against the event_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | boundary | no label seeded |
2 | intermediate | no label seeded |
idnameupdate-event-definition
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_CORE_63 | 400 | EVENT_ID_IS_NOT_FOUND | Event cannot be found. |
path Parameters
idupdate-event-definition › Request Body
eventTypePermitted values — validated against the event_type parameter.
| Value | Meaning |
|---|---|
1 | boundary |
2 | intermediate |
Permitted values — validated against the event_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | boundary | no label seeded |
2 | intermediate | no label seeded |
nameupdate-event-definition › 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-event-definition
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_CORE_63 | 400 | EVENT_ID_IS_NOT_FOUND | Event cannot be found. |
path Parameters
iddelete-event-definition › 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-event-definition-request-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<EventDefinitionRequestDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Name | string | no |
DefaultValue | string | no |
Necessity | int? | yes |
Location | int? | yes |
FieldId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_63 | 400 | EVENT_ID_IS_NOT_FOUND | Event cannot be found. |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-event-definition-request-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.
defaultValuefieldIdidlocationPermitted values — validated against the binding_source parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Query | no label seeded |
2 | Route | no label seeded |
3 | Body | no label seeded |
4 | Form | no label seeded |
5 | Headers | no label seeded |
6 | Claim | en: Claim · ar: مطالبة |
namenecessitycreate-event-definition-request
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_CORE_63 | 400 | EVENT_ID_IS_NOT_FOUND | Event cannot be found. |
ERR_CORE_64 | 400 | THERE_IS_ALREADY_EVENT_REQUEST_WITH_THIS_NAME | There is already an event request with this name. |
ERR_CORE_65 | 400 | NAME_FIELD_CANNOT_CONTAIN_SPACE | Name field cannot contain space. |
ERR_CORE_66 | 400 | FIELD_ID_IS_NOT_FOUND | Field cannot be found. |
path Parameters
idcreate-event-definition-request › Request Body
fieldIdlocationPermitted values — validated against the binding_source parameter.
| Value | Meaning |
|---|---|
1 | Query |
2 | Route |
3 | Body |
4 | Form |
5 | Headers |
6 | Claim |
Permitted values — validated against the binding_source parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Query | no label seeded |
2 | Route | no label seeded |
3 | Body | no label seeded |
4 | Form | no label seeded |
5 | Headers | no label seeded |
6 | Claim | en: Claim · ar: مطالبة |
namenecessityPermitted values — validated against the event_necessity parameter.
| Value | Meaning |
|---|---|
1 | Mandatory |
2 | Optional |
defaultValuecreate-event-definition-request › 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.
idupdate-event-definition-request
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_CORE_63 | 400 | EVENT_ID_IS_NOT_FOUND | Event cannot be found. |
ERR_CORE_64 | 400 | THERE_IS_ALREADY_EVENT_REQUEST_WITH_THIS_NAME | There is already an event request with this name. |
ERR_CORE_65 | 400 | NAME_FIELD_CANNOT_CONTAIN_SPACE | Name field cannot contain space. |
ERR_CORE_66 | 400 | FIELD_ID_IS_NOT_FOUND | Field cannot be found. |
ERR_CORE_67 | 400 | EVENT_REQUEST_ID_IS_NOT_FOUND | Request cannot be found. |
path Parameters
ideventRequestIdupdate-event-definition-request › Request Body
fieldIdlocationPermitted values — validated against the binding_source parameter.
| Value | Meaning |
|---|---|
1 | Query |
2 | Route |
3 | Body |
4 | Form |
5 | Headers |
6 | Claim |
Permitted values — validated against the binding_source parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Query | no label seeded |
2 | Route | no label seeded |
3 | Body | no label seeded |
4 | Form | no label seeded |
5 | Headers | no label seeded |
6 | Claim | en: Claim · ar: مطالبة |
namenecessityPermitted values — validated against the event_necessity parameter.
| Value | Meaning |
|---|---|
1 | Mandatory |
2 | Optional |
defaultValueupdate-event-definition-request › 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-event-definition-request
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_CORE_63 | 400 | EVENT_ID_IS_NOT_FOUND | Event cannot be found. |
ERR_CORE_67 | 400 | EVENT_REQUEST_ID_IS_NOT_FOUND | Request cannot be found. |
path Parameters
ideventRequestIddelete-event-definition-request › 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-event-definition-service-map-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<EventDefinitionServiceMapDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ServiceId | Guid? | yes |
IsActive | bool? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_63 | 400 | EVENT_ID_IS_NOT_FOUND | Event cannot be found. |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-event-definition-service-map-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
create-event-definition-service-map
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_CORE_63 | 400 | EVENT_ID_IS_NOT_FOUND | Event cannot be found. |
ERR_CORE_68 | 400 | THERE_IS_ALREADY_RECORD_FOR_THIS_EVENT_AND_SERVICE | There is already a record for this event and tenant. |
path Parameters
idcreate-event-definition-service-map › 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-event-definition-service-map
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_CORE_63 | 400 | EVENT_ID_IS_NOT_FOUND | Event cannot be found. |
ERR_CORE_69 | 400 | EVENT_SERVICE_MAP_ID_IS_NOT_FOUND | Event Tenant Service map cannot be found. |
path Parameters
ideventServiceMapIdupdate-event-definition-service-map › 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-event-definition-service-map
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_CORE_63 | 400 | EVENT_ID_IS_NOT_FOUND | Event cannot be found. |
ERR_CORE_69 | 400 | EVENT_SERVICE_MAP_ID_IS_NOT_FOUND | Event Tenant Service map cannot be found. |
path Parameters
ideventServiceMapIddelete-event-definition-service-map › 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.