GET api/enterpriseteams/{id}

Get a single enterprise team

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

OnePlanTeam
NameDescriptionTypeAdditional information
TeamName

string

None.

TeamDescription

string

None.

ProfilePicture

string

None.

TeamMembers

Collection of TeamMember

None.

Fields

Dictionary of string [key] and Object [value]

None.

id

globally unique identifier

None.

ConfigId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "TeamName": "sample string 1",
  "TeamDescription": "sample string 2",
  "ProfilePicture": "sample string 3",
  "TeamMembers": [
    {
      "ResourceId": "6f2ff053-9c6c-4009-a136-effee4503084",
      "ResourceAllocation": 2.0,
      "AllocationType": 0
    },
    {
      "ResourceId": "6f2ff053-9c6c-4009-a136-effee4503084",
      "ResourceAllocation": 2.0,
      "AllocationType": 0
    }
  ],
  "Fields": {
    "sample string 1": {},
    "sample string 3": {}
  },
  "id": "e9eb9aaa-09ba-4a7d-984c-9723219ecab0",
  "ConfigId": "0ba91f08-c5cb-4ed4-aa88-0c1c45a38835"
}