Share via


Departments - Get

Gets a department by ID. The operation is supported only for billing accounts with agreement type Enterprise Agreement.

GET https://management.azure.com/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/departments/{departmentName}?api-version=2024-04-01

URI Parameters

Name In Required Type Description
billingAccountName
path True

string

pattern: ^([0-9]+|([Pp][Cc][Nn]\.[A-Za-z0-9]+)|[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}(:[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}_[0-9]{4}(-[0-9]{2}){2})?)$

The ID that uniquely identifies a billing account.

departmentName
path True

string

pattern: ^[a-zA-Z\d-_]{1,128}$

The name of the department.

api-version
query True

string

The version of the API to be used with the client request. The current version is 2024-04-01.

Responses

Name Type Description
200 OK

Department

OK. The request has succeeded.

Other Status Codes

ErrorResponse

Error response describing why the operation failed.

Examples

DepartmentGet

Sample request

GET https://management.azure.com/providers/Microsoft.Billing/billingAccounts/456598/departments/164821?api-version=2024-04-01

Sample response

{
  "id": "/providers/Microsoft.Billing/billingAccounts/456598/departments/164821",
  "name": "164821",
  "properties": {
    "costCenter": "C1",
    "displayName": "Test department",
    "status": "Active"
  },
  "type": "Microsoft.Billing/billingAccounts/departments"
}

Definitions

Name Description
createdByType

The type of identity that created the resource.

Department

Optional grouping of enrollment accounts to segment costs into logical groupings and set budgets.

DepartmentProperties

Optional grouping of enrollment accounts to segment costs into logical groupings and set budgets.

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

systemData

Metadata pertaining to creation and last modification of the resource.

createdByType

The type of identity that created the resource.

Value Description
User
Application
ManagedIdentity
Key

Department

Optional grouping of enrollment accounts to segment costs into logical groupings and set budgets.

Name Type Description
id

string (arm-id)

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name

string

The name of the resource

properties

DepartmentProperties

Optional grouping of enrollment accounts to segment costs into logical groupings and set budgets.

systemData

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags

object

Dictionary of metadata associated with the resource. It may not be populated for all resource types. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /

type

string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

DepartmentProperties

Optional grouping of enrollment accounts to segment costs into logical groupings and set budgets.

Name Type Description
costCenter

string

The cost center associated with the department.

displayName

string

The name of the department.

id

string

The ID that uniquely identifies the department.

status

string

The status of the department.

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

systemData

Metadata pertaining to creation and last modification of the resource.

Name Type Description
createdAt

string (date-time)

The timestamp of resource creation (UTC).

createdBy

string

The identity that created the resource.

createdByType

createdByType

The type of identity that created the resource.

lastModifiedAt

string (date-time)

The timestamp of resource last modification (UTC)

lastModifiedBy

string

The identity that last modified the resource.

lastModifiedByType

createdByType

The type of identity that last modified the resource.