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": "83da02b6-abcc-4aea-9c77-2e76795c515a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "83da02b6-abcc-4aea-9c77-2e76795c515a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "d3e75b8b-8450-46b0-a237-36bcf89ba530",
"StateId": "d133267e-7869-4226-a143-87d7c01a35c7"
},
{
"PersonalConfigId": "d3e75b8b-8450-46b0-a237-36bcf89ba530",
"StateId": "d133267e-7869-4226-a143-87d7c01a35c7"
}
],
"id": "cde61ae1-079a-4921-bc0f-4e91ecccda52",
"ConfigId": "50a040ed-6f93-4b8e-8dba-a97aa21739bc"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "83da02b6-abcc-4aea-9c77-2e76795c515a",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "83da02b6-abcc-4aea-9c77-2e76795c515a",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "d3e75b8b-8450-46b0-a237-36bcf89ba530",
"StateId": "d133267e-7869-4226-a143-87d7c01a35c7"
},
{
"PersonalConfigId": "d3e75b8b-8450-46b0-a237-36bcf89ba530",
"StateId": "d133267e-7869-4226-a143-87d7c01a35c7"
}
],
"id": "cde61ae1-079a-4921-bc0f-4e91ecccda52",
"ConfigId": "50a040ed-6f93-4b8e-8dba-a97aa21739bc"
}
]