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": "eaf91695-1cc0-4105-89db-93bf34bd6608",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "eaf91695-1cc0-4105-89db-93bf34bd6608",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "09944b08-8523-4969-ba4e-0fb35e04bfbb",
"StateId": "af46c5a8-d812-4ee2-8201-0ab83ba9254e"
},
{
"PersonalConfigId": "09944b08-8523-4969-ba4e-0fb35e04bfbb",
"StateId": "af46c5a8-d812-4ee2-8201-0ab83ba9254e"
}
],
"id": "26d7c2df-017e-453e-ad3c-9d2c79111906",
"ConfigId": "ed56eb63-d683-4d9a-8325-22960c60f567"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "eaf91695-1cc0-4105-89db-93bf34bd6608",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "eaf91695-1cc0-4105-89db-93bf34bd6608",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "09944b08-8523-4969-ba4e-0fb35e04bfbb",
"StateId": "af46c5a8-d812-4ee2-8201-0ab83ba9254e"
},
{
"PersonalConfigId": "09944b08-8523-4969-ba4e-0fb35e04bfbb",
"StateId": "af46c5a8-d812-4ee2-8201-0ab83ba9254e"
}
],
"id": "26d7c2df-017e-453e-ad3c-9d2c79111906",
"ConfigId": "ed56eb63-d683-4d9a-8325-22960c60f567"
}
]