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": "218d82a7-05fb-4e1c-a12e-1ed9243418be",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "218d82a7-05fb-4e1c-a12e-1ed9243418be",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4422b6e8-c5e7-4ca9-af96-4502df940bc4",
"StateId": "26d1b895-90eb-4db7-99c0-7dfff12c01d0"
},
{
"PersonalConfigId": "4422b6e8-c5e7-4ca9-af96-4502df940bc4",
"StateId": "26d1b895-90eb-4db7-99c0-7dfff12c01d0"
}
],
"id": "5184edbd-811a-4c48-ab71-b775554a29ea",
"ConfigId": "fd52c148-344e-4736-a5c4-751ca68e8f4c"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "218d82a7-05fb-4e1c-a12e-1ed9243418be",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "218d82a7-05fb-4e1c-a12e-1ed9243418be",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4422b6e8-c5e7-4ca9-af96-4502df940bc4",
"StateId": "26d1b895-90eb-4db7-99c0-7dfff12c01d0"
},
{
"PersonalConfigId": "4422b6e8-c5e7-4ca9-af96-4502df940bc4",
"StateId": "26d1b895-90eb-4db7-99c0-7dfff12c01d0"
}
],
"id": "5184edbd-811a-4c48-ab71-b775554a29ea",
"ConfigId": "fd52c148-344e-4736-a5c4-751ca68e8f4c"
}
]