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": "2eff14f8-4bf9-4755-b03e-4ba488f73656",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "2eff14f8-4bf9-4755-b03e-4ba488f73656",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "3e99423c-cb9a-43d0-a70b-1a70823f9a9f",
"StateId": "6bdb1ee3-4538-46d9-8b9b-6b466d17ac68"
},
{
"PersonalConfigId": "3e99423c-cb9a-43d0-a70b-1a70823f9a9f",
"StateId": "6bdb1ee3-4538-46d9-8b9b-6b466d17ac68"
}
],
"id": "7e56128e-3fad-454a-a554-4664693d7814",
"ConfigId": "0a44c56e-ab84-4d36-8778-108a9de1e858"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "2eff14f8-4bf9-4755-b03e-4ba488f73656",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "2eff14f8-4bf9-4755-b03e-4ba488f73656",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "3e99423c-cb9a-43d0-a70b-1a70823f9a9f",
"StateId": "6bdb1ee3-4538-46d9-8b9b-6b466d17ac68"
},
{
"PersonalConfigId": "3e99423c-cb9a-43d0-a70b-1a70823f9a9f",
"StateId": "6bdb1ee3-4538-46d9-8b9b-6b466d17ac68"
}
],
"id": "7e56128e-3fad-454a-a554-4664693d7814",
"ConfigId": "0a44c56e-ab84-4d36-8778-108a9de1e858"
}
]