GET api/DictonaryGroup

Get All DictonaryGroup

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DictonaryGroup
NameDescriptionTypeAdditional information
DictonaryGroupId

integer

None.

Description

string

None.

SysName

string

None.

IsPublic

boolean

None.

IsSystem

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "dictonaryGroupId": 1,
    "description": "sample string 2",
    "sysName": "sample string 3",
    "isPublic": true,
    "isSystem": true
  },
  {
    "dictonaryGroupId": 1,
    "description": "sample string 2",
    "sysName": "sample string 3",
    "isPublic": true,
    "isSystem": true
  }
]