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": "bf84a96e-1130-4d0a-a801-1a09606d85ce",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "bf84a96e-1130-4d0a-a801-1a09606d85ce",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "bec3d4c7-73a9-4839-8a4e-4b292d77e90e",
"StateId": "4cdd1693-8657-4fa8-8cdc-595654c10b2d"
},
{
"PersonalConfigId": "bec3d4c7-73a9-4839-8a4e-4b292d77e90e",
"StateId": "4cdd1693-8657-4fa8-8cdc-595654c10b2d"
}
],
"id": "7f973f8f-1697-4f12-9fd1-06f00799ee4e",
"ConfigId": "a12a36c7-600e-48a9-bbba-ddad23b7d569"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "bf84a96e-1130-4d0a-a801-1a09606d85ce",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "bf84a96e-1130-4d0a-a801-1a09606d85ce",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "bec3d4c7-73a9-4839-8a4e-4b292d77e90e",
"StateId": "4cdd1693-8657-4fa8-8cdc-595654c10b2d"
},
{
"PersonalConfigId": "bec3d4c7-73a9-4839-8a4e-4b292d77e90e",
"StateId": "4cdd1693-8657-4fa8-8cdc-595654c10b2d"
}
],
"id": "7f973f8f-1697-4f12-9fd1-06f00799ee4e",
"ConfigId": "a12a36c7-600e-48a9-bbba-ddad23b7d569"
}
]