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": "a2a699ee-65b1-419c-9fbc-e75286205d01",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a2a699ee-65b1-419c-9fbc-e75286205d01",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e528a338-35db-4189-960d-44bb2612ec77",
"StateId": "8c68884d-28d9-49e3-b76c-33cee96f8613"
},
{
"PersonalConfigId": "e528a338-35db-4189-960d-44bb2612ec77",
"StateId": "8c68884d-28d9-49e3-b76c-33cee96f8613"
}
],
"id": "1c1682c0-81cf-4a13-8541-de7912f64ba5",
"ConfigId": "f5ad57bc-e337-4707-8499-cd0651edfb1d"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "a2a699ee-65b1-419c-9fbc-e75286205d01",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "a2a699ee-65b1-419c-9fbc-e75286205d01",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e528a338-35db-4189-960d-44bb2612ec77",
"StateId": "8c68884d-28d9-49e3-b76c-33cee96f8613"
},
{
"PersonalConfigId": "e528a338-35db-4189-960d-44bb2612ec77",
"StateId": "8c68884d-28d9-49e3-b76c-33cee96f8613"
}
],
"id": "1c1682c0-81cf-4a13-8541-de7912f64ba5",
"ConfigId": "f5ad57bc-e337-4707-8499-cd0651edfb1d"
}
]