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": "e1222a06-cd8e-43e7-b653-90363c858802",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "e1222a06-cd8e-43e7-b653-90363c858802",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "2129b3a2-4673-4c3a-babf-9105f3bfb3eb",
"StateId": "5d0f21ec-c2c3-4c5d-aaf2-bedcb5a837f1"
},
{
"PersonalConfigId": "2129b3a2-4673-4c3a-babf-9105f3bfb3eb",
"StateId": "5d0f21ec-c2c3-4c5d-aaf2-bedcb5a837f1"
}
],
"id": "fa2425e0-6872-4197-ad15-89c7fb298608",
"ConfigId": "d7e69a0c-74d0-47f7-963f-329e00c0a092"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "e1222a06-cd8e-43e7-b653-90363c858802",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "e1222a06-cd8e-43e7-b653-90363c858802",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "2129b3a2-4673-4c3a-babf-9105f3bfb3eb",
"StateId": "5d0f21ec-c2c3-4c5d-aaf2-bedcb5a837f1"
},
{
"PersonalConfigId": "2129b3a2-4673-4c3a-babf-9105f3bfb3eb",
"StateId": "5d0f21ec-c2c3-4c5d-aaf2-bedcb5a837f1"
}
],
"id": "fa2425e0-6872-4197-ad15-89c7fb298608",
"ConfigId": "d7e69a0c-74d0-47f7-963f-329e00c0a092"
}
]