GET api/GetGroups

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GroupVM
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

TotalContacts

integer

None.

Created

string

None.

Updated

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Name": "sample string 2",
    "TotalContacts": 3,
    "Created": "sample string 4",
    "Updated": "sample string 5"
  },
  {
    "ID": 1,
    "Name": "sample string 2",
    "TotalContacts": 3,
    "Created": "sample string 4",
    "Updated": "sample string 5"
  }
]