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": "1d5a4537-a2e2-44f8-bf55-60c1839f4067",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "1d5a4537-a2e2-44f8-bf55-60c1839f4067",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "97042d78-e4fd-4789-831a-904c53d82397",
"StateId": "83400c89-c73a-402f-b2c0-806affa8a688"
},
{
"PersonalConfigId": "97042d78-e4fd-4789-831a-904c53d82397",
"StateId": "83400c89-c73a-402f-b2c0-806affa8a688"
}
],
"id": "fdee07b5-8f34-40c9-ad1a-ccefd98af525",
"ConfigId": "67a2e2d5-db76-4997-b9dd-399033217a04"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "1d5a4537-a2e2-44f8-bf55-60c1839f4067",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "1d5a4537-a2e2-44f8-bf55-60c1839f4067",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "97042d78-e4fd-4789-831a-904c53d82397",
"StateId": "83400c89-c73a-402f-b2c0-806affa8a688"
},
{
"PersonalConfigId": "97042d78-e4fd-4789-831a-904c53d82397",
"StateId": "83400c89-c73a-402f-b2c0-806affa8a688"
}
],
"id": "fdee07b5-8f34-40c9-ad1a-ccefd98af525",
"ConfigId": "67a2e2d5-db76-4997-b9dd-399033217a04"
}
]