Optional
options: IRequestOptionsStatic
Readonly
RESOURCE_Optional
apiVersion: stringOptional
apiVersion: stringThe team data used to create the team.
The name or ID (GUID) of the team project in which to create the team.
Optional
site: stringDelete a team.
The name or ID (GUID) of the team project containing the team to delete.
The name or ID of the team to delete.
Get a list of all teams.
Optional
mine: booleanIf true, then return all teams requesting user is member. Otherwise return all teams user has read access.
Optional
top: numberMaximum number of teams to return.
Optional
skip: numberNumber of teams to skip.
Optional
expandIdentity: booleanA value indicating whether or not to expand Identity information in the result WebApiTeam object.
Optional
kind: ConnectedServiceKindGet a list of processes.
Get project with the specified id or name, optionally including capabilities.
Optional
includeCapabilities: booleanInclude capabilities (such as source control) in the team project result (default: false).
Optional
includeHistory: booleanSearch within renamed projects (that had such name in the past).
Get project collection with the specified id or name.
Get project collection references for this application.
Optional
top: numberOptional
skip: numberGets the history of changes to the project.
Optional
minRevision: numberThe minimum revision number to return in the history.
Get a collection of team project properties.
The team project ID.
Optional
keys: string[]A comma-delimited string of team project property names. Wildcard characters ("?" and "*") are supported. If no key is specified, all properties will be returned.
Get all projects in the organization that the authenticated user has access to.
Optional
stateFilter: anyFilter on team projects in a specific team project state (default: WellFormed).
Optional
top: numberOptional
skip: numberOptional
continuationToken: numberPointer that shows how many projects already been fetched.
Optional
getDefaultTeamImageUrl: booleanGet a collection of team project properties for multiple projects.
A comma-delimited string of team project IDs
Optional
properties: string[]Gets list of user readable teams in a project and teams user is member of (excluded from readable list).
The name or ID (GUID) of the team project containing the teams to retrieve.
Optional
expandIdentity: booleanA value indicating whether or not to expand Identity information in the result WebApiTeam object.
Optional
top: numberMaximum number of teams to return.
Optional
skip: numberNumber of teams to skip.
Optional
proxyUrl: stringGet a specific team.
The name or ID (GUID) of the team project containing the team.
The name or ID (GUID) of the team.
Optional
expandIdentity: booleanA value indicating whether or not to expand Identity information in the result WebApiTeam object.
Get a list of members for a specific team.
The name or ID (GUID) of the team project the team belongs to.
The name or ID (GUID) of the team .
Optional
top: numberOptional
skip: numberGet a list of teams.
Optional
mine: booleanIf true return all the teams requesting user is member, otherwise return all the teams user has read access.
Optional
top: numberMaximum number of teams to return.
Optional
skip: numberNumber of teams to skip.
Optional
expandIdentity: booleanA value indicating whether or not to expand Identity information in the result WebApiTeam object.
Queues a project to be created. Use the GetOperation to periodically check for create project status.
The project to create.
Queues a project to be deleted. Use the GetOperation to periodically check for delete project status.
The project id of the project to delete.
Removes the avatar for the project.
The ID or name of the project.
Sets the avatar for the project.
The avatar blob data object to upload.
The ID or name of the project.
Create, update, and delete team project properties.
The team project ID.
A JSON Patch document that represents an array of property operations. See RFC 6902 for more details on JSON Patch. The accepted operation verbs are Add and Remove, where Add is used for both creating and updating properties. The path consists of a forward slash and a property name.
Update an existing project's name, abbreviation, description, or restore a project.
The updates for the project. The state must be set to wellFormed to restore the project.
The project id of the project to update.
Update a team's name and/or description.
The name or ID (GUID) of the team project containing the team to update.
The name of ID of the team to update.
Create a team in a team project.