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": "23949205-ad16-4eac-98a6-a03c2bc0be78",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "23949205-ad16-4eac-98a6-a03c2bc0be78",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4d3796b5-8dae-4e07-8421-e8c60d17f876",
"StateId": "9220db90-be48-4296-990e-0f90b1846241"
},
{
"PersonalConfigId": "4d3796b5-8dae-4e07-8421-e8c60d17f876",
"StateId": "9220db90-be48-4296-990e-0f90b1846241"
}
],
"id": "02310d05-c28f-4029-9600-353726cb5bfb",
"ConfigId": "6128fa12-0f47-4b2e-bcc0-94b11796204b"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "23949205-ad16-4eac-98a6-a03c2bc0be78",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "23949205-ad16-4eac-98a6-a03c2bc0be78",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4d3796b5-8dae-4e07-8421-e8c60d17f876",
"StateId": "9220db90-be48-4296-990e-0f90b1846241"
},
{
"PersonalConfigId": "4d3796b5-8dae-4e07-8421-e8c60d17f876",
"StateId": "9220db90-be48-4296-990e-0f90b1846241"
}
],
"id": "02310d05-c28f-4029-9600-353726cb5bfb",
"ConfigId": "6128fa12-0f47-4b2e-bcc0-94b11796204b"
}
]