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": "074149c7-408f-464c-8936-843049718a4d",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "074149c7-408f-464c-8936-843049718a4d",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "c20cd8a9-e4e3-4984-94e0-e12247c69043",
"StateId": "e7ca4955-59a4-4f75-97ac-08b208b1a8d6"
},
{
"PersonalConfigId": "c20cd8a9-e4e3-4984-94e0-e12247c69043",
"StateId": "e7ca4955-59a4-4f75-97ac-08b208b1a8d6"
}
],
"id": "a56a9d94-671d-41ab-9161-95a4f51b409d",
"ConfigId": "59b8a326-6c28-4c52-b916-e1b2e41c1c4d"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "074149c7-408f-464c-8936-843049718a4d",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "074149c7-408f-464c-8936-843049718a4d",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "c20cd8a9-e4e3-4984-94e0-e12247c69043",
"StateId": "e7ca4955-59a4-4f75-97ac-08b208b1a8d6"
},
{
"PersonalConfigId": "c20cd8a9-e4e3-4984-94e0-e12247c69043",
"StateId": "e7ca4955-59a4-4f75-97ac-08b208b1a8d6"
}
],
"id": "a56a9d94-671d-41ab-9161-95a4f51b409d",
"ConfigId": "59b8a326-6c28-4c52-b916-e1b2e41c1c4d"
}
]