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": "b91a660a-5011-449f-98cb-2deaef4eb8df",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "b91a660a-5011-449f-98cb-2deaef4eb8df",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "242e76ad-691b-4dfe-a69e-f3de87d00349",
"StateId": "c37297ee-3230-41c7-afe1-f992dfab8a2f"
},
{
"PersonalConfigId": "242e76ad-691b-4dfe-a69e-f3de87d00349",
"StateId": "c37297ee-3230-41c7-afe1-f992dfab8a2f"
}
],
"id": "dfce34ce-b641-4c9c-a5ac-951204ad8666",
"ConfigId": "3bec8226-a66b-4938-b8f4-a798758f7839"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "b91a660a-5011-449f-98cb-2deaef4eb8df",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "b91a660a-5011-449f-98cb-2deaef4eb8df",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "242e76ad-691b-4dfe-a69e-f3de87d00349",
"StateId": "c37297ee-3230-41c7-afe1-f992dfab8a2f"
},
{
"PersonalConfigId": "242e76ad-691b-4dfe-a69e-f3de87d00349",
"StateId": "c37297ee-3230-41c7-afe1-f992dfab8a2f"
}
],
"id": "dfce34ce-b641-4c9c-a5ac-951204ad8666",
"ConfigId": "3bec8226-a66b-4938-b8f4-a798758f7839"
}
]