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": "56b3973c-7946-4541-88a1-6ed094e51b8f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "56b3973c-7946-4541-88a1-6ed094e51b8f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "1b190fbe-c43a-4ba4-9acd-9568b2c9fd16",
"StateId": "13f2dc40-4cde-4db4-ae38-afcaac9fc808"
},
{
"PersonalConfigId": "1b190fbe-c43a-4ba4-9acd-9568b2c9fd16",
"StateId": "13f2dc40-4cde-4db4-ae38-afcaac9fc808"
}
],
"id": "2bb640f1-fcad-4103-a046-c4ed5ca89858",
"ConfigId": "6ed992fe-04e1-4eef-83c5-904bc7c2bdfe"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "56b3973c-7946-4541-88a1-6ed094e51b8f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "56b3973c-7946-4541-88a1-6ed094e51b8f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "1b190fbe-c43a-4ba4-9acd-9568b2c9fd16",
"StateId": "13f2dc40-4cde-4db4-ae38-afcaac9fc808"
},
{
"PersonalConfigId": "1b190fbe-c43a-4ba4-9acd-9568b2c9fd16",
"StateId": "13f2dc40-4cde-4db4-ae38-afcaac9fc808"
}
],
"id": "2bb640f1-fcad-4103-a046-c4ed5ca89858",
"ConfigId": "6ed992fe-04e1-4eef-83c5-904bc7c2bdfe"
}
]