Fetch Slider
GET/prakerja/homepage/banner/:type
Fetch Slider
Request
Path Parameters
type stringrequired
Possible values: [web, mobile, responsive]
Responses
- 200
- 400
OK.
- application/json
- Schema
- Example (from schema)
Schema
succees boolean
message string
Example:
success get image bannerdata
object
name string
type string
image string
index string
status string
{
"succees": true,
"message": "success get image banner",
"data": {
"name": "string",
"type": "string",
"image": "string",
"index": "string",
"status": "string"
}
}
Bad request.
- application/json
- Schema
- Example (from schema)
Schema
success boolean
Example:
falsemessage string
{
"success": false,
"message": "string"
}