---
title: "Get the tiering data for a given resource"
method: GET
path: "/administration/tiers/resources/{resourceId}"
tags: ["ACS Tiering"]
---

# Get the tiering data for a given resource

`GET /administration/tiers/resources/{resourceId}`

## Path parameters

- `resourceId` string, uuid, required

## Query parameters

- `api-version` string, required

## Response `200`

Success

- AcsTier — Represents an ACS Tier resource.
  - `tierId` string — Tier Id.
  - `tierType` string — Tier Type
  - `capabilities` object — Capabilities for the resource
    - `phoneNumberPurchase` PhoneNumberPurchase[] — Phone number purchase capabilities of the tier.
      - `numberType` string[] — Types to apply the limit to.
      - `scope` string — The scope to apply the limits.
      - `totalNumbers` integer — The limit of numbers allowed for purchase for the number type.
    - `sms` object — SMS capabilities of the tier.
      - `outbound` SmsOutbound[] — SMS Outbound capabilities of the tier.
        - `type` string — Type of number.
        - `scope` string — The scope to apply the limits.
        - `smsPerMin` integer — The limit of SMSs a customer can send per minute.
        - `geographicLimitations` string — The areas where an SMS is allowed to be sent.
      - `inbound` SmsInbound[] — SMS Inbound capabilities of the tier.
        - `type` string — Type of number.
        - `scope` string — The scope to apply the limits.
        - `smsPerMin` integer — The limit of SMSs a customer can send per minute.
        - `geographicLimitations` string — The areas where an SMS is allowed to be sent.
    - `calling` object — Calling capabilities of the tier.
      - `outbound` CallingOutbound[] — Calling Outbound capabilities of the tier.
        - `type` string — Type of calling.
        - `scope` string — The scope to apply the limits.
        - `concurrentCalls` integer — The number of concurrent calls allowed.
        - `geographicLimitations` string — The areas where calls are allowed to take place.
      - `inbound` CallingInbound[] — Calling Inbound capabilities of the tier.
        - `type` string — Type of calling.
        - `scope` string — The scope to apply the limits.
        - `concurrentCalls` integer — The number of concurrent calls allowed.
        - `geographicLimitations` string — The areas where calls are allowed to take place.
    - `trialPhoneNumberPurchase` TrialPhoneNumberPurchase[] — Trial phone number purchase capability details.
      - `numberType` string[] — Types to apply the limit to.
      - `scope` string — The scope to apply the limits.
      - `totalNumbers` integer — The limit of numbers allowed for purchase for the number type.
      - `trialPeriodDays` integer — The number of days in the trial period for the number type.
    - `trialPhoneNumberUsage` TrialPhoneNumberUsage[] — Trial phone number usage of the tier.
      - `numberType` string — The number type.
      - `calling` object — The capabilities for calling.
        - `outbound` TrialPhoneNumberUsageCallingBounds[] — The Outbound capabilities for calling.
          - `type` string — Type of calling.
          - `scope` string — The scope to apply the limits to.
          - `totalMinutes` integer — The total calling minutes allowed for a tial number.
          - `maximumCallDurationMinutes` integer — The total call duration in minutes allowed for a trial number.
          - `concurrentCalls` integer — The number of concurrent calls allowed.
        - `inbound` TrialPhoneNumberUsageCallingBounds[] — The Inbound capabilities for calling.
          - `type` string — Type of calling.
          - `scope` string — The scope to apply the limits to.
          - `totalMinutes` integer — The total calling minutes allowed for a tial number.
          - `maximumCallDurationMinutes` integer — The total call duration in minutes allowed for a trial number.
          - `concurrentCalls` integer — The number of concurrent calls allowed.
      - `sms` object — The SMS capabilities for the trial phone number.
        - `outbound` TrialPhoneNumberUsageSmsBounds[] — Outbound trial phone number SMS capabilities.
          - `type` string — The type of SMS.
          - `scope` string — The scope to apply the limits to.
          - `total` integer — Total
          - `smsPerMin` integer — The total SMSs allowed to be sent in a minute.
        - `inbound` TrialPhoneNumberUsageSmsBounds[] — Inbound trial phone number SMS capabilities.
          - `type` string — The type of SMS.
          - `scope` string — The scope to apply the limits to.
          - `total` integer — Total
          - `smsPerMin` integer — The total SMSs allowed to be sent in a minute.

## Other responses

- `default` — Failure

---

[API](https://skmtc.net/azure/apis/tieringclient.md) · [All operations](https://skmtc.net/azure/apis/tieringclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/tieringclient/versions/09fc95ee0aca/schema)
