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": "ed2d4b0f-1fb7-4762-8da1-b622bc77738f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ed2d4b0f-1fb7-4762-8da1-b622bc77738f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "c0720c5f-0a1f-4d37-aacc-85807d660b14",
"StateId": "acb79d3c-3c9b-41dc-90c8-82d687b0baaa"
},
{
"PersonalConfigId": "c0720c5f-0a1f-4d37-aacc-85807d660b14",
"StateId": "acb79d3c-3c9b-41dc-90c8-82d687b0baaa"
}
],
"id": "c8ffedc3-cbad-471a-a8c7-7e52e5614893",
"ConfigId": "1ada4209-8878-4bf1-9422-b852ff348b0a"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "ed2d4b0f-1fb7-4762-8da1-b622bc77738f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ed2d4b0f-1fb7-4762-8da1-b622bc77738f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "c0720c5f-0a1f-4d37-aacc-85807d660b14",
"StateId": "acb79d3c-3c9b-41dc-90c8-82d687b0baaa"
},
{
"PersonalConfigId": "c0720c5f-0a1f-4d37-aacc-85807d660b14",
"StateId": "acb79d3c-3c9b-41dc-90c8-82d687b0baaa"
}
],
"id": "c8ffedc3-cbad-471a-a8c7-7e52e5614893",
"ConfigId": "1ada4209-8878-4bf1-9422-b852ff348b0a"
}
]