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": "8f8a32db-a874-4af0-941a-d924b237d6d9",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "8f8a32db-a874-4af0-941a-d924b237d6d9",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ddfa4f81-b0bb-454f-b605-a31a7171a6f6",
"StateId": "97f5917a-6f9a-4736-9162-e3426a757a38"
},
{
"PersonalConfigId": "ddfa4f81-b0bb-454f-b605-a31a7171a6f6",
"StateId": "97f5917a-6f9a-4736-9162-e3426a757a38"
}
],
"id": "a687f763-f3c9-4354-b834-4ed8ac4b5703",
"ConfigId": "3fbaf742-d74f-4b47-80c6-61a784e6e409"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "8f8a32db-a874-4af0-941a-d924b237d6d9",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "8f8a32db-a874-4af0-941a-d924b237d6d9",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "ddfa4f81-b0bb-454f-b605-a31a7171a6f6",
"StateId": "97f5917a-6f9a-4736-9162-e3426a757a38"
},
{
"PersonalConfigId": "ddfa4f81-b0bb-454f-b605-a31a7171a6f6",
"StateId": "97f5917a-6f9a-4736-9162-e3426a757a38"
}
],
"id": "a687f763-f3c9-4354-b834-4ed8ac4b5703",
"ConfigId": "3fbaf742-d74f-4b47-80c6-61a784e6e409"
}
]