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": "ac6e030f-fbc1-494f-b3c7-7371dfcdcf4b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ac6e030f-fbc1-494f-b3c7-7371dfcdcf4b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "45483cdf-d7f6-4113-9f67-c358ae383f3a",
"StateId": "1e5f8a0e-31be-4347-a1f2-a535e55d5915"
},
{
"PersonalConfigId": "45483cdf-d7f6-4113-9f67-c358ae383f3a",
"StateId": "1e5f8a0e-31be-4347-a1f2-a535e55d5915"
}
],
"id": "340af057-06e1-4295-9e7a-60cdbf09e452",
"ConfigId": "cd51eaf7-9ce6-47db-aafb-9e18cad60191"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "ac6e030f-fbc1-494f-b3c7-7371dfcdcf4b",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "ac6e030f-fbc1-494f-b3c7-7371dfcdcf4b",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "45483cdf-d7f6-4113-9f67-c358ae383f3a",
"StateId": "1e5f8a0e-31be-4347-a1f2-a535e55d5915"
},
{
"PersonalConfigId": "45483cdf-d7f6-4113-9f67-c358ae383f3a",
"StateId": "1e5f8a0e-31be-4347-a1f2-a535e55d5915"
}
],
"id": "340af057-06e1-4295-9e7a-60cdbf09e452",
"ConfigId": "cd51eaf7-9ce6-47db-aafb-9e18cad60191"
}
]