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": "174d8c7b-d261-446f-800f-31bc80c199ae",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "174d8c7b-d261-446f-800f-31bc80c199ae",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f5b9b313-f799-45d1-b538-0a0dae42fb69",
"StateId": "904d2830-9ab4-42b4-8874-8c5be07d9df5"
},
{
"PersonalConfigId": "f5b9b313-f799-45d1-b538-0a0dae42fb69",
"StateId": "904d2830-9ab4-42b4-8874-8c5be07d9df5"
}
],
"id": "fbdf33cb-57de-4232-88a2-3fad5e0bc180",
"ConfigId": "87eb49d2-f2f6-4d75-8dfa-a5d67ddbed3b"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "174d8c7b-d261-446f-800f-31bc80c199ae",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "174d8c7b-d261-446f-800f-31bc80c199ae",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "f5b9b313-f799-45d1-b538-0a0dae42fb69",
"StateId": "904d2830-9ab4-42b4-8874-8c5be07d9df5"
},
{
"PersonalConfigId": "f5b9b313-f799-45d1-b538-0a0dae42fb69",
"StateId": "904d2830-9ab4-42b4-8874-8c5be07d9df5"
}
],
"id": "fbdf33cb-57de-4232-88a2-3fad5e0bc180",
"ConfigId": "87eb49d2-f2f6-4d75-8dfa-a5d67ddbed3b"
}
]