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": "37842e3d-3375-46a7-afb6-8b5447d73e4c",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "37842e3d-3375-46a7-afb6-8b5447d73e4c",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "163f87b2-2f68-4877-8dc6-0977b28c2a86",
"StateId": "2a33fd37-d7a6-44c5-ab5a-64333b2ed13d"
},
{
"PersonalConfigId": "163f87b2-2f68-4877-8dc6-0977b28c2a86",
"StateId": "2a33fd37-d7a6-44c5-ab5a-64333b2ed13d"
}
],
"id": "8b20c57f-be6b-4f46-ba31-90d2a1c4d3de",
"ConfigId": "93387e88-8595-469d-b085-3bf3ea9a1d65"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "37842e3d-3375-46a7-afb6-8b5447d73e4c",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "37842e3d-3375-46a7-afb6-8b5447d73e4c",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "163f87b2-2f68-4877-8dc6-0977b28c2a86",
"StateId": "2a33fd37-d7a6-44c5-ab5a-64333b2ed13d"
},
{
"PersonalConfigId": "163f87b2-2f68-4877-8dc6-0977b28c2a86",
"StateId": "2a33fd37-d7a6-44c5-ab5a-64333b2ed13d"
}
],
"id": "8b20c57f-be6b-4f46-ba31-90d2a1c4d3de",
"ConfigId": "93387e88-8595-469d-b085-3bf3ea9a1d65"
}
]