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": "0b9d75ae-440f-44bf-9382-573cf128da3b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "0b9d75ae-440f-44bf-9382-573cf128da3b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "90ef18e0-e99f-4509-9655-cb6c4e4df32b",
"StateId": "94b35065-3155-47ca-8af1-d4df2baf531c"
},
{
"PersonalConfigId": "90ef18e0-e99f-4509-9655-cb6c4e4df32b",
"StateId": "94b35065-3155-47ca-8af1-d4df2baf531c"
}
],
"id": "90f50526-c7d8-4f7a-a779-17f8db94fd11",
"ConfigId": "e11ecd26-5285-4d4c-9d5b-2ac5023c432f"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "0b9d75ae-440f-44bf-9382-573cf128da3b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "0b9d75ae-440f-44bf-9382-573cf128da3b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "90ef18e0-e99f-4509-9655-cb6c4e4df32b",
"StateId": "94b35065-3155-47ca-8af1-d4df2baf531c"
},
{
"PersonalConfigId": "90ef18e0-e99f-4509-9655-cb6c4e4df32b",
"StateId": "94b35065-3155-47ca-8af1-d4df2baf531c"
}
],
"id": "90f50526-c7d8-4f7a-a779-17f8db94fd11",
"ConfigId": "e11ecd26-5285-4d4c-9d5b-2ac5023c432f"
}
]