Get Blueprints
Get a list of Blueprints in an organization.
URL
GET https://api-business.apple.com/v1/blueprintsQuery Parameters
| Name | Type | Description |
|---|---|---|
fields[blueprints] Optional | [string] | The fields to return for included related types. |
limit Optional | integer | The number of resources to return (maximum 1000). |
include Optional | [string] | Related resources to include in the response. Possible values: |
limit[apps] Optional | integer | Maximum number of related apps to include. |
limit[configurations] Optional | integer | Maximum number of related configurations to include. |
limit[packages] Optional | integer | Maximum number of related packages to include. |
limit[orgDevices] Optional | integer | Maximum number of related devices to include. |
limit[users] Optional | integer | Maximum number of related users to include. |
limit[userGroups] Optional | integer | Maximum number of related user groups to include. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | BlueprintsResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | An error occurred with your request. |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | Request not authorized. |
| 429 | Content-Type: application/json | ErrorResponse | Too Many Requests |
Topics
Responses
See Also
Blueprints
Create a BlueprintGet Blueprint InformationUpdate a BlueprintDelete a BlueprintGet App IDs for a BlueprintAdd Apps to a BlueprintRemove Apps from a BlueprintGet Configuration IDs for a BlueprintAdd Configurations to a BlueprintRemove Configurations from a BlueprintGet Package IDs for a BlueprintAdd Packages to a BlueprintRemove Packages from a BlueprintGet Device IDs for a BlueprintAdd Devices to a Blueprint