ResourceGroups

Get a resource group

Retrieve the details of a single resource group (required scope resources:read)

get/v1/resourceGroups/{resourceGroupId}

Path parameters

resourceGroupIdinteger required

The unique identifer of the resource group

Headers

Customer-Idinteger required

The customer identifier

Response

OK

idinteger

The unique identifier of the resource group

namestring

The name of the resource group

Example response

{
  "id": 5514123,
  "name": "Plumbers"
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.