services
Operations addressed under /services — 7 operations.
aurax-bff-redirect-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.
aurax-bff-redirect-get-service-definition-list › 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.
aurax-bff-redirect-get-service-detail-by-code
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
codePresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-service-detail-by-code › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
get-service-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 ServiceDetailDto.
| 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 |
RoutingServiceDefinitionId | Guid? | yes |
FraudServiceDefinitionId | Guid? | yes |
IsRedirect | bool? | 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 |
ServiceDefinitionRequestList | IEnumerable<ServiceDefinitionRequestListDto> (collection) | no |
ServiceDefinitionResponseList | IEnumerable<ServiceDefinitionResponseListDto> (collection) | no |
ServiceDefinitionRefreshCacheMapList | IEnumerable<ServiceDefinitionRefreshCacheMapDto> (collection) | no |
Validations | IEnumerable<ServiceDefinitionValidationDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
idget-service-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.
businessWeightcacheDurationcodedefaultOrderFielddefaultOrderTypedefaultPagingSizedomainIdhasBpmVariablehasFilterhasOrderhasPaginghasSharedCacheDatahasTranslationDataidisActiveisCacheableisLogDetailEnabledisTransactionalkeywordIdListnameoperationTypepathrequestFieldIdresponseFieldIdrollbackEventDefinitionIdrollbackServiceDefinitionIdroutingServiceDefinitionIdtimeoutDurationtypeusageTypeweightaurax-bff-redirect-update-service-definition
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-update-service-definition › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-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
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-delete-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.
aurax-bff-redirect-get-service-definition-validation-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<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
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-service-definition-validation-list › 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.