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": "4c0b4124-9bab-474e-a8a8-8725dd021706",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "4c0b4124-9bab-474e-a8a8-8725dd021706",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e0bd9a36-dc1d-416b-92ab-1cc1352a6e69",
"StateId": "15ac3edc-29a3-49d6-8f22-f81ddb86780e"
},
{
"PersonalConfigId": "e0bd9a36-dc1d-416b-92ab-1cc1352a6e69",
"StateId": "15ac3edc-29a3-49d6-8f22-f81ddb86780e"
}
],
"id": "b50bec9a-ab1f-4b08-a837-2add3e6e7fe0",
"ConfigId": "b321a3d8-2df5-49fc-ba73-d1570246c4dc"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "4c0b4124-9bab-474e-a8a8-8725dd021706",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "4c0b4124-9bab-474e-a8a8-8725dd021706",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e0bd9a36-dc1d-416b-92ab-1cc1352a6e69",
"StateId": "15ac3edc-29a3-49d6-8f22-f81ddb86780e"
},
{
"PersonalConfigId": "e0bd9a36-dc1d-416b-92ab-1cc1352a6e69",
"StateId": "15ac3edc-29a3-49d6-8f22-f81ddb86780e"
}
],
"id": "b50bec9a-ab1f-4b08-a837-2add3e6e7fe0",
"ConfigId": "b321a3d8-2df5-49fc-ba73-d1570246c4dc"
}
]