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": "787c5a3e-d4b5-482b-a260-acbbbabf5335",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "787c5a3e-d4b5-482b-a260-acbbbabf5335",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "91a59e83-6046-427d-a804-75339c8423ea",
"StateId": "be482961-b348-4e30-8c32-d33eb6a7b46b"
},
{
"PersonalConfigId": "91a59e83-6046-427d-a804-75339c8423ea",
"StateId": "be482961-b348-4e30-8c32-d33eb6a7b46b"
}
],
"id": "7492c538-4554-404c-acd2-e5be8a429772",
"ConfigId": "9bc015bc-bd84-4cde-a93e-fc63ba081efe"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "787c5a3e-d4b5-482b-a260-acbbbabf5335",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "787c5a3e-d4b5-482b-a260-acbbbabf5335",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "91a59e83-6046-427d-a804-75339c8423ea",
"StateId": "be482961-b348-4e30-8c32-d33eb6a7b46b"
},
{
"PersonalConfigId": "91a59e83-6046-427d-a804-75339c8423ea",
"StateId": "be482961-b348-4e30-8c32-d33eb6a7b46b"
}
],
"id": "7492c538-4554-404c-acd2-e5be8a429772",
"ConfigId": "9bc015bc-bd84-4cde-a93e-fc63ba081efe"
}
]