GET api/enterpriseteams
Get list of enterprise teams
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OnePlanTeamName | 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": "f84aade4-0dff-48e1-86ae-9eb5b274b12d", "ResourceAllocation": 2.0, "AllocationType": 0 }, { "ResourceId": "f84aade4-0dff-48e1-86ae-9eb5b274b12d", "ResourceAllocation": 2.0, "AllocationType": 0 } ], "Fields": { "sample string 1": {}, "sample string 3": {} }, "id": "1c44e7a1-8686-4a9c-b423-7a5040180b70", "ConfigId": "d91d3d14-3f85-406e-bf5a-332cce933d14" }, { "TeamName": "sample string 1", "TeamDescription": "sample string 2", "ProfilePicture": "sample string 3", "TeamMembers": [ { "ResourceId": "f84aade4-0dff-48e1-86ae-9eb5b274b12d", "ResourceAllocation": 2.0, "AllocationType": 0 }, { "ResourceId": "f84aade4-0dff-48e1-86ae-9eb5b274b12d", "ResourceAllocation": 2.0, "AllocationType": 0 } ], "Fields": { "sample string 1": {}, "sample string 3": {} }, "id": "1c44e7a1-8686-4a9c-b423-7a5040180b70", "ConfigId": "d91d3d14-3f85-406e-bf5a-332cce933d14" } ]