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": "1cdbf8d4-3d62-4266-8255-16ff9f274f15",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "1cdbf8d4-3d62-4266-8255-16ff9f274f15",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "9c8e535f-da02-43c3-9f47-cbac7be888fa",
"StateId": "8e3f3598-e6f6-44b8-9af1-3d7200daf836"
},
{
"PersonalConfigId": "9c8e535f-da02-43c3-9f47-cbac7be888fa",
"StateId": "8e3f3598-e6f6-44b8-9af1-3d7200daf836"
}
],
"id": "d2556790-65cd-4aa1-9967-5d2e41a8aa1a",
"ConfigId": "892bf8fa-4a9b-4ac1-b5ca-ae3ff7bb30d1"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "1cdbf8d4-3d62-4266-8255-16ff9f274f15",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "1cdbf8d4-3d62-4266-8255-16ff9f274f15",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "9c8e535f-da02-43c3-9f47-cbac7be888fa",
"StateId": "8e3f3598-e6f6-44b8-9af1-3d7200daf836"
},
{
"PersonalConfigId": "9c8e535f-da02-43c3-9f47-cbac7be888fa",
"StateId": "8e3f3598-e6f6-44b8-9af1-3d7200daf836"
}
],
"id": "d2556790-65cd-4aa1-9967-5d2e41a8aa1a",
"ConfigId": "892bf8fa-4a9b-4ac1-b5ca-ae3ff7bb30d1"
}
]