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": "c94d400a-5556-42ef-a594-ce9db67d5e61",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "c94d400a-5556-42ef-a594-ce9db67d5e61",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "aa942eb9-486e-43e4-a6cb-0a6f9d742515",
"StateId": "e17e6eaa-3d75-43a3-b66b-b968b7247828"
},
{
"PersonalConfigId": "aa942eb9-486e-43e4-a6cb-0a6f9d742515",
"StateId": "e17e6eaa-3d75-43a3-b66b-b968b7247828"
}
],
"id": "3df1ca2f-2e3b-469f-ad4d-237e8202ee88",
"ConfigId": "5c5079b5-0666-403e-88d2-a8d80e18a8fa"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "c94d400a-5556-42ef-a594-ce9db67d5e61",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "c94d400a-5556-42ef-a594-ce9db67d5e61",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "aa942eb9-486e-43e4-a6cb-0a6f9d742515",
"StateId": "e17e6eaa-3d75-43a3-b66b-b968b7247828"
},
{
"PersonalConfigId": "aa942eb9-486e-43e4-a6cb-0a6f9d742515",
"StateId": "e17e6eaa-3d75-43a3-b66b-b968b7247828"
}
],
"id": "3df1ca2f-2e3b-469f-ad4d-237e8202ee88",
"ConfigId": "5c5079b5-0666-403e-88d2-a8d80e18a8fa"
}
]