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": "cd4ebf19-7b0a-42b9-8600-5f6392b2346c",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "cd4ebf19-7b0a-42b9-8600-5f6392b2346c",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f8a3983d-6b4b-40a9-afc8-3d16451bb034",
"StateId": "6de6ed08-dfa0-46e2-842b-ccfec8848f3d"
},
{
"PersonalConfigId": "f8a3983d-6b4b-40a9-afc8-3d16451bb034",
"StateId": "6de6ed08-dfa0-46e2-842b-ccfec8848f3d"
}
],
"id": "fe7afcf3-a5b5-4534-bea9-25809b6b4643",
"ConfigId": "ec02fd6b-c08b-4e47-b192-ffc59e3b26f7"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "cd4ebf19-7b0a-42b9-8600-5f6392b2346c",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "cd4ebf19-7b0a-42b9-8600-5f6392b2346c",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f8a3983d-6b4b-40a9-afc8-3d16451bb034",
"StateId": "6de6ed08-dfa0-46e2-842b-ccfec8848f3d"
},
{
"PersonalConfigId": "f8a3983d-6b4b-40a9-afc8-3d16451bb034",
"StateId": "6de6ed08-dfa0-46e2-842b-ccfec8848f3d"
}
],
"id": "fe7afcf3-a5b5-4534-bea9-25809b6b4643",
"ConfigId": "ec02fd6b-c08b-4e47-b192-ffc59e3b26f7"
}
]