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": "a625e072-ffdf-4bbb-8294-5c993bee9f7b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a625e072-ffdf-4bbb-8294-5c993bee9f7b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "afedf161-2dea-4b04-a2db-726466739965",
"StateId": "d25cf1a6-3375-4f4d-937a-4d7bdb8297fe"
},
{
"PersonalConfigId": "afedf161-2dea-4b04-a2db-726466739965",
"StateId": "d25cf1a6-3375-4f4d-937a-4d7bdb8297fe"
}
],
"id": "e6ddf1f7-0ad5-4f91-b147-c7ace8aa17a2",
"ConfigId": "878572d1-e9e5-4094-bac1-c7e511092705"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "a625e072-ffdf-4bbb-8294-5c993bee9f7b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a625e072-ffdf-4bbb-8294-5c993bee9f7b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "afedf161-2dea-4b04-a2db-726466739965",
"StateId": "d25cf1a6-3375-4f4d-937a-4d7bdb8297fe"
},
{
"PersonalConfigId": "afedf161-2dea-4b04-a2db-726466739965",
"StateId": "d25cf1a6-3375-4f4d-937a-4d7bdb8297fe"
}
],
"id": "e6ddf1f7-0ad5-4f91-b147-c7ace8aa17a2",
"ConfigId": "878572d1-e9e5-4094-bac1-c7e511092705"
}
]