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": "07e2aa31-87d0-4ff1-857e-d7b50b60eeb6",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "07e2aa31-87d0-4ff1-857e-d7b50b60eeb6",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "93a57a3c-e601-4059-bbb2-76f26f302055",
"StateId": "cdaa7e38-a043-490a-874c-b4d4d823a4bb"
},
{
"PersonalConfigId": "93a57a3c-e601-4059-bbb2-76f26f302055",
"StateId": "cdaa7e38-a043-490a-874c-b4d4d823a4bb"
}
],
"id": "f0745fe3-0068-44f7-be86-c8c46c87ce8e",
"ConfigId": "fae4d7cb-a2d2-48ed-b08a-4cc8ca30ae57"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "07e2aa31-87d0-4ff1-857e-d7b50b60eeb6",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "07e2aa31-87d0-4ff1-857e-d7b50b60eeb6",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "93a57a3c-e601-4059-bbb2-76f26f302055",
"StateId": "cdaa7e38-a043-490a-874c-b4d4d823a4bb"
},
{
"PersonalConfigId": "93a57a3c-e601-4059-bbb2-76f26f302055",
"StateId": "cdaa7e38-a043-490a-874c-b4d4d823a4bb"
}
],
"id": "f0745fe3-0068-44f7-be86-c8c46c87ce8e",
"ConfigId": "fae4d7cb-a2d2-48ed-b08a-4cc8ca30ae57"
}
]