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": "ec5eb753-e4a0-4a53-bbf5-eae46e72b668",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ec5eb753-e4a0-4a53-bbf5-eae46e72b668",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "c2b18bc8-a320-42db-8259-2ca6005c9bc4",
"StateId": "b2afd08f-3e5a-4483-b1df-d48eb0863904"
},
{
"PersonalConfigId": "c2b18bc8-a320-42db-8259-2ca6005c9bc4",
"StateId": "b2afd08f-3e5a-4483-b1df-d48eb0863904"
}
],
"id": "78b9f246-5d4a-4b46-9677-ac0c158f1c06",
"ConfigId": "42cc2337-6058-4a75-b63f-868a84992bfe"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "ec5eb753-e4a0-4a53-bbf5-eae46e72b668",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ec5eb753-e4a0-4a53-bbf5-eae46e72b668",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "c2b18bc8-a320-42db-8259-2ca6005c9bc4",
"StateId": "b2afd08f-3e5a-4483-b1df-d48eb0863904"
},
{
"PersonalConfigId": "c2b18bc8-a320-42db-8259-2ca6005c9bc4",
"StateId": "b2afd08f-3e5a-4483-b1df-d48eb0863904"
}
],
"id": "78b9f246-5d4a-4b46-9677-ac0c158f1c06",
"ConfigId": "42cc2337-6058-4a75-b63f-868a84992bfe"
}
]