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": "f7eaeeae-c754-4c37-8129-eb4ad094a6ad",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "f7eaeeae-c754-4c37-8129-eb4ad094a6ad",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "687ab3c5-5037-4931-981d-65ef0bfe5f7e",
"StateId": "c75cff21-0e7d-4270-a327-a6215baadb8d"
},
{
"PersonalConfigId": "687ab3c5-5037-4931-981d-65ef0bfe5f7e",
"StateId": "c75cff21-0e7d-4270-a327-a6215baadb8d"
}
],
"id": "fedc9ed4-481a-4b88-a7a0-8d09855f4d20",
"ConfigId": "52381686-beeb-4f3b-b26d-e1f6a5232b3e"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "f7eaeeae-c754-4c37-8129-eb4ad094a6ad",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "f7eaeeae-c754-4c37-8129-eb4ad094a6ad",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "687ab3c5-5037-4931-981d-65ef0bfe5f7e",
"StateId": "c75cff21-0e7d-4270-a327-a6215baadb8d"
},
{
"PersonalConfigId": "687ab3c5-5037-4931-981d-65ef0bfe5f7e",
"StateId": "c75cff21-0e7d-4270-a327-a6215baadb8d"
}
],
"id": "fedc9ed4-481a-4b88-a7a0-8d09855f4d20",
"ConfigId": "52381686-beeb-4f3b-b26d-e1f6a5232b3e"
}
]