GET contact/group-wise/{userId}/{groupId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
|
| groupId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AppCommonResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| responsecode | integer |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"responsecode": 1,
"message": "sample string 2",
"data": {}
}
text/html
Sample:
{"responsecode":1,"message":"sample string 2","data":{}}
application/xml, text/xml
Sample:
<AppCommonResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FlyKitAPI.Models"> <data /> <message>sample string 2</message> <responsecode>1</responsecode> </AppCommonResponse>