GET api/models

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of model
NameDescriptionTypeAdditional 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"
  }
]