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. |
|
| 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": "cbae81f1-f377-45f9-b7e6-163074a55217",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "cbae81f1-f377-45f9-b7e6-163074a55217",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "6f1be193-5dbc-4edd-b530-186b8a27ee6c",
"ConfigId": "b1500e87-c346-4c30-8215-49a226f6e8ad"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "cbae81f1-f377-45f9-b7e6-163074a55217",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "cbae81f1-f377-45f9-b7e6-163074a55217",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "6f1be193-5dbc-4edd-b530-186b8a27ee6c",
"ConfigId": "b1500e87-c346-4c30-8215-49a226f6e8ad"
}
]