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