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": "5f4f0f8d-c94d-40a4-bf00-05128850beec",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "5f4f0f8d-c94d-40a4-bf00-05128850beec",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "21fd81c8-1449-46a3-86c1-7f4607d69357",
"StateId": "10d935b8-1275-4edb-bf5f-088ce19a77c6"
},
{
"PersonalConfigId": "21fd81c8-1449-46a3-86c1-7f4607d69357",
"StateId": "10d935b8-1275-4edb-bf5f-088ce19a77c6"
}
],
"id": "8b6ce8d4-e0ec-41cd-97c1-2490bb61b8e4",
"ConfigId": "101c4d8d-5804-497b-8994-36bc7a57cf9f"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "5f4f0f8d-c94d-40a4-bf00-05128850beec",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "5f4f0f8d-c94d-40a4-bf00-05128850beec",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "21fd81c8-1449-46a3-86c1-7f4607d69357",
"StateId": "10d935b8-1275-4edb-bf5f-088ce19a77c6"
},
{
"PersonalConfigId": "21fd81c8-1449-46a3-86c1-7f4607d69357",
"StateId": "10d935b8-1275-4edb-bf5f-088ce19a77c6"
}
],
"id": "8b6ce8d4-e0ec-41cd-97c1-2490bb61b8e4",
"ConfigId": "101c4d8d-5804-497b-8994-36bc7a57cf9f"
}
]