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": "94541a29-068f-421b-b896-b22a58a599c8",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "94541a29-068f-421b-b896-b22a58a599c8",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "16805fae-7094-44bd-8f18-02eb69433ac6",
"StateId": "ba7cb76b-8143-459b-81f9-1b54e77320bb"
},
{
"PersonalConfigId": "16805fae-7094-44bd-8f18-02eb69433ac6",
"StateId": "ba7cb76b-8143-459b-81f9-1b54e77320bb"
}
],
"id": "7be6eaf4-577e-455d-abfa-459de111c9cc",
"ConfigId": "60ce6921-ce74-4c17-b6dd-3aa3dfc46cbb"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "94541a29-068f-421b-b896-b22a58a599c8",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "94541a29-068f-421b-b896-b22a58a599c8",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "16805fae-7094-44bd-8f18-02eb69433ac6",
"StateId": "ba7cb76b-8143-459b-81f9-1b54e77320bb"
},
{
"PersonalConfigId": "16805fae-7094-44bd-8f18-02eb69433ac6",
"StateId": "ba7cb76b-8143-459b-81f9-1b54e77320bb"
}
],
"id": "7be6eaf4-577e-455d-abfa-459de111c9cc",
"ConfigId": "60ce6921-ce74-4c17-b6dd-3aa3dfc46cbb"
}
]