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": "5c251387-fa8c-469a-b117-912b0edc3197",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "5c251387-fa8c-469a-b117-912b0edc3197",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "759950cb-1ad4-440d-9b67-6e7bee28e14b",
"StateId": "1b733763-c25c-459d-ad8b-46f662a4603f"
},
{
"PersonalConfigId": "759950cb-1ad4-440d-9b67-6e7bee28e14b",
"StateId": "1b733763-c25c-459d-ad8b-46f662a4603f"
}
],
"id": "cd4273bc-384a-45ac-b34b-4bb605c7e9c0",
"ConfigId": "1d8d70e9-fee1-48e1-b947-698d4380a6f4"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "5c251387-fa8c-469a-b117-912b0edc3197",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "5c251387-fa8c-469a-b117-912b0edc3197",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "759950cb-1ad4-440d-9b67-6e7bee28e14b",
"StateId": "1b733763-c25c-459d-ad8b-46f662a4603f"
},
{
"PersonalConfigId": "759950cb-1ad4-440d-9b67-6e7bee28e14b",
"StateId": "1b733763-c25c-459d-ad8b-46f662a4603f"
}
],
"id": "cd4273bc-384a-45ac-b34b-4bb605c7e9c0",
"ConfigId": "1d8d70e9-fee1-48e1-b947-698d4380a6f4"
}
]