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": "d4ee4bb0-80b0-44f3-a4c7-8fc0c4b910ad",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "d4ee4bb0-80b0-44f3-a4c7-8fc0c4b910ad",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "70d0269d-0f4c-4a7e-a694-8afc6901e72e",
"StateId": "52c8bbdf-deba-4ba2-94e6-d883d5e28456"
},
{
"PersonalConfigId": "70d0269d-0f4c-4a7e-a694-8afc6901e72e",
"StateId": "52c8bbdf-deba-4ba2-94e6-d883d5e28456"
}
],
"id": "b6acb9c2-71fd-467e-9410-b50aedcdcde2",
"ConfigId": "d3d6c003-4e80-41d5-ab67-63303e2d7e82"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "d4ee4bb0-80b0-44f3-a4c7-8fc0c4b910ad",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "d4ee4bb0-80b0-44f3-a4c7-8fc0c4b910ad",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "70d0269d-0f4c-4a7e-a694-8afc6901e72e",
"StateId": "52c8bbdf-deba-4ba2-94e6-d883d5e28456"
},
{
"PersonalConfigId": "70d0269d-0f4c-4a7e-a694-8afc6901e72e",
"StateId": "52c8bbdf-deba-4ba2-94e6-d883d5e28456"
}
],
"id": "b6acb9c2-71fd-467e-9410-b50aedcdcde2",
"ConfigId": "d3d6c003-4e80-41d5-ab67-63303e2d7e82"
}
]