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