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": "5571f1df-5b69-4796-b51d-07cfe843ac8d",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "5571f1df-5b69-4796-b51d-07cfe843ac8d",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "c95cf628-322d-4c6a-887f-ea83bb907378",
"StateId": "b6169909-412d-4b97-aaf1-154feb435269"
},
{
"PersonalConfigId": "c95cf628-322d-4c6a-887f-ea83bb907378",
"StateId": "b6169909-412d-4b97-aaf1-154feb435269"
}
],
"id": "8fc5a514-cb3d-4af4-9fec-b5c5485c67af",
"ConfigId": "3deab3c5-4eef-4de6-ba6f-79e675a823fc"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "5571f1df-5b69-4796-b51d-07cfe843ac8d",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "5571f1df-5b69-4796-b51d-07cfe843ac8d",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "c95cf628-322d-4c6a-887f-ea83bb907378",
"StateId": "b6169909-412d-4b97-aaf1-154feb435269"
},
{
"PersonalConfigId": "c95cf628-322d-4c6a-887f-ea83bb907378",
"StateId": "b6169909-412d-4b97-aaf1-154feb435269"
}
],
"id": "8fc5a514-cb3d-4af4-9fec-b5c5485c67af",
"ConfigId": "3deab3c5-4eef-4de6-ba6f-79e675a823fc"
}
]