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": "fe93a0bd-e75e-4e25-832c-e05c7986f471",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "fe93a0bd-e75e-4e25-832c-e05c7986f471",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4bf6f5d8-bde1-4677-9c92-df844159f8ef",
"StateId": "3c2f2986-bd16-45b6-8aaa-e2ac06fdab1b"
},
{
"PersonalConfigId": "4bf6f5d8-bde1-4677-9c92-df844159f8ef",
"StateId": "3c2f2986-bd16-45b6-8aaa-e2ac06fdab1b"
}
],
"id": "22a44f69-3d32-4034-8190-a749623ba6c8",
"ConfigId": "d617db0b-b899-4d34-8f2a-f902f27657ef"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "fe93a0bd-e75e-4e25-832c-e05c7986f471",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "fe93a0bd-e75e-4e25-832c-e05c7986f471",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4bf6f5d8-bde1-4677-9c92-df844159f8ef",
"StateId": "3c2f2986-bd16-45b6-8aaa-e2ac06fdab1b"
},
{
"PersonalConfigId": "4bf6f5d8-bde1-4677-9c92-df844159f8ef",
"StateId": "3c2f2986-bd16-45b6-8aaa-e2ac06fdab1b"
}
],
"id": "22a44f69-3d32-4034-8190-a749623ba6c8",
"ConfigId": "d617db0b-b899-4d34-8f2a-f902f27657ef"
}
]