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": "680510f6-de50-4871-bf27-629342b8048d",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "680510f6-de50-4871-bf27-629342b8048d",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "43818943-d82b-40da-9715-8d29e20e1d7a",
"StateId": "f3e65ccc-b4f9-4733-b611-eb3535f29025"
},
{
"PersonalConfigId": "43818943-d82b-40da-9715-8d29e20e1d7a",
"StateId": "f3e65ccc-b4f9-4733-b611-eb3535f29025"
}
],
"id": "081863d2-d23c-4955-8d58-1cb432e132c6",
"ConfigId": "13b19805-f41c-4b4a-a9c2-d53c53d11004"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "680510f6-de50-4871-bf27-629342b8048d",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "680510f6-de50-4871-bf27-629342b8048d",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "43818943-d82b-40da-9715-8d29e20e1d7a",
"StateId": "f3e65ccc-b4f9-4733-b611-eb3535f29025"
},
{
"PersonalConfigId": "43818943-d82b-40da-9715-8d29e20e1d7a",
"StateId": "f3e65ccc-b4f9-4733-b611-eb3535f29025"
}
],
"id": "081863d2-d23c-4955-8d58-1cb432e132c6",
"ConfigId": "13b19805-f41c-4b4a-a9c2-d53c53d11004"
}
]