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": "c78dbaa2-4bb8-43de-a646-d2a656d0e40e",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "c78dbaa2-4bb8-43de-a646-d2a656d0e40e",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "64ad5b13-fdc2-4c2f-a2b9-c987508dec6c",
"StateId": "0191378b-af93-401b-ba5b-5877d554c8de"
},
{
"PersonalConfigId": "64ad5b13-fdc2-4c2f-a2b9-c987508dec6c",
"StateId": "0191378b-af93-401b-ba5b-5877d554c8de"
}
],
"id": "4109eea8-6aed-446a-b714-8e5f6aeed2c1",
"ConfigId": "bf3389a3-282e-447f-b6da-ef0e72ce5cc3"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "c78dbaa2-4bb8-43de-a646-d2a656d0e40e",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "c78dbaa2-4bb8-43de-a646-d2a656d0e40e",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "64ad5b13-fdc2-4c2f-a2b9-c987508dec6c",
"StateId": "0191378b-af93-401b-ba5b-5877d554c8de"
},
{
"PersonalConfigId": "64ad5b13-fdc2-4c2f-a2b9-c987508dec6c",
"StateId": "0191378b-af93-401b-ba5b-5877d554c8de"
}
],
"id": "4109eea8-6aed-446a-b714-8e5f6aeed2c1",
"ConfigId": "bf3389a3-282e-447f-b6da-ef0e72ce5cc3"
}
]