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": "31d84f22-33e6-45ba-8746-178c523398a4",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "31d84f22-33e6-45ba-8746-178c523398a4",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "333fc857-fed8-4a63-90fb-02ce6168a218",
"StateId": "427d1939-2f8a-41cf-8406-4ea57e56032c"
},
{
"PersonalConfigId": "333fc857-fed8-4a63-90fb-02ce6168a218",
"StateId": "427d1939-2f8a-41cf-8406-4ea57e56032c"
}
],
"id": "56823436-3dbd-4e25-b44b-bbe653ec951c",
"ConfigId": "97514cd6-dd98-4fdd-ab45-1e4762083ac8"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "31d84f22-33e6-45ba-8746-178c523398a4",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "31d84f22-33e6-45ba-8746-178c523398a4",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "333fc857-fed8-4a63-90fb-02ce6168a218",
"StateId": "427d1939-2f8a-41cf-8406-4ea57e56032c"
},
{
"PersonalConfigId": "333fc857-fed8-4a63-90fb-02ce6168a218",
"StateId": "427d1939-2f8a-41cf-8406-4ea57e56032c"
}
],
"id": "56823436-3dbd-4e25-b44b-bbe653ec951c",
"ConfigId": "97514cd6-dd98-4fdd-ab45-1e4762083ac8"
}
]