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": "2977760b-916b-4aae-84f5-3429755dbadf",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "2977760b-916b-4aae-84f5-3429755dbadf",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "6bd70fa3-77b6-4bf3-9e8d-c1491c46908e",
"StateId": "7e2e05ec-591f-4368-a6c9-d14f6d6c6e43"
},
{
"PersonalConfigId": "6bd70fa3-77b6-4bf3-9e8d-c1491c46908e",
"StateId": "7e2e05ec-591f-4368-a6c9-d14f6d6c6e43"
}
],
"id": "3302335d-b897-4080-951d-b488f2004eed",
"ConfigId": "09542a5d-4e8d-4d32-a262-03f3f3157400"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "2977760b-916b-4aae-84f5-3429755dbadf",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "2977760b-916b-4aae-84f5-3429755dbadf",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "6bd70fa3-77b6-4bf3-9e8d-c1491c46908e",
"StateId": "7e2e05ec-591f-4368-a6c9-d14f6d6c6e43"
},
{
"PersonalConfigId": "6bd70fa3-77b6-4bf3-9e8d-c1491c46908e",
"StateId": "7e2e05ec-591f-4368-a6c9-d14f6d6c6e43"
}
],
"id": "3302335d-b897-4080-951d-b488f2004eed",
"ConfigId": "09542a5d-4e8d-4d32-a262-03f3f3157400"
}
]