GET api/Language/{id}
Get all Languages matching the provided language id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LanguageName | Description | Type | Additional information |
---|---|---|---|
LanguageId | integer |
None. |
|
LanguageCode | string |
None. |
|
LanguageName | string |
None. |
|
IsActive | boolean |
None. |
|
CreatedDateTime | date |
None. |
|
LastUpdatedDateTime | date |
None. |
|
CreatedBy | integer |
None. |
|
LastModifiedBy | integer |
None. |
|
IsDeleted | boolean |
None. |
|
Countries_Translation | Collection of Countries_Translation |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.