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": "5806420e-3cc0-4ee2-920d-62f7a3082a0b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "5806420e-3cc0-4ee2-920d-62f7a3082a0b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "281ded7f-2b50-499e-b3a3-9ce2c185ab9a",
"StateId": "7c47e836-147d-49f5-93d0-4d1ed6fe924c"
},
{
"PersonalConfigId": "281ded7f-2b50-499e-b3a3-9ce2c185ab9a",
"StateId": "7c47e836-147d-49f5-93d0-4d1ed6fe924c"
}
],
"id": "93657e79-9ffa-487f-902b-ee0790bd48bb",
"ConfigId": "617c726e-5358-4654-8dbe-7c217c5172db"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "5806420e-3cc0-4ee2-920d-62f7a3082a0b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "5806420e-3cc0-4ee2-920d-62f7a3082a0b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "281ded7f-2b50-499e-b3a3-9ce2c185ab9a",
"StateId": "7c47e836-147d-49f5-93d0-4d1ed6fe924c"
},
{
"PersonalConfigId": "281ded7f-2b50-499e-b3a3-9ce2c185ab9a",
"StateId": "7c47e836-147d-49f5-93d0-4d1ed6fe924c"
}
],
"id": "93657e79-9ffa-487f-902b-ee0790bd48bb",
"ConfigId": "617c726e-5358-4654-8dbe-7c217c5172db"
}
]