GET api/enterpriseteams/list/my
Get list of enterprise teams (My 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": "d468741c-df02-4dee-a2b8-45759ee671e2",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "d468741c-df02-4dee-a2b8-45759ee671e2",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "90969db1-a16c-40d3-97df-04d907f09a60",
"StateId": "3537b59d-bffe-4fc0-b907-90b62a4aa0c7"
},
{
"PersonalConfigId": "90969db1-a16c-40d3-97df-04d907f09a60",
"StateId": "3537b59d-bffe-4fc0-b907-90b62a4aa0c7"
}
],
"id": "c55e9da5-c5a5-4ffb-85ec-f9fb68dfa1fe",
"ConfigId": "4c7c1618-ad64-4478-b18c-49b689d3d6fa"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "d468741c-df02-4dee-a2b8-45759ee671e2",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "d468741c-df02-4dee-a2b8-45759ee671e2",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "90969db1-a16c-40d3-97df-04d907f09a60",
"StateId": "3537b59d-bffe-4fc0-b907-90b62a4aa0c7"
},
{
"PersonalConfigId": "90969db1-a16c-40d3-97df-04d907f09a60",
"StateId": "3537b59d-bffe-4fc0-b907-90b62a4aa0c7"
}
],
"id": "c55e9da5-c5a5-4ffb-85ec-f9fb68dfa1fe",
"ConfigId": "4c7c1618-ad64-4478-b18c-49b689d3d6fa"
}
]