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": "e0cfd67d-ae77-467c-a0b7-14748b6e58e3",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "e0cfd67d-ae77-467c-a0b7-14748b6e58e3",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "3dfd8313-a40f-419d-9c93-8f702069db43",
"StateId": "d0c73222-3192-447c-b45b-5ddd9fbc6d61"
},
{
"PersonalConfigId": "3dfd8313-a40f-419d-9c93-8f702069db43",
"StateId": "d0c73222-3192-447c-b45b-5ddd9fbc6d61"
}
],
"id": "d9590571-7b78-46a8-8f41-f706078a4f83",
"ConfigId": "f306a531-8d71-4114-889c-9d9e3dfc3d50"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "e0cfd67d-ae77-467c-a0b7-14748b6e58e3",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "e0cfd67d-ae77-467c-a0b7-14748b6e58e3",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "3dfd8313-a40f-419d-9c93-8f702069db43",
"StateId": "d0c73222-3192-447c-b45b-5ddd9fbc6d61"
},
{
"PersonalConfigId": "3dfd8313-a40f-419d-9c93-8f702069db43",
"StateId": "d0c73222-3192-447c-b45b-5ddd9fbc6d61"
}
],
"id": "d9590571-7b78-46a8-8f41-f706078a4f83",
"ConfigId": "f306a531-8d71-4114-889c-9d9e3dfc3d50"
}
]