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": "96b0a4f4-3290-441b-84e3-0b8d30bed69f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "96b0a4f4-3290-441b-84e3-0b8d30bed69f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "b09dbe0c-5670-4e01-8fe0-17a4ae38fed4",
"StateId": "a35bc73d-f5b0-40a6-8995-bbf81926054a"
},
{
"PersonalConfigId": "b09dbe0c-5670-4e01-8fe0-17a4ae38fed4",
"StateId": "a35bc73d-f5b0-40a6-8995-bbf81926054a"
}
],
"id": "9f0ba885-f0a9-4e77-a744-6ac4b0bdd831",
"ConfigId": "5a1cba51-306a-486e-a358-ddd38f80fc9a"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "96b0a4f4-3290-441b-84e3-0b8d30bed69f",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "96b0a4f4-3290-441b-84e3-0b8d30bed69f",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "b09dbe0c-5670-4e01-8fe0-17a4ae38fed4",
"StateId": "a35bc73d-f5b0-40a6-8995-bbf81926054a"
},
{
"PersonalConfigId": "b09dbe0c-5670-4e01-8fe0-17a4ae38fed4",
"StateId": "a35bc73d-f5b0-40a6-8995-bbf81926054a"
}
],
"id": "9f0ba885-f0a9-4e77-a744-6ac4b0bdd831",
"ConfigId": "5a1cba51-306a-486e-a358-ddd38f80fc9a"
}
]