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": "998f7ead-ab4f-4db2-8941-868490b1d953",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "998f7ead-ab4f-4db2-8941-868490b1d953",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4c52aab1-b88e-494a-982e-72e903978655",
"StateId": "e5708ae1-0e84-4565-9ddd-fa01a151c6b9"
},
{
"PersonalConfigId": "4c52aab1-b88e-494a-982e-72e903978655",
"StateId": "e5708ae1-0e84-4565-9ddd-fa01a151c6b9"
}
],
"id": "41ebff6d-8ceb-4d3a-91b5-ff30671e3026",
"ConfigId": "68b80c0a-8df3-4abc-9b76-3544d57c3179"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "998f7ead-ab4f-4db2-8941-868490b1d953",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "998f7ead-ab4f-4db2-8941-868490b1d953",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4c52aab1-b88e-494a-982e-72e903978655",
"StateId": "e5708ae1-0e84-4565-9ddd-fa01a151c6b9"
},
{
"PersonalConfigId": "4c52aab1-b88e-494a-982e-72e903978655",
"StateId": "e5708ae1-0e84-4565-9ddd-fa01a151c6b9"
}
],
"id": "41ebff6d-8ceb-4d3a-91b5-ff30671e3026",
"ConfigId": "68b80c0a-8df3-4abc-9b76-3544d57c3179"
}
]