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": "4a8d0dfb-7dbe-40f8-8237-84cea390cb26",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "4a8d0dfb-7dbe-40f8-8237-84cea390cb26",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "665bb2a5-6dc3-48db-8788-f672f40fd9b6",
"StateId": "e98a7f55-7e19-43a3-9998-6841d8badd21"
},
{
"PersonalConfigId": "665bb2a5-6dc3-48db-8788-f672f40fd9b6",
"StateId": "e98a7f55-7e19-43a3-9998-6841d8badd21"
}
],
"id": "05b1ec3d-a66d-46b0-8e06-1c76bd95cce2",
"ConfigId": "f7893854-d87f-4e71-bf91-f6a447d22c7b"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "4a8d0dfb-7dbe-40f8-8237-84cea390cb26",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "4a8d0dfb-7dbe-40f8-8237-84cea390cb26",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "665bb2a5-6dc3-48db-8788-f672f40fd9b6",
"StateId": "e98a7f55-7e19-43a3-9998-6841d8badd21"
},
{
"PersonalConfigId": "665bb2a5-6dc3-48db-8788-f672f40fd9b6",
"StateId": "e98a7f55-7e19-43a3-9998-6841d8badd21"
}
],
"id": "05b1ec3d-a66d-46b0-8e06-1c76bd95cce2",
"ConfigId": "f7893854-d87f-4e71-bf91-f6a447d22c7b"
}
]