Absorb Integration API (v2)
Download OpenAPI specification:Download
List available languages.
Authorizations:
api_key
header Parameters
x-api-key | string |
x-api-version | string 2 |
Responses
Response Schema: application/json
Array
id | integer <int32> The language Id. |
name | string The language name. |
nativeName | string The language's native name. |
abbreviation | string The languange's abbreviation. |
Response samples
- 200
Content type
application/json
[- {
- "id": 0,
- "name": "string",
- "nativeName": "string",
- "abbreviation": "string"
}
]
Get language.
Authorizations:
api_key
path Parameters
id required | integer <int32> The language ID. |
header Parameters
x-api-key | string |
x-api-version | string 2 |
Responses
Response Schema: application/json
id | integer <int32> The language Id. |
name | string The language name. |
nativeName | string The language's native name. |
abbreviation | string The languange's abbreviation. |
Response samples
- 200
- 404
Content type
application/json
{- "id": 0,
- "name": "string",
- "nativeName": "string",
- "abbreviation": "string"
}