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": "626de275-8542-4e84-8642-77d30db10dbc",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "626de275-8542-4e84-8642-77d30db10dbc",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "be432a10-f9b3-4ab6-b78f-d9c45aebec10",
"StateId": "6003751f-72a8-4100-90c9-1de6238c090f"
},
{
"PersonalConfigId": "be432a10-f9b3-4ab6-b78f-d9c45aebec10",
"StateId": "6003751f-72a8-4100-90c9-1de6238c090f"
}
],
"id": "b50dbc02-b917-4678-b71a-88d0f1e0d8ef",
"ConfigId": "458b2ac3-37e3-4681-8149-b60e635f5c13"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "626de275-8542-4e84-8642-77d30db10dbc",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "626de275-8542-4e84-8642-77d30db10dbc",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "be432a10-f9b3-4ab6-b78f-d9c45aebec10",
"StateId": "6003751f-72a8-4100-90c9-1de6238c090f"
},
{
"PersonalConfigId": "be432a10-f9b3-4ab6-b78f-d9c45aebec10",
"StateId": "6003751f-72a8-4100-90c9-1de6238c090f"
}
],
"id": "b50dbc02-b917-4678-b71a-88d0f1e0d8ef",
"ConfigId": "458b2ac3-37e3-4681-8149-b60e635f5c13"
}
]