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": "10663338-b266-4fcf-bf1c-4c8e9d0144dd",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "10663338-b266-4fcf-bf1c-4c8e9d0144dd",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4b3efb96-d06b-46c8-9225-e8a2d8e918dd",
"StateId": "339bcf07-b512-43ee-9127-36c463de976d"
},
{
"PersonalConfigId": "4b3efb96-d06b-46c8-9225-e8a2d8e918dd",
"StateId": "339bcf07-b512-43ee-9127-36c463de976d"
}
],
"id": "1f58d996-c0e3-4b09-b89c-b739bfbdff2a",
"ConfigId": "f0c90a0e-48cd-4c17-b0af-7949470ecb48"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "10663338-b266-4fcf-bf1c-4c8e9d0144dd",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "10663338-b266-4fcf-bf1c-4c8e9d0144dd",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4b3efb96-d06b-46c8-9225-e8a2d8e918dd",
"StateId": "339bcf07-b512-43ee-9127-36c463de976d"
},
{
"PersonalConfigId": "4b3efb96-d06b-46c8-9225-e8a2d8e918dd",
"StateId": "339bcf07-b512-43ee-9127-36c463de976d"
}
],
"id": "1f58d996-c0e3-4b09-b89c-b739bfbdff2a",
"ConfigId": "f0c90a0e-48cd-4c17-b0af-7949470ecb48"
}
]