GET api/makes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of make| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Title | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"Title": "sample string 2"
},
{
"$ref": "1"
}
]