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": "9294797d-1afa-4c19-bffc-a31a6e499de8",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "9294797d-1afa-4c19-bffc-a31a6e499de8",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "564e61ba-e588-437b-9352-91b424854820",
"StateId": "7c54809c-da5a-4d11-a216-061c32b72bc2"
},
{
"PersonalConfigId": "564e61ba-e588-437b-9352-91b424854820",
"StateId": "7c54809c-da5a-4d11-a216-061c32b72bc2"
}
],
"id": "234f35c5-5a6b-4d86-81c4-33f9a98f80aa",
"ConfigId": "e54c0c98-cfc8-489f-abcb-2c66f6d0b314"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "9294797d-1afa-4c19-bffc-a31a6e499de8",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "9294797d-1afa-4c19-bffc-a31a6e499de8",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "564e61ba-e588-437b-9352-91b424854820",
"StateId": "7c54809c-da5a-4d11-a216-061c32b72bc2"
},
{
"PersonalConfigId": "564e61ba-e588-437b-9352-91b424854820",
"StateId": "7c54809c-da5a-4d11-a216-061c32b72bc2"
}
],
"id": "234f35c5-5a6b-4d86-81c4-33f9a98f80aa",
"ConfigId": "e54c0c98-cfc8-489f-abcb-2c66f6d0b314"
}
]