---
title: Get Blueprint Information
framework: Apple Business API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple business api 2.5+]
path: applebusinessapi/get-blueprint-information
---

# Get Blueprint Information

Get information about a specific Blueprint in an organization.

## URL

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

## Path Parameters

id: The unique identifier for the resource.

## Query Parameters

fields[blueprints]: The fields to return for included related types. include: Related resources to include in the response. Possible values: apps, configurations, packages, orgDevices, users, userGroups. limit[apps]: Maximum number of related apps to include. limit[configurations]: Maximum number of related configurations to include. limit[packages]: Maximum number of related packages to include. limit[orgDevices]: Maximum number of related devices to include. limit[users]: Maximum number of related users to include. limit[userGroups]: Maximum number of related user groups to include.

## 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

- [BlueprintResponse](applebusinessapi/blueprintresponse.md)

## See Also

### Blueprints

- [Get Blueprints](applebusinessapi/get-blueprints.md)
- [Create a Blueprint](applebusinessapi/create-a-blueprint.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)
- [Get Configuration IDs for a Blueprint](applebusinessapi/get-all-configuration-ids-for-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)
