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": "954a3ad9-e43d-4811-8b76-8341c651c94c",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "954a3ad9-e43d-4811-8b76-8341c651c94c",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e210472c-af80-41b5-92b1-0ae34a5c7ce0",
"StateId": "bba6aa9e-b11c-4bbd-9bca-32538dca2168"
},
{
"PersonalConfigId": "e210472c-af80-41b5-92b1-0ae34a5c7ce0",
"StateId": "bba6aa9e-b11c-4bbd-9bca-32538dca2168"
}
],
"id": "894584c6-1f1a-400c-a859-43e83d262aac",
"ConfigId": "0c464ced-9f39-42ef-8cdf-38e5599e1d7e"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "954a3ad9-e43d-4811-8b76-8341c651c94c",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "954a3ad9-e43d-4811-8b76-8341c651c94c",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e210472c-af80-41b5-92b1-0ae34a5c7ce0",
"StateId": "bba6aa9e-b11c-4bbd-9bca-32538dca2168"
},
{
"PersonalConfigId": "e210472c-af80-41b5-92b1-0ae34a5c7ce0",
"StateId": "bba6aa9e-b11c-4bbd-9bca-32538dca2168"
}
],
"id": "894584c6-1f1a-400c-a859-43e83d262aac",
"ConfigId": "0c464ced-9f39-42ef-8cdf-38e5599e1d7e"
}
]