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": "53f522dc-e985-4e25-8799-569ea62b2362",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "53f522dc-e985-4e25-8799-569ea62b2362",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4c094e6b-8a9e-4eb1-aec1-52fc40e5c9e9",
"StateId": "6bea5815-16f6-44d0-9880-acb965c4cd67"
},
{
"PersonalConfigId": "4c094e6b-8a9e-4eb1-aec1-52fc40e5c9e9",
"StateId": "6bea5815-16f6-44d0-9880-acb965c4cd67"
}
],
"id": "75c3ccab-625a-464e-b3c2-e49174626033",
"ConfigId": "b65d8d0f-7e6e-4189-a7d2-783ead246a7c"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "53f522dc-e985-4e25-8799-569ea62b2362",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "53f522dc-e985-4e25-8799-569ea62b2362",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4c094e6b-8a9e-4eb1-aec1-52fc40e5c9e9",
"StateId": "6bea5815-16f6-44d0-9880-acb965c4cd67"
},
{
"PersonalConfigId": "4c094e6b-8a9e-4eb1-aec1-52fc40e5c9e9",
"StateId": "6bea5815-16f6-44d0-9880-acb965c4cd67"
}
],
"id": "75c3ccab-625a-464e-b3c2-e49174626033",
"ConfigId": "b65d8d0f-7e6e-4189-a7d2-783ead246a7c"
}
]