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": "7f85d2cf-6689-4d50-a7c2-3c5bad539728",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "7f85d2cf-6689-4d50-a7c2-3c5bad539728",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "a3d01a9e-cb85-4991-85b8-8a631549a70d",
"StateId": "5141b52b-8556-47d4-8aa7-63e6c3ec6aea"
},
{
"PersonalConfigId": "a3d01a9e-cb85-4991-85b8-8a631549a70d",
"StateId": "5141b52b-8556-47d4-8aa7-63e6c3ec6aea"
}
],
"id": "e58abec8-0cb3-464a-a3b8-2d3b658dc5a0",
"ConfigId": "a6630904-d1eb-43b8-9048-a148db85ba9d"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "7f85d2cf-6689-4d50-a7c2-3c5bad539728",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "7f85d2cf-6689-4d50-a7c2-3c5bad539728",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "a3d01a9e-cb85-4991-85b8-8a631549a70d",
"StateId": "5141b52b-8556-47d4-8aa7-63e6c3ec6aea"
},
{
"PersonalConfigId": "a3d01a9e-cb85-4991-85b8-8a631549a70d",
"StateId": "5141b52b-8556-47d4-8aa7-63e6c3ec6aea"
}
],
"id": "e58abec8-0cb3-464a-a3b8-2d3b658dc5a0",
"ConfigId": "a6630904-d1eb-43b8-9048-a148db85ba9d"
}
]