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": "78a74692-25bc-4450-a2fe-fdcbbdd87c45",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "78a74692-25bc-4450-a2fe-fdcbbdd87c45",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "72b18262-feaf-4469-a9e9-e91db837b2c0",
"StateId": "21029276-eb87-4cc2-8401-bc59ac4cb036"
},
{
"PersonalConfigId": "72b18262-feaf-4469-a9e9-e91db837b2c0",
"StateId": "21029276-eb87-4cc2-8401-bc59ac4cb036"
}
],
"id": "6838cdef-f07a-447d-8625-a1ce811c8983",
"ConfigId": "2a1523ca-cb45-43e9-adf7-0ffc9c0cd1fe"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "78a74692-25bc-4450-a2fe-fdcbbdd87c45",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "78a74692-25bc-4450-a2fe-fdcbbdd87c45",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "72b18262-feaf-4469-a9e9-e91db837b2c0",
"StateId": "21029276-eb87-4cc2-8401-bc59ac4cb036"
},
{
"PersonalConfigId": "72b18262-feaf-4469-a9e9-e91db837b2c0",
"StateId": "21029276-eb87-4cc2-8401-bc59ac4cb036"
}
],
"id": "6838cdef-f07a-447d-8625-a1ce811c8983",
"ConfigId": "2a1523ca-cb45-43e9-adf7-0ffc9c0cd1fe"
}
]