Training
For clients
Загружается...
The resource that provides information about mobile device vendors.
Used object: MobileVendors
The request returns a list of mobile devices vendors.
Request example:
GET /api/v2/mobile_vendors.json
Response example:
{ "items": [ { "id": 1, "description": "Samsung" }, { "id": 2, "description": "Nokia" } ] }
The response contains the "items" array consisting of the following objects: MobileVendors.