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": "bbac2404-cde2-4056-8900-e5d0efc49807",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "bbac2404-cde2-4056-8900-e5d0efc49807",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "32fae49a-d8c0-4850-af7b-6877a21b8eb3",
"StateId": "4b09eea0-e13f-4424-bca7-8f988bb5c380"
},
{
"PersonalConfigId": "32fae49a-d8c0-4850-af7b-6877a21b8eb3",
"StateId": "4b09eea0-e13f-4424-bca7-8f988bb5c380"
}
],
"id": "db90908b-5e77-4e79-bc9c-861474406178",
"ConfigId": "333b71b3-646e-4d50-8deb-2cffe8a2c894"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "bbac2404-cde2-4056-8900-e5d0efc49807",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "bbac2404-cde2-4056-8900-e5d0efc49807",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "32fae49a-d8c0-4850-af7b-6877a21b8eb3",
"StateId": "4b09eea0-e13f-4424-bca7-8f988bb5c380"
},
{
"PersonalConfigId": "32fae49a-d8c0-4850-af7b-6877a21b8eb3",
"StateId": "4b09eea0-e13f-4424-bca7-8f988bb5c380"
}
],
"id": "db90908b-5e77-4e79-bc9c-861474406178",
"ConfigId": "333b71b3-646e-4d50-8deb-2cffe8a2c894"
}
]