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": "3a883c6d-6e92-4b78-a28d-27c4fb93640e",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "3a883c6d-6e92-4b78-a28d-27c4fb93640e",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ccb9dcb5-2d80-4441-a1b3-5ea18a7cc90f",
"StateId": "b3ecff0e-8c58-403a-a284-a4e9813d7dfc"
},
{
"PersonalConfigId": "ccb9dcb5-2d80-4441-a1b3-5ea18a7cc90f",
"StateId": "b3ecff0e-8c58-403a-a284-a4e9813d7dfc"
}
],
"id": "79a7b836-2b8a-4fe5-950a-686d38d4e5ca",
"ConfigId": "6adfd96d-143e-4fee-a8e1-a4bc265e0b4a"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "3a883c6d-6e92-4b78-a28d-27c4fb93640e",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "3a883c6d-6e92-4b78-a28d-27c4fb93640e",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ccb9dcb5-2d80-4441-a1b3-5ea18a7cc90f",
"StateId": "b3ecff0e-8c58-403a-a284-a4e9813d7dfc"
},
{
"PersonalConfigId": "ccb9dcb5-2d80-4441-a1b3-5ea18a7cc90f",
"StateId": "b3ecff0e-8c58-403a-a284-a4e9813d7dfc"
}
],
"id": "79a7b836-2b8a-4fe5-950a-686d38d4e5ca",
"ConfigId": "6adfd96d-143e-4fee-a8e1-a4bc265e0b4a"
}
]