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": "796d2293-55ad-430b-9318-1b5a6404bbfa",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "796d2293-55ad-430b-9318-1b5a6404bbfa",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "94313686-7e9a-40da-a4ff-5dd6d1601016",
"StateId": "031d8efc-2e8d-45bb-a4da-4df05e58ab52"
},
{
"PersonalConfigId": "94313686-7e9a-40da-a4ff-5dd6d1601016",
"StateId": "031d8efc-2e8d-45bb-a4da-4df05e58ab52"
}
],
"id": "e5f7e6f2-2ea6-425e-b737-5216310c1aac",
"ConfigId": "b9284d3b-16b8-4394-ad0a-fa951717d695"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "796d2293-55ad-430b-9318-1b5a6404bbfa",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "796d2293-55ad-430b-9318-1b5a6404bbfa",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "94313686-7e9a-40da-a4ff-5dd6d1601016",
"StateId": "031d8efc-2e8d-45bb-a4da-4df05e58ab52"
},
{
"PersonalConfigId": "94313686-7e9a-40da-a4ff-5dd6d1601016",
"StateId": "031d8efc-2e8d-45bb-a4da-4df05e58ab52"
}
],
"id": "e5f7e6f2-2ea6-425e-b737-5216310c1aac",
"ConfigId": "b9284d3b-16b8-4394-ad0a-fa951717d695"
}
]