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": "eee11504-4e50-4307-a6fb-3dd4db3773ca",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "eee11504-4e50-4307-a6fb-3dd4db3773ca",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "2fe0dd16-658a-46ed-80d4-923ef199ac40",
"ConfigId": "1a74e1a2-ca19-4e33-a952-b4b32d7a907d"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "eee11504-4e50-4307-a6fb-3dd4db3773ca",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "eee11504-4e50-4307-a6fb-3dd4db3773ca",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "2fe0dd16-658a-46ed-80d4-923ef199ac40",
"ConfigId": "1a74e1a2-ca19-4e33-a952-b4b32d7a907d"
}
]