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": "00d59ca8-86a8-462f-9967-0166fa1fca27",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "00d59ca8-86a8-462f-9967-0166fa1fca27",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "6b44963b-004f-4b3f-89f9-673ce639a12d",
"StateId": "5441320c-7034-4241-81d6-cb0244c8fec7"
},
{
"PersonalConfigId": "6b44963b-004f-4b3f-89f9-673ce639a12d",
"StateId": "5441320c-7034-4241-81d6-cb0244c8fec7"
}
],
"id": "ac6b0113-6b04-4f55-aebf-0227b062f8f0",
"ConfigId": "341c1820-9427-4ea6-b172-98a48a82da51"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "00d59ca8-86a8-462f-9967-0166fa1fca27",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "00d59ca8-86a8-462f-9967-0166fa1fca27",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "6b44963b-004f-4b3f-89f9-673ce639a12d",
"StateId": "5441320c-7034-4241-81d6-cb0244c8fec7"
},
{
"PersonalConfigId": "6b44963b-004f-4b3f-89f9-673ce639a12d",
"StateId": "5441320c-7034-4241-81d6-cb0244c8fec7"
}
],
"id": "ac6b0113-6b04-4f55-aebf-0227b062f8f0",
"ConfigId": "341c1820-9427-4ea6-b172-98a48a82da51"
}
]