GET api/enterpriseteams/{id}
Get a single enterprise team
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "b6c32720-3032-4f5e-aeea-3eda9608c2d2",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "b6c32720-3032-4f5e-aeea-3eda9608c2d2",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "c7031f23-fcfe-4c3e-8134-5ce98615b894",
"StateId": "3894e4b8-aa87-4b66-a8cb-8480f2d694c8"
},
{
"PersonalConfigId": "c7031f23-fcfe-4c3e-8134-5ce98615b894",
"StateId": "3894e4b8-aa87-4b66-a8cb-8480f2d694c8"
}
],
"id": "4aa35fd1-c9b5-4d80-be20-ceda54ca2643",
"ConfigId": "c57c1f7d-5b9a-4cc1-8e39-92ccbe63f9c2"
}