GET api/marker/markerType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MarkerTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| marker_type_id | integer |
None. |
|
| marker_type | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"marker_type_id": 1,
"marker_type": "sample string 2"
},
{
"marker_type_id": 1,
"marker_type": "sample string 2"
}
]