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": "dc60565f-6cdf-4d4a-a69a-ef2470cf4d35",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "dc60565f-6cdf-4d4a-a69a-ef2470cf4d35",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ff74a640-42d3-49bf-813f-eee8282a6bf7",
"StateId": "01d772ef-0c7a-4286-8432-a57a9652db24"
},
{
"PersonalConfigId": "ff74a640-42d3-49bf-813f-eee8282a6bf7",
"StateId": "01d772ef-0c7a-4286-8432-a57a9652db24"
}
],
"id": "049a62fb-f198-415c-af9c-c0dd15158a72",
"ConfigId": "14615aa7-ae0f-4a06-b369-21422dbd01f6"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "dc60565f-6cdf-4d4a-a69a-ef2470cf4d35",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "dc60565f-6cdf-4d4a-a69a-ef2470cf4d35",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ff74a640-42d3-49bf-813f-eee8282a6bf7",
"StateId": "01d772ef-0c7a-4286-8432-a57a9652db24"
},
{
"PersonalConfigId": "ff74a640-42d3-49bf-813f-eee8282a6bf7",
"StateId": "01d772ef-0c7a-4286-8432-a57a9652db24"
}
],
"id": "049a62fb-f198-415c-af9c-c0dd15158a72",
"ConfigId": "14615aa7-ae0f-4a06-b369-21422dbd01f6"
}
]