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": "f0ba34fd-f74d-4552-9d00-fe48b950b433",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "f0ba34fd-f74d-4552-9d00-fe48b950b433",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "29d9716d-e7ab-4e5c-b6a9-b7a4f470eb1a",
"ConfigId": "0c2c2dd0-f0e7-4a1f-bed7-7e3beef5feb3"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "f0ba34fd-f74d-4552-9d00-fe48b950b433",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "f0ba34fd-f74d-4552-9d00-fe48b950b433",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "29d9716d-e7ab-4e5c-b6a9-b7a4f470eb1a",
"ConfigId": "0c2c2dd0-f0e7-4a1f-bed7-7e3beef5feb3"
}
]