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": "8bb6e283-561a-4252-9963-f2ed57e0b33a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "8bb6e283-561a-4252-9963-f2ed57e0b33a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "8b0d7bcc-b7eb-4818-9c2c-0eec8580a2fa",
"StateId": "b4f5282d-5114-4bbc-a880-6e05225b302c"
},
{
"PersonalConfigId": "8b0d7bcc-b7eb-4818-9c2c-0eec8580a2fa",
"StateId": "b4f5282d-5114-4bbc-a880-6e05225b302c"
}
],
"id": "7e89775f-8d19-49e4-8706-ba9578bddf2d",
"ConfigId": "d1101c8c-6197-44c2-b6db-add95f0593d0"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "8bb6e283-561a-4252-9963-f2ed57e0b33a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "8bb6e283-561a-4252-9963-f2ed57e0b33a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "8b0d7bcc-b7eb-4818-9c2c-0eec8580a2fa",
"StateId": "b4f5282d-5114-4bbc-a880-6e05225b302c"
},
{
"PersonalConfigId": "8b0d7bcc-b7eb-4818-9c2c-0eec8580a2fa",
"StateId": "b4f5282d-5114-4bbc-a880-6e05225b302c"
}
],
"id": "7e89775f-8d19-49e4-8706-ba9578bddf2d",
"ConfigId": "d1101c8c-6197-44c2-b6db-add95f0593d0"
}
]