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": "a4ebbc2e-9f90-4fb5-ba64-fa144e27b8ea",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a4ebbc2e-9f90-4fb5-ba64-fa144e27b8ea",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "54032740-f682-414a-9809-579f2471aad8",
"StateId": "d884f147-32cd-4fc7-89d7-9dcfdd4ddf5c"
},
{
"PersonalConfigId": "54032740-f682-414a-9809-579f2471aad8",
"StateId": "d884f147-32cd-4fc7-89d7-9dcfdd4ddf5c"
}
],
"id": "22afe464-9fcd-428b-bce9-46d0f0cdcb07",
"ConfigId": "d759b87d-d7db-4482-9db7-4e95b7d5e7a8"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "a4ebbc2e-9f90-4fb5-ba64-fa144e27b8ea",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a4ebbc2e-9f90-4fb5-ba64-fa144e27b8ea",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "54032740-f682-414a-9809-579f2471aad8",
"StateId": "d884f147-32cd-4fc7-89d7-9dcfdd4ddf5c"
},
{
"PersonalConfigId": "54032740-f682-414a-9809-579f2471aad8",
"StateId": "d884f147-32cd-4fc7-89d7-9dcfdd4ddf5c"
}
],
"id": "22afe464-9fcd-428b-bce9-46d0f0cdcb07",
"ConfigId": "d759b87d-d7db-4482-9db7-4e95b7d5e7a8"
}
]