GET api/v{version}/Mobility/All?key={key}&langId={langId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| langId | integer |
Default value is 1 |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of MobilityOutDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Description | string |
None. |
|
| MobilityId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Description": "sample string 1",
"MobilityId": 2
},
{
"Description": "sample string 1",
"MobilityId": 2
}
]