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": "d77265d1-5f3f-47ee-a759-0306e0ed20a7",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "d77265d1-5f3f-47ee-a759-0306e0ed20a7",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "bb36454e-4272-4f1d-a526-749c8b5d53d6",
"StateId": "3a771fe7-c05a-4ee3-a3ed-0058ffedba65"
},
{
"PersonalConfigId": "bb36454e-4272-4f1d-a526-749c8b5d53d6",
"StateId": "3a771fe7-c05a-4ee3-a3ed-0058ffedba65"
}
],
"id": "e6bdbaa7-7175-44bb-a378-4728d19d3ca8",
"ConfigId": "6698cc26-686c-4fb3-82f2-8e3a36c60563"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "d77265d1-5f3f-47ee-a759-0306e0ed20a7",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "d77265d1-5f3f-47ee-a759-0306e0ed20a7",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "bb36454e-4272-4f1d-a526-749c8b5d53d6",
"StateId": "3a771fe7-c05a-4ee3-a3ed-0058ffedba65"
},
{
"PersonalConfigId": "bb36454e-4272-4f1d-a526-749c8b5d53d6",
"StateId": "3a771fe7-c05a-4ee3-a3ed-0058ffedba65"
}
],
"id": "e6bdbaa7-7175-44bb-a378-4728d19d3ca8",
"ConfigId": "6698cc26-686c-4fb3-82f2-8e3a36c60563"
}
]