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": "1a07e4af-3f5f-458e-b000-1c4908715b49",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "1a07e4af-3f5f-458e-b000-1c4908715b49",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "08a38ce7-0df6-43b9-bd38-7f782b0207ff",
"StateId": "a2280eed-8391-4f06-9bd7-2faaa818400e"
},
{
"PersonalConfigId": "08a38ce7-0df6-43b9-bd38-7f782b0207ff",
"StateId": "a2280eed-8391-4f06-9bd7-2faaa818400e"
}
],
"id": "83b5e1c4-eee4-4cde-8764-3c3cdc977c03",
"ConfigId": "80770dcd-ebb0-43e4-910f-709116856ce4"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "1a07e4af-3f5f-458e-b000-1c4908715b49",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "1a07e4af-3f5f-458e-b000-1c4908715b49",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "08a38ce7-0df6-43b9-bd38-7f782b0207ff",
"StateId": "a2280eed-8391-4f06-9bd7-2faaa818400e"
},
{
"PersonalConfigId": "08a38ce7-0df6-43b9-bd38-7f782b0207ff",
"StateId": "a2280eed-8391-4f06-9bd7-2faaa818400e"
}
],
"id": "83b5e1c4-eee4-4cde-8764-3c3cdc977c03",
"ConfigId": "80770dcd-ebb0-43e4-910f-709116856ce4"
}
]