Group (JSON)

URI:Group

Properties

Name Type Description
id string Get the group id.
name string Get the group name.
description string Get the group description.
codeOfConduct string Get the group code of conduct.
treeIds array of string Get the ids of the trees associated with the group.
members array of GroupMember Get the members of the group.

Example

{
  "id" : "...",
  "name" : "...",
  "description" : "...",
  "codeOfConduct" : "...",
  "treeIds" : [ "...", "..." ],
  "members" : [ {
    "groupId" : "...",
    "cisId" : "...",
    "contactName" : "...",
    "status" : "..."
  }, {
    "groupId" : "...",
    "cisId" : "...",
    "contactName" : "...",
    "status" : "..."
  } ]
}

變更語言

意見回饋

傳送中……

意見回饋已傳送。

無法傳送意見回饋。5秒鐘後重試。