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": "f8f9bf04-289a-4c22-a50e-052cb17434df",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "f8f9bf04-289a-4c22-a50e-052cb17434df",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "64f50a52-1786-4d44-92d5-9c6eb55fc60f",
"StateId": "487b3c15-70bb-4166-a93d-9009483003c2"
},
{
"PersonalConfigId": "64f50a52-1786-4d44-92d5-9c6eb55fc60f",
"StateId": "487b3c15-70bb-4166-a93d-9009483003c2"
}
],
"id": "17ddad82-05fd-41a2-aded-3e4629f56bd5",
"ConfigId": "0010ced0-842a-4a6e-8778-134b8aeebb47"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "f8f9bf04-289a-4c22-a50e-052cb17434df",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "f8f9bf04-289a-4c22-a50e-052cb17434df",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "64f50a52-1786-4d44-92d5-9c6eb55fc60f",
"StateId": "487b3c15-70bb-4166-a93d-9009483003c2"
},
{
"PersonalConfigId": "64f50a52-1786-4d44-92d5-9c6eb55fc60f",
"StateId": "487b3c15-70bb-4166-a93d-9009483003c2"
}
],
"id": "17ddad82-05fd-41a2-aded-3e4629f56bd5",
"ConfigId": "0010ced0-842a-4a6e-8778-134b8aeebb47"
}
]