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": "eefd9e57-5d1c-4d24-bac9-bc7bba9abe59",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "eefd9e57-5d1c-4d24-bac9-bc7bba9abe59",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "12bebd91-6480-456e-803e-94d616c66138",
"StateId": "6e95206d-b018-464c-89d8-027953a28c63"
},
{
"PersonalConfigId": "12bebd91-6480-456e-803e-94d616c66138",
"StateId": "6e95206d-b018-464c-89d8-027953a28c63"
}
],
"id": "f659eadb-1d79-4010-938c-68d99a47bc4f",
"ConfigId": "afbced7f-2ae0-4134-93da-d8273257f2ca"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "eefd9e57-5d1c-4d24-bac9-bc7bba9abe59",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "eefd9e57-5d1c-4d24-bac9-bc7bba9abe59",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "12bebd91-6480-456e-803e-94d616c66138",
"StateId": "6e95206d-b018-464c-89d8-027953a28c63"
},
{
"PersonalConfigId": "12bebd91-6480-456e-803e-94d616c66138",
"StateId": "6e95206d-b018-464c-89d8-027953a28c63"
}
],
"id": "f659eadb-1d79-4010-938c-68d99a47bc4f",
"ConfigId": "afbced7f-2ae0-4134-93da-d8273257f2ca"
}
]