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": "f865898f-6c81-496e-b612-08c0ca731f50",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "f865898f-6c81-496e-b612-08c0ca731f50",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "9fd18987-24a1-4d02-8fd4-f5655ac3117c",
"StateId": "cfeaf35d-6929-4650-937d-ac9ab5aec3f3"
},
{
"PersonalConfigId": "9fd18987-24a1-4d02-8fd4-f5655ac3117c",
"StateId": "cfeaf35d-6929-4650-937d-ac9ab5aec3f3"
}
],
"id": "c277e679-c1fd-4ade-a4f5-4608367ce5ff",
"ConfigId": "d61b0651-95b2-4c65-b395-eaa16ebff523"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "f865898f-6c81-496e-b612-08c0ca731f50",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "f865898f-6c81-496e-b612-08c0ca731f50",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "9fd18987-24a1-4d02-8fd4-f5655ac3117c",
"StateId": "cfeaf35d-6929-4650-937d-ac9ab5aec3f3"
},
{
"PersonalConfigId": "9fd18987-24a1-4d02-8fd4-f5655ac3117c",
"StateId": "cfeaf35d-6929-4650-937d-ac9ab5aec3f3"
}
],
"id": "c277e679-c1fd-4ade-a4f5-4608367ce5ff",
"ConfigId": "d61b0651-95b2-4c65-b395-eaa16ebff523"
}
]