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": "211bf404-0035-4693-96ba-5bf5680b1e9a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "211bf404-0035-4693-96ba-5bf5680b1e9a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "6bea8cd6-7a29-4138-912d-ff40ffd93d92",
"StateId": "25d6296b-59e2-4e3d-a90d-e8a3cfaee692"
},
{
"PersonalConfigId": "6bea8cd6-7a29-4138-912d-ff40ffd93d92",
"StateId": "25d6296b-59e2-4e3d-a90d-e8a3cfaee692"
}
],
"id": "0054944e-b88c-489d-a72b-58c9a74ed07b",
"ConfigId": "e08a82f2-66fb-487a-8e0c-256a443fe7c4"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "211bf404-0035-4693-96ba-5bf5680b1e9a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "211bf404-0035-4693-96ba-5bf5680b1e9a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "6bea8cd6-7a29-4138-912d-ff40ffd93d92",
"StateId": "25d6296b-59e2-4e3d-a90d-e8a3cfaee692"
},
{
"PersonalConfigId": "6bea8cd6-7a29-4138-912d-ff40ffd93d92",
"StateId": "25d6296b-59e2-4e3d-a90d-e8a3cfaee692"
}
],
"id": "0054944e-b88c-489d-a72b-58c9a74ed07b",
"ConfigId": "e08a82f2-66fb-487a-8e0c-256a443fe7c4"
}
]