You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can list the attributes assigned to a field by using the [**Fields - Get** REST API](/rest/api/azure/devops/wit/fields/get/?view=vsts-rest-tfs-4.1&preserve-view=true). Enter your organization name for *OrganizationName*. To get started using REST, see [Azure DevOps Services REST API Reference](/rest/api/azure/devops/?view=vsts-rest-tfs-4.1&preserve-view=true)
718
+
You can list the attributes assigned to a field by using the [**Fields - Get** REST API](/rest/api/azure/devops/wit/fields/get/?view=vsts-rest-tfs-4.1&preserve-view=true). Enter your organization name for *OrganizationName*. To get started using REST, see [Azure DevOps Services REST API Reference](/rest/api/azure/devops)
Copy file name to clipboardexpand all lines: docs/extend/develop/work-with-urls.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ With the introduction of Azure DevOps, organizational resources and APIs are now
21
21
22
22
Regardless of when the organization was created, users, tools, and integrations can interact with organization-level REST APIs using either URL. As the developer of an extension, integration, or tool that interacts with Azure DevOps, learn how to best work with URLs made available to your code and form URLs when you call REST APIs.
23
23
24
-
For more information, see the [REST API Reference](/rest/api/azure/devops/?view=azure-devops-rest-5.1&preserve-view=true).
24
+
For more information, see the [REST API Reference](/rest/api/azure/devops).
> For more information, see [Extensibility points, menus and toolbars](../reference/targets/overview.md#menus-and-toolbars), the [Contribution model](../develop/contributions-overview.md) the [Formula Design System](https://developer.microsoft.com/azure-devops/develop/extensions), [REST API reference](/rest/api/azure/devops/?view=azure-devops-rest-6.1&preserve-view=true), [Extension samples](https://github.com/Microsoft/azure-devops-extension-sample), and resources in the [Developer Community](https://developercommunity.visualstudio.com/spaces/21/index.html).
2
+
> For more information, see [Extensibility points, menus and toolbars](../reference/targets/overview.md#menus-and-toolbars), the [Contribution model](../develop/contributions-overview.md) the [Formula Design System](https://developer.microsoft.com/azure-devops/develop/extensions), [REST API reference](/rest/api/azure/devops), [Extension samples](https://github.com/Microsoft/azure-devops-extension-sample), and resources in the [Developer Community](https://developercommunity.visualstudio.com/spaces/21/index.html).
Azure DevOps REST APIsare versioned to ensure applications and services continue to work as APIs evolve.
18
+
Using versioned REST APIs, you can ensure your projects are scalable and maintainable over time while applications and services continue to work as APIs evolve.
18
19
19
20
## Guidelines
20
21
@@ -44,10 +45,11 @@ i.e. GET https://dev.azure.com/v1.0/{organization}/_apis/{area}/{resource}?some-
Copy file name to clipboardexpand all lines: docs/organizations/accounts/create-organization.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Use an organization to connect groups of related projects, and help to scale up
25
25
::: moniker range="= azure-devops"
26
26
27
27
> [!NOTE]
28
-
> All organizations must be manually created via the web portal. We don't support automated creation of organizations. We do support automated organization configuration, project creation, and resource provisioning via [REST API](/rest/api/azure/devops/?view=azure-devops-rest-7.1&preserve-view=true).
28
+
> All organizations must be manually created via the web portal. We don't support automated creation of organizations. We do support automated organization configuration, project creation, and resource provisioning via [REST API](/rest/api/azure/devops).
0 commit comments