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": "115d1ead-950c-4a30-ad11-d4bb599ae8fb",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "115d1ead-950c-4a30-ad11-d4bb599ae8fb",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "de7554f4-4a9a-4fb2-ac2f-95c66c0ea398",
"StateId": "1a415a25-8795-418a-9997-b147b989fb8d"
},
{
"PersonalConfigId": "de7554f4-4a9a-4fb2-ac2f-95c66c0ea398",
"StateId": "1a415a25-8795-418a-9997-b147b989fb8d"
}
],
"id": "ea993ae6-87a6-4ea7-8e34-8286df7ce13d",
"ConfigId": "04174549-3ddb-48b6-8747-eebd2f55d42f"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "115d1ead-950c-4a30-ad11-d4bb599ae8fb",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "115d1ead-950c-4a30-ad11-d4bb599ae8fb",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "de7554f4-4a9a-4fb2-ac2f-95c66c0ea398",
"StateId": "1a415a25-8795-418a-9997-b147b989fb8d"
},
{
"PersonalConfigId": "de7554f4-4a9a-4fb2-ac2f-95c66c0ea398",
"StateId": "1a415a25-8795-418a-9997-b147b989fb8d"
}
],
"id": "ea993ae6-87a6-4ea7-8e34-8286df7ce13d",
"ConfigId": "04174549-3ddb-48b6-8747-eebd2f55d42f"
}
]