Skip
- Skip records from the expected response and got the rest of the record in the response.
URL
-
Schema based API url
/api/schema/user-path/instance/database/table?skip=2
-
schemaless API url
/api/gen/user-path/instance/database/table?skip=2
{
"data": [
{
"customer_id": 3,
"first_name": "Mallory",
"last_name": "Brown"
},
{
"customer_id": 4,
"first_name": "Eve",
"last_name": "Mathly"
},
{
"customer_id": 5,
"first_name": "Eve",
"last_name": "Page"
}
]
}