---
title: Get Configuration IDs for a Blueprint
framework: Apple Business API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple business api 2.5+]
path: applebusinessapi/get-all-configuration-ids-for-a-blueprint
---

# Get Configuration IDs for a Blueprint

Get a list of Configuration IDs associated with a Blueprint.

## URL

GET https://api-business.apple.com/v1/blueprints/{id}/relationships/configurations

## Path Parameters

id: The unique identifier for the resource.

## Query Parameters

limit: The number of included related resources to return.

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: 429 : Too Many Requests

## Example

Example

## Topics

### Responses

- [BlueprintConfigurationsLinkagesResponse](applebusinessapi/blueprintconfigurationslinkagesresponse.md)

## See Also

### Blueprints

- [Get Blueprints](applebusinessapi/get-blueprints.md)
- [Create a Blueprint](applebusinessapi/create-a-blueprint.md)
- [Get Blueprint Information](applebusinessapi/get-blueprint-information.md)
- [Update a Blueprint](applebusinessapi/update-a-blueprint.md)
- [Delete a Blueprint](applebusinessapi/delete-a-blueprint.md)
- [Get App IDs for a Blueprint](applebusinessapi/get-all-app-ids-for-a-blueprint.md)
- [Add Apps to a Blueprint](applebusinessapi/add-apps-to-a-blueprint.md)
- [Remove Apps from a Blueprint](applebusinessapi/remove-apps-from-a-blueprint.md)
- [Add Configurations to a Blueprint](applebusinessapi/add-configurations-to-a-blueprint.md)
- [Remove Configurations from a Blueprint](applebusinessapi/remove-configurations-from-a-blueprint.md)
- [Get Package IDs for a Blueprint](applebusinessapi/get-all-package-ids-for-a-blueprint.md)
- [Add Packages to a Blueprint](applebusinessapi/add-packages-to-a-blueprint.md)
- [Remove Packages from a Blueprint](applebusinessapi/remove-packages-from-a-blueprint.md)
- [Get Device IDs for a Blueprint](applebusinessapi/get-all-orgdevice-ids-for-a-blueprint.md)
- [Add Devices to a Blueprint](applebusinessapi/add-org-devices-to-a-blueprint.md)
