GET city/v3/CZCSDNSync/GetAllWorkGridMembers

网格工作人员

Request

URI Params

None.

Body Params

None.

Response

Collection of WorkGridMemberSyncModel
字段名字段说明字段类型附加信息
OrgId

工作网格ID

integer

None.

UMID

网格员ID

integer

None.

Name

网格员姓名

string

None.

application/json, text/json

Sample:
[
  {
    "OrgId": "1",
    "UMID": "2",
    "Name": "sample string 3"
  },
  {
    "OrgId": "1",
    "UMID": "2",
    "Name": "sample string 3"
  }
]