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": "88b4938d-32a1-40bc-adf4-4c2089f11c06",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "88b4938d-32a1-40bc-adf4-4c2089f11c06",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e37c7995-31b2-4205-8e5d-63d00f496e73",
"StateId": "6c7d496c-3a0b-4495-9df3-ff7e9853be65"
},
{
"PersonalConfigId": "e37c7995-31b2-4205-8e5d-63d00f496e73",
"StateId": "6c7d496c-3a0b-4495-9df3-ff7e9853be65"
}
],
"id": "0946ca09-4c72-4db6-97e3-19808382ddce",
"ConfigId": "1bba162a-cbcd-4220-abb1-d9197595d336"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "88b4938d-32a1-40bc-adf4-4c2089f11c06",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "88b4938d-32a1-40bc-adf4-4c2089f11c06",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e37c7995-31b2-4205-8e5d-63d00f496e73",
"StateId": "6c7d496c-3a0b-4495-9df3-ff7e9853be65"
},
{
"PersonalConfigId": "e37c7995-31b2-4205-8e5d-63d00f496e73",
"StateId": "6c7d496c-3a0b-4495-9df3-ff7e9853be65"
}
],
"id": "0946ca09-4c72-4db6-97e3-19808382ddce",
"ConfigId": "1bba162a-cbcd-4220-abb1-d9197595d336"
}
]