GET api/ntmsGeojson/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ntm| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Valid | boolean |
None. |
|
| Number | integer |
None. |
|
| Year | integer |
None. |
|
| XML | string |
None. |
|
| XML2 | string |
None. |
|
| TypeID | integer |
None. |
|
| Name | string |
None. |
|
| GeometryType | string |
None. |
|
| ntmpositions | Collection of ntmposition |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Valid": true,
"Number": 3,
"Year": 4,
"XML": "sample string 5",
"XML2": "sample string 6",
"TypeID": 7,
"Name": "sample string 8",
"GeometryType": "sample string 9",
"ntmpositions": [
{
"ID": 1,
"NtmID": 2,
"Lat": 3.0,
"Lon": 4.0,
"Sortorder": 1
},
{
"ID": 1,
"NtmID": 2,
"Lat": 3.0,
"Lon": 4.0,
"Sortorder": 1
}
]
}