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": "96891b2a-990a-4644-8245-e5f074e8616e",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "96891b2a-990a-4644-8245-e5f074e8616e",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "6209b4d3-2e76-4be5-a5f1-31c0f8a1522a",
"StateId": "70c64d8e-b453-4c5d-92a2-65e3aadda23e"
},
{
"PersonalConfigId": "6209b4d3-2e76-4be5-a5f1-31c0f8a1522a",
"StateId": "70c64d8e-b453-4c5d-92a2-65e3aadda23e"
}
],
"id": "fc2256ff-b438-413d-9781-fdb3e7dc38b1",
"ConfigId": "7756d5aa-a0c0-49cf-bf9e-b546ce184793"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "96891b2a-990a-4644-8245-e5f074e8616e",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "96891b2a-990a-4644-8245-e5f074e8616e",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "6209b4d3-2e76-4be5-a5f1-31c0f8a1522a",
"StateId": "70c64d8e-b453-4c5d-92a2-65e3aadda23e"
},
{
"PersonalConfigId": "6209b4d3-2e76-4be5-a5f1-31c0f8a1522a",
"StateId": "70c64d8e-b453-4c5d-92a2-65e3aadda23e"
}
],
"id": "fc2256ff-b438-413d-9781-fdb3e7dc38b1",
"ConfigId": "7756d5aa-a0c0-49cf-bf9e-b546ce184793"
}
]