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": "dfb04ee3-8d6e-44b8-84c5-33c3aa238c65",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "dfb04ee3-8d6e-44b8-84c5-33c3aa238c65",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "789d5c3b-28e2-4f2d-9854-7ca56922d75c",
"StateId": "84867792-dcc1-4bbb-be1c-515b68d15d5b"
},
{
"PersonalConfigId": "789d5c3b-28e2-4f2d-9854-7ca56922d75c",
"StateId": "84867792-dcc1-4bbb-be1c-515b68d15d5b"
}
],
"id": "7b54a26b-84bf-43ae-aab4-9920fbaa4ff0",
"ConfigId": "d493b6d0-a410-4f25-8244-8b15af241b0c"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "dfb04ee3-8d6e-44b8-84c5-33c3aa238c65",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "dfb04ee3-8d6e-44b8-84c5-33c3aa238c65",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "789d5c3b-28e2-4f2d-9854-7ca56922d75c",
"StateId": "84867792-dcc1-4bbb-be1c-515b68d15d5b"
},
{
"PersonalConfigId": "789d5c3b-28e2-4f2d-9854-7ca56922d75c",
"StateId": "84867792-dcc1-4bbb-be1c-515b68d15d5b"
}
],
"id": "7b54a26b-84bf-43ae-aab4-9920fbaa4ff0",
"ConfigId": "d493b6d0-a410-4f25-8244-8b15af241b0c"
}
]