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": "65691a2e-7a9b-44e6-960b-4e65540a8a5e",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "65691a2e-7a9b-44e6-960b-4e65540a8a5e",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "d4836af7-3fdb-44ee-a499-62ab2d8c3148",
"StateId": "3aaf3064-3047-4eab-b4d0-66582ba5ba06"
},
{
"PersonalConfigId": "d4836af7-3fdb-44ee-a499-62ab2d8c3148",
"StateId": "3aaf3064-3047-4eab-b4d0-66582ba5ba06"
}
],
"id": "7c8e26fc-358d-4b0e-bd49-8c25c2f714b4",
"ConfigId": "c5530884-7a31-4721-9c83-eb733ac32cd2"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "65691a2e-7a9b-44e6-960b-4e65540a8a5e",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "65691a2e-7a9b-44e6-960b-4e65540a8a5e",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "d4836af7-3fdb-44ee-a499-62ab2d8c3148",
"StateId": "3aaf3064-3047-4eab-b4d0-66582ba5ba06"
},
{
"PersonalConfigId": "d4836af7-3fdb-44ee-a499-62ab2d8c3148",
"StateId": "3aaf3064-3047-4eab-b4d0-66582ba5ba06"
}
],
"id": "7c8e26fc-358d-4b0e-bd49-8c25c2f714b4",
"ConfigId": "c5530884-7a31-4721-9c83-eb733ac32cd2"
}
]