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": "7ef9bef9-2fcf-4a74-954e-6ab49caa1064",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "7ef9bef9-2fcf-4a74-954e-6ab49caa1064",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "17ed926f-533d-45a7-b11a-3c6e5809193e",
"StateId": "ea78530c-9ebe-4c75-a2c1-a522d1b3ffd4"
},
{
"PersonalConfigId": "17ed926f-533d-45a7-b11a-3c6e5809193e",
"StateId": "ea78530c-9ebe-4c75-a2c1-a522d1b3ffd4"
}
],
"id": "52320286-cde1-4e30-9bb9-c3e0769ea8e0",
"ConfigId": "2457285e-e312-4f6d-a2d1-dedf15e87d54"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "7ef9bef9-2fcf-4a74-954e-6ab49caa1064",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "7ef9bef9-2fcf-4a74-954e-6ab49caa1064",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "17ed926f-533d-45a7-b11a-3c6e5809193e",
"StateId": "ea78530c-9ebe-4c75-a2c1-a522d1b3ffd4"
},
{
"PersonalConfigId": "17ed926f-533d-45a7-b11a-3c6e5809193e",
"StateId": "ea78530c-9ebe-4c75-a2c1-a522d1b3ffd4"
}
],
"id": "52320286-cde1-4e30-9bb9-c3e0769ea8e0",
"ConfigId": "2457285e-e312-4f6d-a2d1-dedf15e87d54"
}
]