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": "32f9132e-d3a6-4d9e-ab5f-d52af0cb82b1",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "32f9132e-d3a6-4d9e-ab5f-d52af0cb82b1",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "1a3555fd-261a-49ee-afed-75a18ba963d4",
"StateId": "ac667d8e-5eaa-42e0-bb0b-92631e371094"
},
{
"PersonalConfigId": "1a3555fd-261a-49ee-afed-75a18ba963d4",
"StateId": "ac667d8e-5eaa-42e0-bb0b-92631e371094"
}
],
"id": "6d9d0e95-39e8-4721-88ed-2bbbacabc0d9",
"ConfigId": "87c32f80-9da9-41cb-8152-7ee2ef0d9b5f"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "32f9132e-d3a6-4d9e-ab5f-d52af0cb82b1",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "32f9132e-d3a6-4d9e-ab5f-d52af0cb82b1",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "1a3555fd-261a-49ee-afed-75a18ba963d4",
"StateId": "ac667d8e-5eaa-42e0-bb0b-92631e371094"
},
{
"PersonalConfigId": "1a3555fd-261a-49ee-afed-75a18ba963d4",
"StateId": "ac667d8e-5eaa-42e0-bb0b-92631e371094"
}
],
"id": "6d9d0e95-39e8-4721-88ed-2bbbacabc0d9",
"ConfigId": "87c32f80-9da9-41cb-8152-7ee2ef0d9b5f"
}
]