services
Operations addressed under /services — 25 operations.
get-service-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<ServiceDefinitionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Name | string | no |
Code | string | no |
HasFilter | bool | no |
HasSharedCacheData | bool | no |
HasPaging | bool | no |
DefaultPagingSize | int? | yes |
HasOrder | bool | no |
DefaultOrderField | string | no |
DefaultOrderType | int? | yes |
IsCacheable | bool | no |
CacheDuration | int? | yes |
IsActive | bool | no |
Path | string | no |
DomainId | Guid | no |
OperationType | int | no |
Type | int | no |
UsageType | int | no |
Weight | double? | yes |
BusinessWeight | double? | yes |
HasBpmVariable | bool | no |
ResponseFieldDefinitionId | Guid? | yes |
RequestFieldId | Guid? | yes |
IsTransactional | bool? | yes |
IsRedirect | bool? | yes |
RoutingServiceDefinitionId | Guid? | yes |
FraudServiceDefinitionId | Guid? | yes |
TimeoutDuration | long? | yes |
IsLogDetailEnabled | bool | no |
HasTranslationData | bool? | yes |
RollbackServiceDefinitionId | Guid? | yes |
RollbackEventDefinitionId | Guid? | yes |
KeywordIdList | IEnumerable<Guid> (collection) | no |
Translations | IEnumerable<ServiceDefinitionTranslationDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
keywordIdListorderByorderSortpageIndexpageSizeget-service-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.
businessWeightcacheDurationcodedefaultOrderFielddefaultOrderTypePermitted values — validated against the order_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Asc | en: Asc · tr: Asc · ar: تصاعدي |
2 | Desc | en: Desc · tr: Desc · ar: وصف |
defaultPagingSizedomainIdfraudServiceDefinitionIdhasBpmVariablehasFilterhasOrderhasPaginghasSharedCacheDatahasTranslationDataidisActiveisCacheableisLogDetailEnabledisRedirectisTransactionalkeywordIdListnameoperationTypePermitted values — validated against the operation_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | GET | no label seeded |
2 | POST | no label seeded |
3 | PUT | no label seeded |
4 | DELETE | no label seeded |
5 | PATCH | no label seeded |
pathrequestFieldIdresponseFieldIdrollbackEventDefinitionIdrollbackServiceDefinitionIdroutingServiceDefinitionIdtimeoutDurationtypeusageTypePermitted values — validated against the usage_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Service | no label seeded |
2 | BPM | no label seeded |
3 | Formula | en: Formula · tr: Formül · ar: صيغة |
4 | Rule | en: Rule · tr: Kural · ar: قاعدة |
5 | DistributedQuery | en: Distributed Query · ar: استعلام موزع |
6 | Keycloak | en: Keycloak · ar: كيكلوك |
7 | Camunda | en: Camunda · ar: كاموندا |
8 | TaskList | en: Keylocak BPM Process · ar: عملية إدارة عمليات Keylocak BPM |
9 | Partner | en: Partner · ar: شريك |
10 | BFF | en: BFF · ar: أفضل صديق إلى الأبد |
11 | Fraud | en: Fraud · ar: الاحتيال |
weightcreate-service-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_132 | 400 | SERVICE_PARAMETERS_IS_NOT_UNIQUE | Tenant Service parameters is not unique. [Path:{0}, Domain Id:{1}, Operation Type:{2}, Tenant Id:{3}] |
ERR_CORE_35 | 400 | THERE_IS_ALREADY_SERVICE_WITH_THIS_CODE | There is already a service with this code. |
create-service-definition › Request Body
codedomainIdhasFilterhasOrderhasPagingisActiveisLogDetailEnabledoperationTypePermitted values — validated against the operation_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | GET | no label seeded |
2 | POST | no label seeded |
3 | PUT | no label seeded |
4 | DELETE | no label seeded |
5 | PATCH | no label seeded |
typeurlPathusageTypePermitted values — validated against the usage_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Service | no label seeded |
2 | BPM | no label seeded |
3 | Formula | en: Formula · tr: Formül · ar: صيغة |
4 | Rule | en: Rule · tr: Kural · ar: قاعدة |
5 | DistributedQuery | en: Distributed Query · ar: استعلام موزع |
6 | Keycloak | en: Keycloak · ar: كيكلوك |
7 | Camunda | en: Camunda · ar: كاموندا |
8 | TaskList | en: Keylocak BPM Process · ar: عملية إدارة عمليات Keylocak BPM |
9 | Partner | en: Partner · ar: شريك |
10 | BFF | en: BFF · ar: أفضل صديق إلى الأبد |
11 | Fraud | en: Fraud · ar: الاحتيال |
businessWeightcacheDurationdefaultOrderFielddefaultOrderTypePermitted values — validated against the order_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Asc | en: Asc · tr: Asc · ar: تصاعدي |
2 | Desc | en: Desc · tr: Desc · ar: وصف |
defaultPagingSizefraudServiceDefinitionIdhasBpmVariablehasSharedCacheDatahasTranslationDataisCacheableisRedirectisTransactionalrequestFieldIdresponseFieldIdrollbackEventDefinitionIdrollbackServiceDefinitionIdroutingServiceDefinitionIdtimeoutDurationweightcreate-service-definition › 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-service-by-code
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
codeget-service-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.
codeidnameget-service-definition-code-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 returns IEnumerable<string>, a scalar rather than an object. There is no field tree below because there are no fields: the body is a JSON array of JSON strings. This is a complete answer read from the declaration, not a gap.
query Parameters
orderByorderSortpageIndexpageSizeget-service-definition-code-list › Responses
Success. The catalog declares no response fields for this operation. It returns a collection of records — but the record's fields are not declared.
get-service-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<ServiceDefinitionDetailDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
DomainId | Guid | no |
OperationType | int | no |
UrlPath | string | no |
UsageType | int | no |
Type | int | no |
HasFilter | bool | no |
HasPaging | bool | no |
DefaultPagingSize | int? | yes |
HasOrder | bool | no |
DefaultOrderField | string | no |
DefaultOrderType | int? | yes |
IsCacheable | bool | no |
IsTransactional | bool? | yes |
CacheDuration | int? | yes |
HasSharedCacheData | bool | no |
IsActive | bool | no |
DaprAppId | string | no |
DaprNamespace | string | no |
Weight | decimal? | yes |
BusinessWeight | decimal? | yes |
HasBpmVariable | bool | no |
Priority | int | no |
HasCompensation | bool | no |
IsRedirect | bool? | yes |
RoutingServiceDefinitionId | Guid? | yes |
RoutingServiceDefinitionCode | string | no |
FraudServiceDefinitionId | Guid? | yes |
FraudServiceDefinitionCode | string | no |
TimeoutDuration | long? | yes |
IsLogDetailEnabled | bool | no |
HasTranslationData | bool? | yes |
RollbackServiceDefinitionId | Guid? | yes |
RollbackServiceDefinitionCode | string | no |
RollbackEventDefinitionId | Guid? | yes |
RequestFieldDetail | ServiceDefinitionRequestFieldDefinitionDetailDto | no |
ResponseFieldDetail | ServiceDefinitionResponseFieldDefinitionDetailDto | no |
Requests | IEnumerable<ServiceDefinitionRequestDetailDto> (collection) | no |
Responses | IEnumerable<ServiceDefinitionResponseDetailDto> (collection) | no |
ValidationDetails | IEnumerable<ServiceDefinitionValidationDetailDto> (collection) | no |
RefreshCacheMapDetails | IEnumerable<ServiceDefinitionRefreshCacheMapDetailDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR000001 | 400 |
query Parameters
codedaprAppIdhasRoutingServiceoperationTypePermitted values — validated against the operation_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | GET | no label seeded |
2 | POST | no label seeded |
3 | PUT | no label seeded |
4 | DELETE | no label seeded |
5 | PATCH | no label seeded |
urlPathget-service-definition-detail-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
feed-service-catalog
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_110 | 400 | SERVICE_CODE_IS_NOT_FOUND_WITH_SERVICE_CODE_TAG | Service code cannot not be found: serviceCode: {0} |
ERR_CORE_24 | 400 | CODE_FIELD_CANNOT_CONTAIN_SPACE | Code field cannot contain space. |
ERR_CORE_86 | 400 | NO_DOMAIN_FOUND_TO_FEED_CATALOG | No record found for the code sent. |
feed-service-catalog › 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-service-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 ServiceDefinitionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Name | string | no |
Code | string | no |
HasFilter | bool | no |
HasSharedCacheData | bool | no |
HasPaging | bool | no |
DefaultPagingSize | int? | yes |
HasOrder | bool | no |
DefaultOrderField | string | no |
DefaultOrderType | int? | yes |
IsCacheable | bool | no |
CacheDuration | int? | yes |
IsActive | bool | no |
Path | string | no |
DomainId | Guid | no |
OperationType | int | no |
Type | int | no |
UsageType | int | no |
Weight | double? | yes |
BusinessWeight | double? | yes |
HasBpmVariable | bool | no |
ResponseFieldDefinitionId | Guid? | yes |
RequestFieldId | Guid? | yes |
IsTransactional | bool? | yes |
IsRedirect | bool? | yes |
RoutingServiceDefinitionId | Guid? | yes |
FraudServiceDefinitionId | Guid? | yes |
TimeoutDuration | long? | yes |
IsLogDetailEnabled | bool | no |
HasTranslationData | bool? | yes |
RollbackServiceDefinitionId | Guid? | yes |
RollbackEventDefinitionId | Guid? | yes |
KeywordIdList | IEnumerable<Guid> (collection) | no |
Translations | IEnumerable<ServiceDefinitionTranslationDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
path Parameters
idget-service-definition-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-service-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_132 | 400 | SERVICE_PARAMETERS_IS_NOT_UNIQUE | Tenant Service parameters is not unique. [Path:{0}, Domain Id:{1}, Operation Type:{2}, Tenant Id:{3}] |
ERR_CORE_159 | 400 | DEFINITION_USE_IN_FRAUD_DEFINITION_ID | Fraud service definition is in use, usage type can not be changed |
ERR_CORE_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
path Parameters
idupdate-service-definition › Request Body
domainIdhasFilterhasOrderhasPagingisActiveisLogDetailEnabledoperationTypePermitted values — validated against the operation_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | GET | no label seeded |
2 | POST | no label seeded |
3 | PUT | no label seeded |
4 | DELETE | no label seeded |
5 | PATCH | no label seeded |
typeurlPathusageTypePermitted values — validated against the usage_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Service | no label seeded |
2 | BPM | no label seeded |
3 | Formula | en: Formula · tr: Formül · ar: صيغة |
4 | Rule | en: Rule · tr: Kural · ar: قاعدة |
5 | DistributedQuery | en: Distributed Query · ar: استعلام موزع |
6 | Keycloak | en: Keycloak · ar: كيكلوك |
7 | Camunda | en: Camunda · ar: كاموندا |
8 | TaskList | en: Keylocak BPM Process · ar: عملية إدارة عمليات Keylocak BPM |
9 | Partner | en: Partner · ar: شريك |
10 | BFF | en: BFF · ar: أفضل صديق إلى الأبد |
11 | Fraud | en: Fraud · ar: الاحتيال |
businessWeightcacheDurationdefaultOrderFielddefaultOrderTypePermitted values — validated against the order_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Asc | en: Asc · tr: Asc · ar: تصاعدي |
2 | Desc | en: Desc · tr: Desc · ar: وصف |
defaultPagingSizefraudServiceDefinitionIdhasBpmVariablehasSharedCacheDatahasTranslationDataisCacheableisRedirectisTransactionalrequestFieldIdresponseFieldIdrollbackEventDefinitionIdrollbackServiceDefinitionIdroutingServiceDefinitionIdtimeoutDurationweightupdate-service-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-service-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_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
path Parameters
iddelete-service-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-service-definition-refresh-cache-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<ServiceDefinitionRefreshCacheMapDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
SourceServiceId | Guid | no |
TargetServiceId | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-service-definition-refresh-cache-map-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.
idsourceServiceIdtargetServiceIdcreate-service-definition-refresh-cache-map
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the create-service-definition-refresh-cache-map service definition through POST /services/{id}/refresh-cache-maps.
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_126 | 400 | REFRESH_CACHE_MAP_WITH_THIS_SOURCE_AND_TARGET_SERVICE_DEFINITION_ALREADY_EXISTS | There is already a refresh cache map with this source and target services. |
ERR_CORE_128 | 400 | CANNOT_DEFINE_SOURCE_SERVICE_DEFINITION_ID_AS_TARGET_SERVICE_DEFINITION_ID | Cannot define source service definition as target service definition. |
ERR_CORE_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
path Parameters
idcreate-service-definition-refresh-cache-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-service-definition-refresh-cache-map
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the update-service-definition-refresh-cache-map service definition through PUT /services/{id}/refresh-cache-maps/{serviceRefreshCacheMapId}.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_126 | 400 | REFRESH_CACHE_MAP_WITH_THIS_SOURCE_AND_TARGET_SERVICE_DEFINITION_ALREADY_EXISTS | There is already a refresh cache map with this source and target services. |
ERR_CORE_127 | 400 | REFRESH_CACHE_MAP_ID_NOT_FOUND | Refresh cache map cannot not be found. |
ERR_CORE_128 | 400 | CANNOT_DEFINE_SOURCE_SERVICE_DEFINITION_ID_AS_TARGET_SERVICE_DEFINITION_ID | Cannot define source service definition as target service definition. |
ERR_CORE_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
path Parameters
idserviceRefreshCacheMapIdupdate-service-definition-refresh-cache-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-service-definition-refresh-cache-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_127 | 400 | REFRESH_CACHE_MAP_ID_NOT_FOUND | Refresh cache map cannot not be found. |
ERR_CORE_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
path Parameters
idserviceRefreshCacheMapIddelete-service-definition-refresh-cache-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.
get-service-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<ServiceDefinitionRequestDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
FieldId | Guid | no |
Name | string | no |
DefaultValue | string | no |
Location | int | no |
Necessity | int | no |
ParentServiceRequestId | Guid? | yes |
TransactionalFieldId | Guid? | yes |
NecessityFormulaId | Guid? | yes |
NecessityLocalizationCode | string | no |
CustomName | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-service-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: مطالبة |
namenecessitynecessityFormulaIdnecessityLocalizationCodeparentServiceRequestIdtransactionalFieldIdcreate-service-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_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
ERR_CORE_66 | 400 | FIELD_ID_IS_NOT_FOUND | Field cannot be found. |
path Parameters
idcreate-service-definition-request › Request Body
fieldIdlocationPermitted 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: مطالبة |
namecustomNamedefaultValuenecessitynecessityFormulaIdnecessityLocalizationCodeparentServiceRequestIdtransactionalFieldIdcreate-service-definition-request › 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-service-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_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
ERR_CORE_52 | 400 | PARENT_SERVICE_REQUEST_ID_IS_NOT_FOUND | Parent Tenant Service Request cannot be cannot be found. |
ERR_CORE_66 | 400 | FIELD_ID_IS_NOT_FOUND | Field cannot be found. |
path Parameters
idserviceRequestIdupdate-service-definition-request › Request Body
fieldIdcustomNamedefaultValuenecessitynecessityFormulaIdnecessityLocalizationCodeparentServiceRequestIdtransactionalFieldIdupdate-service-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-service-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_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
ERR_CORE_55 | 400 | THIS_RECORD_IS_DEFINED_AS_PARENT | This record is defined as a parent. |
path Parameters
idserviceRequestIddelete-service-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-service-definition-response-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<ServiceDefinitionResponseDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
FieldId | Guid | no |
Name | string | no |
ParentServiceResponseId | Guid? | yes |
MaskFormatId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-service-definition-response-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.
fieldIdidmaskFormatIdnameparentServiceResponseIdcreate-service-definition-response
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_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
ERR_CORE_66 | 400 | FIELD_ID_IS_NOT_FOUND | Field cannot be found. |
path Parameters
idcreate-service-definition-response › Request Body
fieldIdnamemaskFormatIdparentServiceResponseIdcreate-service-definition-response › 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-service-definition-response
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_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
ERR_CORE_66 | 400 | FIELD_ID_IS_NOT_FOUND | Field cannot be found. |
path Parameters
idserviceResponseIdupdate-service-definition-response › Request Body
fieldIdmaskFormatIdparentServiceResponseIdupdate-service-definition-response › 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-service-definition-response
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_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
ERR_CORE_55 | 400 | THIS_RECORD_IS_DEFINED_AS_PARENT | This record is defined as a parent. |
path Parameters
idserviceResponseIddelete-service-definition-response › 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.
Validation
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the get-service-definition-validation-list service definition through GET /services/{id}/validations.
Response body, read from the service source
The route declares its response as IEnumerable<ServiceDefinitionValidationDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ServiceId | Guid | no |
ValidationId | Guid | no |
SortOrder | int | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeValidation › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
create-service-definition-validation
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_102 | 400 | VALIDATION_ID_NOT_FOUND | Validation cannot be found. |
ERR_CORE_151 | 400 | SORT_ORDER_MUST_BE_NON_NEGATIVE | Sort Order cannot be negative |
ERR_CORE_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
path Parameters
idcreate-service-definition-validation › Request Body
sortOrdervalidationIdcreate-service-definition-validation › 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-service-definition-validation
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_102 | 400 | VALIDATION_ID_NOT_FOUND | Validation cannot be found. |
ERR_CORE_151 | 400 | SORT_ORDER_MUST_BE_NON_NEGATIVE | Sort Order cannot be negative |
ERR_CORE_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
path Parameters
idserviceValidationIdupdate-service-definition-validation › Request Body
sortOrdervalidationIdupdate-service-definition-validation › 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-service-definition-validation
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_40 | 400 | SERVICE_ID_IS_NOT_FOUND | Service cannot be found. |
path Parameters
idserviceValidationIddelete-service-definition-validation › 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.