localizations
Operations addressed under /localizations — 10 operations.
aurax-management-get-localization-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-management-get-localization-list service definition through GET /localizations.
Response body, read from the service source
The route declares its response as IEnumerable<LocalizationDto>.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
Type | string | no |
Context | string | no |
Translations | IEnumerable<LocalizationTranslationDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-management-get-localization-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.
codecontextidtypeaurax-management-create-localization
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-management-create-localization service definition through POST /localizations.
Response body, read from the service source
The route declares its response as AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_1 | 400 |
aurax-management-create-localization › Request Body
codetypeaurax-management-create-localization › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-management-get-localization-by-code
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-management-get-localization-by-code service definition through GET /localizations/by-code/{code}.
Response body, read from the service source
The route declares its response as LocalizationDto.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
Type | string | no |
Context | string | no |
Translations | IEnumerable<LocalizationTranslationDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_3 | 400 |
path Parameters
codeaurax-management-get-localization-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.
codecontextidtypeaurax-management-get-localization-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-management-get-localization-by-id service definition through GET /localizations/{id}.
Response body, read from the service source
The route declares its response as LocalizationDto.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
Type | string | no |
Context | string | no |
Translations | IEnumerable<LocalizationTranslationDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_3 | 400 |
path Parameters
idaurax-management-get-localization-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.
codecontextidtypeaurax-management-update-localization
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-management-update-localization service definition through PUT /localizations/{id}.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_3 | 400 |
path Parameters
idaurax-management-update-localization › 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-management-delete-localization
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-management-delete-localization service definition through DELETE /localizations/{id}.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_3 | 400 |
path Parameters
idaurax-management-delete-localization › 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-management-get-localization-translation-by-localization-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-management-get-localization-translation-by-localization-id service definition through GET /localizations/{id}/translations.
Response body, read from the service source
The route declares its response as IEnumerable<LocalizationTranslationDto>.
| Field | Declared type | Nullable |
|---|---|---|
TranslationId | Guid | no |
LanguageCode | string | no |
Context | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_3 | 400 |
path Parameters
idaurax-management-get-localization-translation-by-localization-id › 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.
contextlanguageCodetranslationIdaurax-management-create-localization-translation
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-management-create-localization-translation service definition through POST /localizations/{id}/translations.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_2 | 400 |
ERR_LCLZ_3 | 400 |
path Parameters
idaurax-management-create-localization-translation › 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-management-update-localization-translation
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-management-update-localization-translation service definition through PUT /localizations/{id}/translations/{translationId}.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_3 | 400 |
ERR_LCLZ_4 | 400 |
path Parameters
idtranslationIdaurax-management-update-localization-translation › 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-management-delete-localization-translation
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-management-delete-localization-translation service definition through DELETE /localizations/{id}/translations/{translationId}.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_3 | 400 |
ERR_LCLZ_4 | 400 |
path Parameters
idtranslationIdaurax-management-delete-localization-translation › 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.