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": "d150e120-4796-4d26-a938-46180c2c69dd",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "d150e120-4796-4d26-a938-46180c2c69dd",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "b16b4b1c-8d9f-42da-8e37-5519d18110d2",
"StateId": "0c87242c-6a20-4b91-900d-da86655001d0"
},
{
"PersonalConfigId": "b16b4b1c-8d9f-42da-8e37-5519d18110d2",
"StateId": "0c87242c-6a20-4b91-900d-da86655001d0"
}
],
"id": "b516dedc-d5d7-492b-9830-7add8d444c3d",
"ConfigId": "04c6d5c8-e63b-4ba5-bf5b-f5365cefa24b"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "d150e120-4796-4d26-a938-46180c2c69dd",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "d150e120-4796-4d26-a938-46180c2c69dd",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "b16b4b1c-8d9f-42da-8e37-5519d18110d2",
"StateId": "0c87242c-6a20-4b91-900d-da86655001d0"
},
{
"PersonalConfigId": "b16b4b1c-8d9f-42da-8e37-5519d18110d2",
"StateId": "0c87242c-6a20-4b91-900d-da86655001d0"
}
],
"id": "b516dedc-d5d7-492b-9830-7add8d444c3d",
"ConfigId": "04c6d5c8-e63b-4ba5-bf5b-f5365cefa24b"
}
]