MobileTypes

/api/v2/mobile_types.json

A resource that provides information about mobile device types.

Used object: MobileTypes

GET

The request returns a list of mobile device types.

Request example:


   GET /api/v2/mobile_types.json

Response example:


    {
        "items": [
            {
                "id": "tablets",
                "description": "Tablets"
            },
            {
                "id": "smartphones",
                "description": "Smartphones"
            }
        ]
    }