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": "83f44518-eb80-4b10-ac97-b039d8bae47f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "83f44518-eb80-4b10-ac97-b039d8bae47f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "87bed4ab-e608-416c-a29a-226044bac2a5",
"StateId": "00208199-7466-4302-b5e1-905a69c0a7bd"
},
{
"PersonalConfigId": "87bed4ab-e608-416c-a29a-226044bac2a5",
"StateId": "00208199-7466-4302-b5e1-905a69c0a7bd"
}
],
"id": "a0fff82c-18b5-465b-8486-f2497ad4497e",
"ConfigId": "8b160305-4fea-4922-a6c4-7dbf7e269592"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "83f44518-eb80-4b10-ac97-b039d8bae47f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "83f44518-eb80-4b10-ac97-b039d8bae47f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "87bed4ab-e608-416c-a29a-226044bac2a5",
"StateId": "00208199-7466-4302-b5e1-905a69c0a7bd"
},
{
"PersonalConfigId": "87bed4ab-e608-416c-a29a-226044bac2a5",
"StateId": "00208199-7466-4302-b5e1-905a69c0a7bd"
}
],
"id": "a0fff82c-18b5-465b-8486-f2497ad4497e",
"ConfigId": "8b160305-4fea-4922-a6c4-7dbf7e269592"
}
]