api/members/allmembersdata/1/3/
{
"type": "object",
"properties": {
"status": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"members": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"userid": {
"type": "string"
},
"username": {
"type": "string"
},
"societyid": {
"type": "string"
},
"cityname": {
"type": "string"
},
"statename": {
"type": "string"
},
"useraddress": {
"type": "string"
},
"userphone": {
"type": "string"
},
"societyaddress": {
"type": "string"
}
}
}
}
}
}
}
}