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": "f6884b9c-f183-4692-bc88-4c9eb44f64a8",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "f6884b9c-f183-4692-bc88-4c9eb44f64a8",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f3022b6e-cf9c-4654-aa95-e7581a35e0cf",
"StateId": "01b50708-0f82-4a79-984d-aad3ab8dadd9"
},
{
"PersonalConfigId": "f3022b6e-cf9c-4654-aa95-e7581a35e0cf",
"StateId": "01b50708-0f82-4a79-984d-aad3ab8dadd9"
}
],
"id": "ea6e661a-d8e5-467d-becc-c72d4b6bf402",
"ConfigId": "dbe49460-3663-4c0a-8fce-0bb8676e993d"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "f6884b9c-f183-4692-bc88-4c9eb44f64a8",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "f6884b9c-f183-4692-bc88-4c9eb44f64a8",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f3022b6e-cf9c-4654-aa95-e7581a35e0cf",
"StateId": "01b50708-0f82-4a79-984d-aad3ab8dadd9"
},
{
"PersonalConfigId": "f3022b6e-cf9c-4654-aa95-e7581a35e0cf",
"StateId": "01b50708-0f82-4a79-984d-aad3ab8dadd9"
}
],
"id": "ea6e661a-d8e5-467d-becc-c72d4b6bf402",
"ConfigId": "dbe49460-3663-4c0a-8fce-0bb8676e993d"
}
]