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": "2d0e9d17-0505-4765-bba3-63f09e682932",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "2d0e9d17-0505-4765-bba3-63f09e682932",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4e567007-08d2-4420-bd0a-12e992acbe26",
"StateId": "2e1dfddc-56e7-4310-83b4-1e514aed6332"
},
{
"PersonalConfigId": "4e567007-08d2-4420-bd0a-12e992acbe26",
"StateId": "2e1dfddc-56e7-4310-83b4-1e514aed6332"
}
],
"id": "c305b106-e4df-4760-96f8-32ceeb4eb14f",
"ConfigId": "1d595100-eaf3-423d-91f0-3eb9f5752521"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "2d0e9d17-0505-4765-bba3-63f09e682932",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "2d0e9d17-0505-4765-bba3-63f09e682932",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4e567007-08d2-4420-bd0a-12e992acbe26",
"StateId": "2e1dfddc-56e7-4310-83b4-1e514aed6332"
},
{
"PersonalConfigId": "4e567007-08d2-4420-bd0a-12e992acbe26",
"StateId": "2e1dfddc-56e7-4310-83b4-1e514aed6332"
}
],
"id": "c305b106-e4df-4760-96f8-32ceeb4eb14f",
"ConfigId": "1d595100-eaf3-423d-91f0-3eb9f5752521"
}
]