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": "590c7105-3a42-4213-93c6-df5813cb2746",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "590c7105-3a42-4213-93c6-df5813cb2746",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e614a0df-2245-431d-b6f2-43658a7533be",
"StateId": "20c4e9a9-9685-4626-bc62-f0f7df157750"
},
{
"PersonalConfigId": "e614a0df-2245-431d-b6f2-43658a7533be",
"StateId": "20c4e9a9-9685-4626-bc62-f0f7df157750"
}
],
"id": "eee26255-d5fa-464a-844d-4c93c16a129d",
"ConfigId": "3b9eed49-7065-455f-90be-577ad1db27cb"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "590c7105-3a42-4213-93c6-df5813cb2746",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "590c7105-3a42-4213-93c6-df5813cb2746",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "e614a0df-2245-431d-b6f2-43658a7533be",
"StateId": "20c4e9a9-9685-4626-bc62-f0f7df157750"
},
{
"PersonalConfigId": "e614a0df-2245-431d-b6f2-43658a7533be",
"StateId": "20c4e9a9-9685-4626-bc62-f0f7df157750"
}
],
"id": "eee26255-d5fa-464a-844d-4c93c16a129d",
"ConfigId": "3b9eed49-7065-455f-90be-577ad1db27cb"
}
]