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": "09ee13fc-8f48-4cee-b9de-40ff9f3971b2",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "09ee13fc-8f48-4cee-b9de-40ff9f3971b2",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ac6b609b-d9db-4987-ad00-3e2194619dd2",
"StateId": "094bad15-a0dd-4974-be62-fb6dd2c35efa"
},
{
"PersonalConfigId": "ac6b609b-d9db-4987-ad00-3e2194619dd2",
"StateId": "094bad15-a0dd-4974-be62-fb6dd2c35efa"
}
],
"id": "4d8ea891-f21d-4258-a032-20ccb3caf93c",
"ConfigId": "b3f41b6a-ede6-40e1-9a01-1d13eeb676a7"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "09ee13fc-8f48-4cee-b9de-40ff9f3971b2",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "09ee13fc-8f48-4cee-b9de-40ff9f3971b2",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ac6b609b-d9db-4987-ad00-3e2194619dd2",
"StateId": "094bad15-a0dd-4974-be62-fb6dd2c35efa"
},
{
"PersonalConfigId": "ac6b609b-d9db-4987-ad00-3e2194619dd2",
"StateId": "094bad15-a0dd-4974-be62-fb6dd2c35efa"
}
],
"id": "4d8ea891-f21d-4258-a032-20ccb3caf93c",
"ConfigId": "b3f41b6a-ede6-40e1-9a01-1d13eeb676a7"
}
]