GET api/enterpriseteams/list/my

Get list of enterprise teams (My teams)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of OnePlanTeam
NameDescriptionTypeAdditional 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": "9af54e6f-fa99-4103-b14b-bb16bc625952",
        "ResourceAllocation": 2.0,
        "AllocationType": 0
      },
      {
        "ResourceId": "9af54e6f-fa99-4103-b14b-bb16bc625952",
        "ResourceAllocation": 2.0,
        "AllocationType": 0
      }
    ],
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "id": "5bb9c049-c8aa-422b-b713-ea8786828907",
    "ConfigId": "b2ae04e9-2d54-49f2-8e82-56c2bc661474"
  },
  {
    "TeamName": "sample string 1",
    "TeamDescription": "sample string 2",
    "ProfilePicture": "sample string 3",
    "TeamMembers": [
      {
        "ResourceId": "9af54e6f-fa99-4103-b14b-bb16bc625952",
        "ResourceAllocation": 2.0,
        "AllocationType": 0
      },
      {
        "ResourceId": "9af54e6f-fa99-4103-b14b-bb16bc625952",
        "ResourceAllocation": 2.0,
        "AllocationType": 0
      }
    ],
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "id": "5bb9c049-c8aa-422b-b713-ea8786828907",
    "ConfigId": "b2ae04e9-2d54-49f2-8e82-56c2bc661474"
  }
]