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": "543a0afd-157e-46ba-9ce8-0782455e286a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "543a0afd-157e-46ba-9ce8-0782455e286a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "588b7db6-fb55-4ff3-83ec-6989cc38179c",
"StateId": "537f0c62-01f0-453f-84cf-fdd7a15d25bf"
},
{
"PersonalConfigId": "588b7db6-fb55-4ff3-83ec-6989cc38179c",
"StateId": "537f0c62-01f0-453f-84cf-fdd7a15d25bf"
}
],
"id": "eb6a3a78-0dc9-45ba-888a-fdbe45d9ca99",
"ConfigId": "3a4ef8a3-847f-409e-bf7c-030bc23b82b6"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "543a0afd-157e-46ba-9ce8-0782455e286a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "543a0afd-157e-46ba-9ce8-0782455e286a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "588b7db6-fb55-4ff3-83ec-6989cc38179c",
"StateId": "537f0c62-01f0-453f-84cf-fdd7a15d25bf"
},
{
"PersonalConfigId": "588b7db6-fb55-4ff3-83ec-6989cc38179c",
"StateId": "537f0c62-01f0-453f-84cf-fdd7a15d25bf"
}
],
"id": "eb6a3a78-0dc9-45ba-888a-fdbe45d9ca99",
"ConfigId": "3a4ef8a3-847f-409e-bf7c-030bc23b82b6"
}
]