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. |
|
| 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": "0e8091c0-bb70-482b-bd88-4a734ff1fb5a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "0e8091c0-bb70-482b-bd88-4a734ff1fb5a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "7fb7247d-17d7-4c4f-aa7c-622064e6a09e",
"ConfigId": "0d5efd19-13b7-42ed-bfb8-716bf88a2185"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "0e8091c0-bb70-482b-bd88-4a734ff1fb5a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "0e8091c0-bb70-482b-bd88-4a734ff1fb5a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"id": "7fb7247d-17d7-4c4f-aa7c-622064e6a09e",
"ConfigId": "0d5efd19-13b7-42ed-bfb8-716bf88a2185"
}
]