GET api/enterpriseteams/{id}
Get a single enterprise team
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
OnePlanTeam| Name | Description | Type | Additional information |
|---|---|---|---|
| TeamName | string |
None. |
|
| TeamDescription | string |
None. |
|
| ProfilePicture | string |
None. |
|
| TeamMembers | Collection of TeamMember |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| SharedViews | Collection of SharedView |
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": "2a97ed43-5115-4746-a180-81cbb1cc4370",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "2a97ed43-5115-4746-a180-81cbb1cc4370",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "c4e5ab9e-c954-4ea4-b250-0a24dc94ce49",
"StateId": "b16c021b-2c8c-4197-a760-59157ffc96e8"
},
{
"PersonalConfigId": "c4e5ab9e-c954-4ea4-b250-0a24dc94ce49",
"StateId": "b16c021b-2c8c-4197-a760-59157ffc96e8"
}
],
"id": "b8e6f92a-a857-4891-b3a2-663ffc6a29da",
"ConfigId": "e9427be8-3c3f-4041-812b-1adfa3ee442b"
}