GET api/v100/AppGroups

Get a list of AppGroups.

Request Information

URI Parameters

None.

Headers

NameDescriptionTypeAdditional information
appkey

Ej. abcdefghijk

None.

session

Ej. 1234567890

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AppGroups
NameDescriptionTypeAdditional information
ID

Group's ID

integer

Required

name

Group's Name

string

Required

String length: inclusive between 0 and 100

Status

Group's status

integer

Required

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "name": "sample string 2",
    "Status": 3
  },
  {
    "ID": 1,
    "name": "sample string 2",
    "Status": 3
  }
]