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": "fd99779c-090b-4dee-ac42-54f0dd960bcf",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "fd99779c-090b-4dee-ac42-54f0dd960bcf",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4afb01aa-cd29-4fc2-add5-42e9b5f8c067",
"StateId": "8300b690-aa98-47d0-919c-dc4b20ca208f"
},
{
"PersonalConfigId": "4afb01aa-cd29-4fc2-add5-42e9b5f8c067",
"StateId": "8300b690-aa98-47d0-919c-dc4b20ca208f"
}
],
"id": "68f16be4-542a-49ea-b9e6-156fdb4e6f1c",
"ConfigId": "e2ec6ddb-def5-4382-ba69-eaa9d030c5f8"
},
{
"TeamName": "sample string 1",
"TeamDescription": "sample string 2",
"ProfilePicture": "sample string 3",
"TeamMembers": [
{
"ResourceId": "fd99779c-090b-4dee-ac42-54f0dd960bcf",
"ResourceAllocation": 2.0,
"AllocationType": 0
},
{
"ResourceId": "fd99779c-090b-4dee-ac42-54f0dd960bcf",
"ResourceAllocation": 2.0,
"AllocationType": 0
}
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"SharedViews": [
{
"PersonalConfigId": "4afb01aa-cd29-4fc2-add5-42e9b5f8c067",
"StateId": "8300b690-aa98-47d0-919c-dc4b20ca208f"
},
{
"PersonalConfigId": "4afb01aa-cd29-4fc2-add5-42e9b5f8c067",
"StateId": "8300b690-aa98-47d0-919c-dc4b20ca208f"
}
],
"id": "68f16be4-542a-49ea-b9e6-156fdb4e6f1c",
"ConfigId": "e2ec6ddb-def5-4382-ba69-eaa9d030c5f8"
}
]