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": "a6fd558c-ed4c-465c-95b4-8942aed6601b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a6fd558c-ed4c-465c-95b4-8942aed6601b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "8dd8f3e2-24a4-45a9-9189-a4254ed7f599",
"StateId": "93076cab-0c3b-4630-9546-1b74c72927a8"
},
{
"PersonalConfigId": "8dd8f3e2-24a4-45a9-9189-a4254ed7f599",
"StateId": "93076cab-0c3b-4630-9546-1b74c72927a8"
}
],
"id": "2e119eb5-f889-455a-ad52-e8538f0b1db8",
"ConfigId": "6a9603dc-4bfe-4d0f-a56e-629fbb054657"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "a6fd558c-ed4c-465c-95b4-8942aed6601b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a6fd558c-ed4c-465c-95b4-8942aed6601b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "8dd8f3e2-24a4-45a9-9189-a4254ed7f599",
"StateId": "93076cab-0c3b-4630-9546-1b74c72927a8"
},
{
"PersonalConfigId": "8dd8f3e2-24a4-45a9-9189-a4254ed7f599",
"StateId": "93076cab-0c3b-4630-9546-1b74c72927a8"
}
],
"id": "2e119eb5-f889-455a-ad52-e8538f0b1db8",
"ConfigId": "6a9603dc-4bfe-4d0f-a56e-629fbb054657"
}
]