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초 후에 다시 시도하십시오.