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": "47119dd4-fc0c-4b6e-b133-ddcfc67c48db",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "47119dd4-fc0c-4b6e-b133-ddcfc67c48db",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "8e1c36ae-be2a-4a65-9ef6-d126fd147e9d",
"StateId": "70de3b00-650c-4311-87be-331f8484144d"
},
{
"PersonalConfigId": "8e1c36ae-be2a-4a65-9ef6-d126fd147e9d",
"StateId": "70de3b00-650c-4311-87be-331f8484144d"
}
],
"id": "197e7dea-f93a-4d73-8f79-86e0a22eddaf",
"ConfigId": "bb8d75f3-cbb0-41d5-b1cb-2289b36789a8"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "47119dd4-fc0c-4b6e-b133-ddcfc67c48db",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "47119dd4-fc0c-4b6e-b133-ddcfc67c48db",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "8e1c36ae-be2a-4a65-9ef6-d126fd147e9d",
"StateId": "70de3b00-650c-4311-87be-331f8484144d"
},
{
"PersonalConfigId": "8e1c36ae-be2a-4a65-9ef6-d126fd147e9d",
"StateId": "70de3b00-650c-4311-87be-331f8484144d"
}
],
"id": "197e7dea-f93a-4d73-8f79-86e0a22eddaf",
"ConfigId": "bb8d75f3-cbb0-41d5-b1cb-2289b36789a8"
}
]