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": "77e875b4-2a86-48df-9e12-6083e3c7b14d",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "77e875b4-2a86-48df-9e12-6083e3c7b14d",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f97a4424-c5b4-4066-b733-ca5f76b01089",
"StateId": "2c5a16d6-20b2-4745-8521-bb9021153a62"
},
{
"PersonalConfigId": "f97a4424-c5b4-4066-b733-ca5f76b01089",
"StateId": "2c5a16d6-20b2-4745-8521-bb9021153a62"
}
],
"id": "af8d4fc9-41e0-4398-9abb-e63b77fa53b6",
"ConfigId": "a443398d-d338-4df1-b49f-bf908072d32e"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "77e875b4-2a86-48df-9e12-6083e3c7b14d",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "77e875b4-2a86-48df-9e12-6083e3c7b14d",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f97a4424-c5b4-4066-b733-ca5f76b01089",
"StateId": "2c5a16d6-20b2-4745-8521-bb9021153a62"
},
{
"PersonalConfigId": "f97a4424-c5b4-4066-b733-ca5f76b01089",
"StateId": "2c5a16d6-20b2-4745-8521-bb9021153a62"
}
],
"id": "af8d4fc9-41e0-4398-9abb-e63b77fa53b6",
"ConfigId": "a443398d-d338-4df1-b49f-bf908072d32e"
}
]