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": "543c1f81-af73-47ed-aabb-5f1df2fa53ce",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "543c1f81-af73-47ed-aabb-5f1df2fa53ce",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "8eb50fea-59d9-406d-ba9e-276ea4973385",
"StateId": "59f1b484-3c32-44ff-8616-3d43ad0bef30"
},
{
"PersonalConfigId": "8eb50fea-59d9-406d-ba9e-276ea4973385",
"StateId": "59f1b484-3c32-44ff-8616-3d43ad0bef30"
}
],
"id": "009a1aec-4ded-4bd1-a46b-0c2a0f72c3ed",
"ConfigId": "24448998-7ad4-4b01-8d3a-96391a0f1796"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "543c1f81-af73-47ed-aabb-5f1df2fa53ce",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "543c1f81-af73-47ed-aabb-5f1df2fa53ce",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "8eb50fea-59d9-406d-ba9e-276ea4973385",
"StateId": "59f1b484-3c32-44ff-8616-3d43ad0bef30"
},
{
"PersonalConfigId": "8eb50fea-59d9-406d-ba9e-276ea4973385",
"StateId": "59f1b484-3c32-44ff-8616-3d43ad0bef30"
}
],
"id": "009a1aec-4ded-4bd1-a46b-0c2a0f72c3ed",
"ConfigId": "24448998-7ad4-4b01-8d3a-96391a0f1796"
}
]