Fetch mobile slider
GET/homepage/home_sliders_mobile
Fetch mobile slider
Responses
- 200
OK.
- application/json
- Schema
- Example (from schema)
Schema
succees boolean
data object
Example:
[{"id":123,"index":123,"newTab":true,"link":"abc","img":"abc","imgMobile":"abc"}]{
"succees": true,
"data": [
{
"id": 123,
"index": 123,
"newTab": true,
"link": "abc",
"img": "abc",
"imgMobile": "abc"
}
]
}