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": "14c2c3f3-7b5e-4bc6-8e4f-aee8f6912087",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "14c2c3f3-7b5e-4bc6-8e4f-aee8f6912087",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ea416312-686b-4961-a311-c2250dbe8cec",
"StateId": "c18eb955-722e-42ea-8d78-e3d38e3bdd30"
},
{
"PersonalConfigId": "ea416312-686b-4961-a311-c2250dbe8cec",
"StateId": "c18eb955-722e-42ea-8d78-e3d38e3bdd30"
}
],
"id": "42f853bd-5e38-4f5f-aa8e-cbdcc510fd56",
"ConfigId": "896e4e69-5675-497f-8ab3-95858dcf707a"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "14c2c3f3-7b5e-4bc6-8e4f-aee8f6912087",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "14c2c3f3-7b5e-4bc6-8e4f-aee8f6912087",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ea416312-686b-4961-a311-c2250dbe8cec",
"StateId": "c18eb955-722e-42ea-8d78-e3d38e3bdd30"
},
{
"PersonalConfigId": "ea416312-686b-4961-a311-c2250dbe8cec",
"StateId": "c18eb955-722e-42ea-8d78-e3d38e3bdd30"
}
],
"id": "42f853bd-5e38-4f5f-aa8e-cbdcc510fd56",
"ConfigId": "896e4e69-5675-497f-8ab3-95858dcf707a"
}
]