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": "e353b211-6f38-443e-b262-7b504b0dac33",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "e353b211-6f38-443e-b262-7b504b0dac33",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "522d4656-6e01-4f6a-a0c7-c85f29b59d53",
"StateId": "b9835ffa-0597-4444-8f45-34e1c8f1de2c"
},
{
"PersonalConfigId": "522d4656-6e01-4f6a-a0c7-c85f29b59d53",
"StateId": "b9835ffa-0597-4444-8f45-34e1c8f1de2c"
}
],
"id": "49f600b2-7fcd-4c91-a2e0-1dd961f4925a",
"ConfigId": "80a6513a-8ca2-41dd-bf23-b69dca84bd0b"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "e353b211-6f38-443e-b262-7b504b0dac33",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "e353b211-6f38-443e-b262-7b504b0dac33",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "522d4656-6e01-4f6a-a0c7-c85f29b59d53",
"StateId": "b9835ffa-0597-4444-8f45-34e1c8f1de2c"
},
{
"PersonalConfigId": "522d4656-6e01-4f6a-a0c7-c85f29b59d53",
"StateId": "b9835ffa-0597-4444-8f45-34e1c8f1de2c"
}
],
"id": "49f600b2-7fcd-4c91-a2e0-1dd961f4925a",
"ConfigId": "80a6513a-8ca2-41dd-bf23-b69dca84bd0b"
}
]