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": "406f6039-c521-4aa6-a8be-0501640cf191",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "406f6039-c521-4aa6-a8be-0501640cf191",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "30a18fbb-1f6e-4268-8de2-dc69e1a6131f",
"StateId": "d1b77d77-91d1-4b93-acf5-29ed8bce6ccc"
},
{
"PersonalConfigId": "30a18fbb-1f6e-4268-8de2-dc69e1a6131f",
"StateId": "d1b77d77-91d1-4b93-acf5-29ed8bce6ccc"
}
],
"id": "10e33716-ca4c-417e-8b57-817ba113a69c",
"ConfigId": "cf0269a1-f6e7-467a-af6c-514eba12e55d"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "406f6039-c521-4aa6-a8be-0501640cf191",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "406f6039-c521-4aa6-a8be-0501640cf191",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "30a18fbb-1f6e-4268-8de2-dc69e1a6131f",
"StateId": "d1b77d77-91d1-4b93-acf5-29ed8bce6ccc"
},
{
"PersonalConfigId": "30a18fbb-1f6e-4268-8de2-dc69e1a6131f",
"StateId": "d1b77d77-91d1-4b93-acf5-29ed8bce6ccc"
}
],
"id": "10e33716-ca4c-417e-8b57-817ba113a69c",
"ConfigId": "cf0269a1-f6e7-467a-af6c-514eba12e55d"
}
]