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": "f39472bc-56d8-46c9-8c90-1775273e7523",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "f39472bc-56d8-46c9-8c90-1775273e7523",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "8e8f99f4-e929-4794-936a-27132fbcf738",
"StateId": "7b5de528-9841-4bb4-a311-42b876bd38d1"
},
{
"PersonalConfigId": "8e8f99f4-e929-4794-936a-27132fbcf738",
"StateId": "7b5de528-9841-4bb4-a311-42b876bd38d1"
}
],
"id": "18f79a85-aac3-4a46-a04a-407b5c15134d",
"ConfigId": "6511f667-7ad1-487d-a4c2-80032ed7e8c5"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "f39472bc-56d8-46c9-8c90-1775273e7523",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "f39472bc-56d8-46c9-8c90-1775273e7523",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "8e8f99f4-e929-4794-936a-27132fbcf738",
"StateId": "7b5de528-9841-4bb4-a311-42b876bd38d1"
},
{
"PersonalConfigId": "8e8f99f4-e929-4794-936a-27132fbcf738",
"StateId": "7b5de528-9841-4bb4-a311-42b876bd38d1"
}
],
"id": "18f79a85-aac3-4a46-a04a-407b5c15134d",
"ConfigId": "6511f667-7ad1-487d-a4c2-80032ed7e8c5"
}
]