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": "ebb56810-afac-41bd-a19d-411d8cee4f1f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ebb56810-afac-41bd-a19d-411d8cee4f1f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "8a3e462b-c6de-48de-8180-7f9defd7b40f",
"StateId": "3929051b-c6cd-4103-9481-1f85451ce511"
},
{
"PersonalConfigId": "8a3e462b-c6de-48de-8180-7f9defd7b40f",
"StateId": "3929051b-c6cd-4103-9481-1f85451ce511"
}
],
"id": "9147194b-b40a-49c5-b6ce-d1b0c6900437",
"ConfigId": "8eac1b33-14b5-43f3-9113-42dc652df9ab"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "ebb56810-afac-41bd-a19d-411d8cee4f1f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ebb56810-afac-41bd-a19d-411d8cee4f1f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "8a3e462b-c6de-48de-8180-7f9defd7b40f",
"StateId": "3929051b-c6cd-4103-9481-1f85451ce511"
},
{
"PersonalConfigId": "8a3e462b-c6de-48de-8180-7f9defd7b40f",
"StateId": "3929051b-c6cd-4103-9481-1f85451ce511"
}
],
"id": "9147194b-b40a-49c5-b6ce-d1b0c6900437",
"ConfigId": "8eac1b33-14b5-43f3-9113-42dc652df9ab"
}
]