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": "9447c22c-3f63-429d-af09-f3ebda78a154",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "9447c22c-3f63-429d-af09-f3ebda78a154",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "091e049c-ea3c-4ae7-8ba3-8e5eda86ef4e",
"StateId": "c6743a99-d93d-45f3-ab47-d5a5adafcc7f"
},
{
"PersonalConfigId": "091e049c-ea3c-4ae7-8ba3-8e5eda86ef4e",
"StateId": "c6743a99-d93d-45f3-ab47-d5a5adafcc7f"
}
],
"id": "24269954-b73e-461b-bd40-034d8e8ec31e",
"ConfigId": "c7dc857c-ec10-4aa6-9501-b096f7eff536"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "9447c22c-3f63-429d-af09-f3ebda78a154",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "9447c22c-3f63-429d-af09-f3ebda78a154",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "091e049c-ea3c-4ae7-8ba3-8e5eda86ef4e",
"StateId": "c6743a99-d93d-45f3-ab47-d5a5adafcc7f"
},
{
"PersonalConfigId": "091e049c-ea3c-4ae7-8ba3-8e5eda86ef4e",
"StateId": "c6743a99-d93d-45f3-ab47-d5a5adafcc7f"
}
],
"id": "24269954-b73e-461b-bd40-034d8e8ec31e",
"ConfigId": "c7dc857c-ec10-4aa6-9501-b096f7eff536"
}
]