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": "5d4e746e-c7ff-40a3-b12a-2ceae21bd3e6",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "5d4e746e-c7ff-40a3-b12a-2ceae21bd3e6",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4a1062e3-705d-4c35-9821-31c328479a2e",
"StateId": "cfe8db82-2942-45d3-8c20-4709cab4c087"
},
{
"PersonalConfigId": "4a1062e3-705d-4c35-9821-31c328479a2e",
"StateId": "cfe8db82-2942-45d3-8c20-4709cab4c087"
}
],
"id": "9e7d60ba-4d27-43d0-9e8e-f087c7d57e88",
"ConfigId": "073d03fb-e14d-4605-9c33-b513cf661b11"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "5d4e746e-c7ff-40a3-b12a-2ceae21bd3e6",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "5d4e746e-c7ff-40a3-b12a-2ceae21bd3e6",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4a1062e3-705d-4c35-9821-31c328479a2e",
"StateId": "cfe8db82-2942-45d3-8c20-4709cab4c087"
},
{
"PersonalConfigId": "4a1062e3-705d-4c35-9821-31c328479a2e",
"StateId": "cfe8db82-2942-45d3-8c20-4709cab4c087"
}
],
"id": "9e7d60ba-4d27-43d0-9e8e-f087c7d57e88",
"ConfigId": "073d03fb-e14d-4605-9c33-b513cf661b11"
}
]