--- title: "Endpoints and Methods" description: "Use this section to list operations available for a resource collection. To help users navigate through the section, add a child topic for each listed operation." canonical: "https://helpcenter.veeam.com/docs/styleguide/tw/rest_api_endpoints.html" breadcrumb: "Style Guide > Structuring Content > Topic Types > Reference Topic > REST API Reference > Resource Сollection > Endpoints and Methods" dateModified: "2026-09-03" --- # Endpoints and Methods Use this section to list operations available for a resource collection. To help users navigate through the section, add a [child topic for each listed operation](rest_api_operation.md). ::: dropdown ## Example 1 (Using endpoints to list operations) The following method-implemented operations are supported for the failover plan entity in the Orchestrator REST API: - `(GET)/v2/FailoverPlans` — retrieves the `/FailoverPlans` collection representation. - `(GET)/v2/FailoverPlans/{ID}` — retrieves the `/FailoverPlans/{id}` resource representation. - `(GET)/v2/Sites/{siteid}/Scopes/{siteScopeId}/FailoverPlans` — retrieves the `/FailoverPlans` collection representation for a particular `/Scopes/{siteScopeId}` scope. - `(POST)/v2/FailoverPlans/{id}/RunReadinessCheck` — starts a readiness check for the `/FailoverPlans/{id}` failover plan. ::: ::: dropdown ## Example 2 (Using short descriptions to list operations) The following method-implemented operations are supported for the backup repositories entity in the Veeam Availability Console REST API: - **Get Backup Repositories** — retrieves the `/backupRepositories` collection representation with the GET method. - **Get a Backup Repository** — retrieves properties of a specific backup repository with the GET method. :::