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": "ac33ea47-8670-4c8b-927c-300517b877f4",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ac33ea47-8670-4c8b-927c-300517b877f4",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4c4f59e8-0432-4d66-8a9a-149ec4b7c553",
"StateId": "db9a6a96-c622-4e12-9219-a07ce02c3149"
},
{
"PersonalConfigId": "4c4f59e8-0432-4d66-8a9a-149ec4b7c553",
"StateId": "db9a6a96-c622-4e12-9219-a07ce02c3149"
}
],
"id": "8680090c-af40-48a1-8aa2-427351abff92",
"ConfigId": "e5110376-c5d0-4fb7-a7e7-115fd792a77f"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "ac33ea47-8670-4c8b-927c-300517b877f4",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ac33ea47-8670-4c8b-927c-300517b877f4",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4c4f59e8-0432-4d66-8a9a-149ec4b7c553",
"StateId": "db9a6a96-c622-4e12-9219-a07ce02c3149"
},
{
"PersonalConfigId": "4c4f59e8-0432-4d66-8a9a-149ec4b7c553",
"StateId": "db9a6a96-c622-4e12-9219-a07ce02c3149"
}
],
"id": "8680090c-af40-48a1-8aa2-427351abff92",
"ConfigId": "e5110376-c5d0-4fb7-a7e7-115fd792a77f"
}
]