languages
Operations addressed under /languages — 5 operations.
get-language-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<LanguageDto>.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
Name | string | no |
Id | Guid | no |
Alpha2 | string | no |
Alpha3 | string | no |
IsRtl | bool | no |
Translations | IEnumerable<LanguageTranslationDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-language-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.
alpha2alpha3codeidisRtlnamecreate-language
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 | Message |
|---|---|---|
ERR_CORE_12 | 400 | Cannot be defined with the same language code. |
create-language › Request Body
alpha2alpha3isRtlcreate-language › 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-language-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 LanguageDto.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
Name | string | no |
Id | Guid | no |
Alpha2 | string | no |
Alpha3 | string | no |
IsRtl | bool | no |
Translations | IEnumerable<LanguageTranslationDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Message |
|---|---|---|
ERR_CORE_13 | 400 | Language cannot be found. |
path Parameters
idget-language-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.
alpha2alpha3codeidisRtlnameupdate-language
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 | Message |
|---|---|---|
ERR_CORE_13 | 400 | Language cannot be found. |
ERR_CORE_14 | 400 | Language cannot be found. |
path Parameters
idupdate-language › Request Body
alpha2alpha3isRtlupdate-language › 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-language
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 | Message |
|---|---|---|
ERR_CORE_13 | 400 | Language cannot be found. |
path Parameters
iddelete-language › 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.