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": "924494d6-84e9-41dd-b7ef-374488b15f92",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "924494d6-84e9-41dd-b7ef-374488b15f92",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "86ebf24e-33fc-4bc6-b553-d1c20424caa1",
"StateId": "8f0212a9-f1ae-4727-8b4a-0901e28c23ed"
},
{
"PersonalConfigId": "86ebf24e-33fc-4bc6-b553-d1c20424caa1",
"StateId": "8f0212a9-f1ae-4727-8b4a-0901e28c23ed"
}
],
"id": "4037ae46-ad5e-42fc-b4e8-fc52c1133ad1",
"ConfigId": "9c7615b9-5115-4d00-a751-4386e16d2f72"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "924494d6-84e9-41dd-b7ef-374488b15f92",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "924494d6-84e9-41dd-b7ef-374488b15f92",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "86ebf24e-33fc-4bc6-b553-d1c20424caa1",
"StateId": "8f0212a9-f1ae-4727-8b4a-0901e28c23ed"
},
{
"PersonalConfigId": "86ebf24e-33fc-4bc6-b553-d1c20424caa1",
"StateId": "8f0212a9-f1ae-4727-8b4a-0901e28c23ed"
}
],
"id": "4037ae46-ad5e-42fc-b4e8-fc52c1133ad1",
"ConfigId": "9c7615b9-5115-4d00-a751-4386e16d2f72"
}
]