Fetch Group Details
Fetching WhatsApp Group Details
Below API allows to fetch group details
Fetch Group Details
POST
https://pickyassist.com/app/api/v2/group-details
This API allows you to fetch WhatsApp Group Details
Request Body
Name | Type | Description |
---|---|---|
token | string | Your API Token for authentication |
group_id | string | If you want to query for specific group then please pass the group id If you left this field blank then system will fetch all group details in your WhatsApp Account |
Sample Request Body JSON
Sample Response
Response Variables
Variable Name | Type | Description |
group_id | String | This will return after creating a group , this id used to identify the group |
group_invite_ink | Link | This will return after creating a group , this link can be shared with users to join the group |
group_subject | String | Group Subject |
group_icon_link | URL | Group Icon Link (Not Supported in WhatsApp Web Automation) |
group_admins | Array | Array which contains admin details number created_time |
group_members | Array | Array which contains group member details number created_time |
group_created_date | Date | Date & time when the groups is created, Timezone in your account , and date format is DD-MM-YYYY hh:mm AM This will be blank if the groups are not created through Picky Assist API's i.e Groups that are created manually from the phone will not have the created time updated to Picky Assist |
status | Numeric | Status of the request |
message | String | Error / Sucess message of the request |
Last updated