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": "efed0054-83bd-4f4c-bbb5-1d3cb35264ea",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "efed0054-83bd-4f4c-bbb5-1d3cb35264ea",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e1867507-3d78-4af0-96f0-feff3106d4db",
"StateId": "868e29a1-812e-4840-bac2-12db5a7c43b7"
},
{
"PersonalConfigId": "e1867507-3d78-4af0-96f0-feff3106d4db",
"StateId": "868e29a1-812e-4840-bac2-12db5a7c43b7"
}
],
"id": "226bb056-3d81-4f95-9512-87a7e3adc0d8",
"ConfigId": "93071786-db05-4a6e-9b03-29154f2af08f"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "efed0054-83bd-4f4c-bbb5-1d3cb35264ea",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "efed0054-83bd-4f4c-bbb5-1d3cb35264ea",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e1867507-3d78-4af0-96f0-feff3106d4db",
"StateId": "868e29a1-812e-4840-bac2-12db5a7c43b7"
},
{
"PersonalConfigId": "e1867507-3d78-4af0-96f0-feff3106d4db",
"StateId": "868e29a1-812e-4840-bac2-12db5a7c43b7"
}
],
"id": "226bb056-3d81-4f95-9512-87a7e3adc0d8",
"ConfigId": "93071786-db05-4a6e-9b03-29154f2af08f"
}
]