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": "a704cd59-82f8-481b-8650-7e617a7807a8",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a704cd59-82f8-481b-8650-7e617a7807a8",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "26362e45-eb44-4303-aae1-aa0258b21c4a",
"StateId": "e87bed78-51bf-49d2-9e09-58f9cacd83c4"
},
{
"PersonalConfigId": "26362e45-eb44-4303-aae1-aa0258b21c4a",
"StateId": "e87bed78-51bf-49d2-9e09-58f9cacd83c4"
}
],
"id": "34f79fab-f12c-4db9-a8e5-2073c0b56ea7",
"ConfigId": "af7c9ba4-9fe0-4c0e-8fa7-84345473b18e"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "a704cd59-82f8-481b-8650-7e617a7807a8",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a704cd59-82f8-481b-8650-7e617a7807a8",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "26362e45-eb44-4303-aae1-aa0258b21c4a",
"StateId": "e87bed78-51bf-49d2-9e09-58f9cacd83c4"
},
{
"PersonalConfigId": "26362e45-eb44-4303-aae1-aa0258b21c4a",
"StateId": "e87bed78-51bf-49d2-9e09-58f9cacd83c4"
}
],
"id": "34f79fab-f12c-4db9-a8e5-2073c0b56ea7",
"ConfigId": "af7c9ba4-9fe0-4c0e-8fa7-84345473b18e"
}
]