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": "46dff506-4211-4fe7-94c6-35deef3c59de",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "46dff506-4211-4fe7-94c6-35deef3c59de",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "105b54a3-a271-4117-baff-f0ffe581bc06",
"StateId": "dcea75ec-c372-4d77-9b32-35b672252fc5"
},
{
"PersonalConfigId": "105b54a3-a271-4117-baff-f0ffe581bc06",
"StateId": "dcea75ec-c372-4d77-9b32-35b672252fc5"
}
],
"id": "4c3a3c59-b8e3-4b0b-a702-303864e2c04c",
"ConfigId": "e25b9257-f810-4989-b70d-8157f7ae0da8"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "46dff506-4211-4fe7-94c6-35deef3c59de",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "46dff506-4211-4fe7-94c6-35deef3c59de",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "105b54a3-a271-4117-baff-f0ffe581bc06",
"StateId": "dcea75ec-c372-4d77-9b32-35b672252fc5"
},
{
"PersonalConfigId": "105b54a3-a271-4117-baff-f0ffe581bc06",
"StateId": "dcea75ec-c372-4d77-9b32-35b672252fc5"
}
],
"id": "4c3a3c59-b8e3-4b0b-a702-303864e2c04c",
"ConfigId": "e25b9257-f810-4989-b70d-8157f7ae0da8"
}
]