GET api/enterpriseteams
Get list of enterprise teams
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "1e22afe4-37d2-4994-a8bb-b026c8fbc34c",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "1e22afe4-37d2-4994-a8bb-b026c8fbc34c",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "b0c903a2-e361-40b2-824e-4dedde198672",
"StateId": "3204aace-e95a-4336-8441-bc60d5e1daf7"
},
{
"PersonalConfigId": "b0c903a2-e361-40b2-824e-4dedde198672",
"StateId": "3204aace-e95a-4336-8441-bc60d5e1daf7"
}
],
"id": "f4960592-9a58-4bad-bbf5-e200332b15c7",
"ConfigId": "5eb19f2c-12a8-4746-8f91-a1c65840540d"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "1e22afe4-37d2-4994-a8bb-b026c8fbc34c",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "1e22afe4-37d2-4994-a8bb-b026c8fbc34c",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "b0c903a2-e361-40b2-824e-4dedde198672",
"StateId": "3204aace-e95a-4336-8441-bc60d5e1daf7"
},
{
"PersonalConfigId": "b0c903a2-e361-40b2-824e-4dedde198672",
"StateId": "3204aace-e95a-4336-8441-bc60d5e1daf7"
}
],
"id": "f4960592-9a58-4bad-bbf5-e200332b15c7",
"ConfigId": "5eb19f2c-12a8-4746-8f91-a1c65840540d"
}
]