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": "2dccd8db-3309-4366-a081-40421a565c30",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "2dccd8db-3309-4366-a081-40421a565c30",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "49de42e7-0c05-4c8b-b764-4483cfd57084",
"StateId": "5f3b8522-7978-4db2-aa91-af3a18fabb80"
},
{
"PersonalConfigId": "49de42e7-0c05-4c8b-b764-4483cfd57084",
"StateId": "5f3b8522-7978-4db2-aa91-af3a18fabb80"
}
],
"id": "9f4b38c5-5aa2-40fd-9244-19f4cf90b580",
"ConfigId": "3115c020-86d0-4b4f-94ca-56135e1ad2ff"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "2dccd8db-3309-4366-a081-40421a565c30",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "2dccd8db-3309-4366-a081-40421a565c30",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "49de42e7-0c05-4c8b-b764-4483cfd57084",
"StateId": "5f3b8522-7978-4db2-aa91-af3a18fabb80"
},
{
"PersonalConfigId": "49de42e7-0c05-4c8b-b764-4483cfd57084",
"StateId": "5f3b8522-7978-4db2-aa91-af3a18fabb80"
}
],
"id": "9f4b38c5-5aa2-40fd-9244-19f4cf90b580",
"ConfigId": "3115c020-86d0-4b4f-94ca-56135e1ad2ff"
}
]