GET api/enterpriseteams
Get list of enterprise 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": "c6452a3e-9ec5-42ca-93f5-2696fbbe2f29",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "c6452a3e-9ec5-42ca-93f5-2696fbbe2f29",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e02982e0-7de1-4640-af1b-94c8ff90a346",
"StateId": "1710c14b-b078-4196-913a-4a2414202c1f"
},
{
"PersonalConfigId": "e02982e0-7de1-4640-af1b-94c8ff90a346",
"StateId": "1710c14b-b078-4196-913a-4a2414202c1f"
}
],
"id": "89dff390-ca8a-4106-a4a9-9367f36005ed",
"ConfigId": "38b59cb7-bfed-4247-8d93-f2d41c726759"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "c6452a3e-9ec5-42ca-93f5-2696fbbe2f29",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "c6452a3e-9ec5-42ca-93f5-2696fbbe2f29",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e02982e0-7de1-4640-af1b-94c8ff90a346",
"StateId": "1710c14b-b078-4196-913a-4a2414202c1f"
},
{
"PersonalConfigId": "e02982e0-7de1-4640-af1b-94c8ff90a346",
"StateId": "1710c14b-b078-4196-913a-4a2414202c1f"
}
],
"id": "89dff390-ca8a-4106-a4a9-9367f36005ed",
"ConfigId": "38b59cb7-bfed-4247-8d93-f2d41c726759"
}
]