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": "05f2bfb3-2808-4967-9c23-45ab9e714940",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "05f2bfb3-2808-4967-9c23-45ab9e714940",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ba64cc15-e47f-4aa7-8163-39527fe157bb",
"StateId": "8efe5397-2ed9-4d4a-9de8-0d3af59b44c4"
},
{
"PersonalConfigId": "ba64cc15-e47f-4aa7-8163-39527fe157bb",
"StateId": "8efe5397-2ed9-4d4a-9de8-0d3af59b44c4"
}
],
"id": "68990f68-8c27-4402-aa63-f9398f22a83e",
"ConfigId": "c2950592-8f3f-49d8-9be1-084b1b421058"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "05f2bfb3-2808-4967-9c23-45ab9e714940",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "05f2bfb3-2808-4967-9c23-45ab9e714940",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ba64cc15-e47f-4aa7-8163-39527fe157bb",
"StateId": "8efe5397-2ed9-4d4a-9de8-0d3af59b44c4"
},
{
"PersonalConfigId": "ba64cc15-e47f-4aa7-8163-39527fe157bb",
"StateId": "8efe5397-2ed9-4d4a-9de8-0d3af59b44c4"
}
],
"id": "68990f68-8c27-4402-aa63-f9398f22a83e",
"ConfigId": "c2950592-8f3f-49d8-9be1-084b1b421058"
}
]