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": "462edcbd-ff11-4850-8879-79cfbf2402d4",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "462edcbd-ff11-4850-8879-79cfbf2402d4",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "10cc6bb3-d83c-4326-9ad6-a2a015f127ca",
"StateId": "5de46add-02b1-4117-af73-540f1c1656d1"
},
{
"PersonalConfigId": "10cc6bb3-d83c-4326-9ad6-a2a015f127ca",
"StateId": "5de46add-02b1-4117-af73-540f1c1656d1"
}
],
"id": "cf8458de-a5b5-4f6b-ba12-5e4acfc495d2",
"ConfigId": "fbeb7175-1930-4b01-94b4-6018fcc146dc"
}