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": "ad6b1d2c-c767-4085-b72f-abce40a05f72",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ad6b1d2c-c767-4085-b72f-abce40a05f72",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "5c198788-6f3f-469d-bdf9-936815a53d62",
"StateId": "d61c1346-9c85-40db-a484-9b6f105823cf"
},
{
"PersonalConfigId": "5c198788-6f3f-469d-bdf9-936815a53d62",
"StateId": "d61c1346-9c85-40db-a484-9b6f105823cf"
}
],
"id": "976809eb-e4b5-46d2-876b-c17b91ea6d68",
"ConfigId": "1d589ed2-8a7e-48c6-9d7e-e41305db9901"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "ad6b1d2c-c767-4085-b72f-abce40a05f72",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ad6b1d2c-c767-4085-b72f-abce40a05f72",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "5c198788-6f3f-469d-bdf9-936815a53d62",
"StateId": "d61c1346-9c85-40db-a484-9b6f105823cf"
},
{
"PersonalConfigId": "5c198788-6f3f-469d-bdf9-936815a53d62",
"StateId": "d61c1346-9c85-40db-a484-9b6f105823cf"
}
],
"id": "976809eb-e4b5-46d2-876b-c17b91ea6d68",
"ConfigId": "1d589ed2-8a7e-48c6-9d7e-e41305db9901"
}
]