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": "e3a117de-7666-4a5e-8c55-e998e221c922",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "e3a117de-7666-4a5e-8c55-e998e221c922",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e3482c01-210f-4bac-a49d-0a0e3dc358d0",
"StateId": "3cbb4fa6-b8d3-464b-b11f-9af3746fd87e"
},
{
"PersonalConfigId": "e3482c01-210f-4bac-a49d-0a0e3dc358d0",
"StateId": "3cbb4fa6-b8d3-464b-b11f-9af3746fd87e"
}
],
"id": "da8f4fb3-994b-4c9c-be7d-1b6ab3a7d303",
"ConfigId": "27c3f7d3-9644-49e9-9732-4349dd9e4b1c"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "e3a117de-7666-4a5e-8c55-e998e221c922",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "e3a117de-7666-4a5e-8c55-e998e221c922",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e3482c01-210f-4bac-a49d-0a0e3dc358d0",
"StateId": "3cbb4fa6-b8d3-464b-b11f-9af3746fd87e"
},
{
"PersonalConfigId": "e3482c01-210f-4bac-a49d-0a0e3dc358d0",
"StateId": "3cbb4fa6-b8d3-464b-b11f-9af3746fd87e"
}
],
"id": "da8f4fb3-994b-4c9c-be7d-1b6ab3a7d303",
"ConfigId": "27c3f7d3-9644-49e9-9732-4349dd9e4b1c"
}
]