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": "469cd7ac-8fde-496f-a764-2d0e54e301a7",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "469cd7ac-8fde-496f-a764-2d0e54e301a7",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f03ceb29-b22e-4d8d-8801-dce3431d397b",
"StateId": "4a2a0a81-106b-4ec6-9744-804b98715d67"
},
{
"PersonalConfigId": "f03ceb29-b22e-4d8d-8801-dce3431d397b",
"StateId": "4a2a0a81-106b-4ec6-9744-804b98715d67"
}
],
"id": "02cc0107-f050-4146-8030-74e96cef8d14",
"ConfigId": "fdfd8137-1fd9-42ba-a382-9b94c926c004"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "469cd7ac-8fde-496f-a764-2d0e54e301a7",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "469cd7ac-8fde-496f-a764-2d0e54e301a7",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f03ceb29-b22e-4d8d-8801-dce3431d397b",
"StateId": "4a2a0a81-106b-4ec6-9744-804b98715d67"
},
{
"PersonalConfigId": "f03ceb29-b22e-4d8d-8801-dce3431d397b",
"StateId": "4a2a0a81-106b-4ec6-9744-804b98715d67"
}
],
"id": "02cc0107-f050-4146-8030-74e96cef8d14",
"ConfigId": "fdfd8137-1fd9-42ba-a382-9b94c926c004"
}
]