GET
/
api
/
v1
/
group
curl --request GET \
  --url https://eazymsg.com/api/v1/group
{
  "code": "0x0200",
  "message": "Record fetched successfully.",
  "status": "SUCCESS",
  "data": [
    {
      "groupId": "GS7555F",
      "name": "Group SS1",
      "description": null,
      "status": "active",
      "createdAt": "19-Jun-2024 10:58 AM",
      "updatedAt": "19-Jun-2024 10:58 AM"
    },
    {
      "groupId": "GS90904",
      "name": "Group SS",
      "description": null,
      "status": "active",
      "createdAt": "19-Jun-2024 10:56 AM",
      "updatedAt": "19-Jun-2024 10:56 AM"
    },
    {
      "groupId": "S9526482233211201",
      "name": "Group K",
      "description": "A group can be described as a collection of individuals who come together for a common purpose, interest, or goal. Here's a detailed description",
      "status": "active",
      "createdAt": "13-May-2024 11:43 AM",
      "updatedAt": "13-May-2024 11:43 AM"
    },
    {
      "groupId": "S95264822222211201",
      "name": "Group H",
      "description": "A group can be described as a collection of individuals who come together for a common purpose, interest, or goal. Here's a detailed description",
      "status": "active",
      "createdAt": "13-May-2024 11:43 AM",
      "updatedAt": "13-May-2024 11:43 AM"
    },
    {
      "groupId": "S95264822221122201",
      "name": "Group G",
      "description": "A group can be described as a collection of individuals who come together for a common purpose, interest, or goal. Here's a detailed description",
      "status": "active",
      "createdAt": "13-May-2024 11:43 AM",
      "updatedAt": "13-May-2024 11:43 AM"
    },
    {
      "groupId": "S952648262122201",
      "name": "Group F",
      "description": "A group can be described as a collection of individuals who come together for a common purpose, interest, or goal. Here's a detailed description",
      "status": "active",
      "createdAt": "13-May-2024 11:43 AM",
      "updatedAt": "13-May-2024 11:43 AM"
    },
    {
      "groupId": "S952648260302201",
      "name": "Group E",
      "description": "A group can be described as a collection of individuals who come together for a common purpose, interest, or goal. Here's a detailed description",
      "status": "active",
      "createdAt": "13-May-2024 11:43 AM",
      "updatedAt": "13-May-2024 11:43 AM"
    },
    {
      "groupId": "S9526482603049001",
      "name": "Group D",
      "description": "A grou",
      "status": "active",
      "createdAt": "13-May-2024 11:43 AM",
      "updatedAt": "22-May-2024 12:36 PM"
    },
    {
      "groupId": "S952793722222001",
      "name": "Group C",
      "description": "A group can be described as a collection of individuals who come together for a common purpose, interest, or goal. Here's a detailed description",
      "status": "active",
      "createdAt": "08-May-2024 01:10 PM",
      "updatedAt": "22-May-2024 02:27 PM"
    },
    {
      "groupId": "S952793333222001",
      "name": "Group B",
      "description": "A group can be described as a collection of individuals who come together for a common purpose, interest, or goal. Here's a detailed description",
      "status": "active",
      "createdAt": "08-May-2024 01:10 PM",
      "updatedAt": "08-May-2024 01:10 PM"
    }
  ]
}

Response

200
application/json
OK

The response is of type object.