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" : "..."
  } ]
}

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.