GuidesRecipesAPI ReferenceChangelog
Log In
API Reference

Creates a new computer extension attribute by ID

Creates a new computer extension attribute by ID

🔄

Jamf Pro API equivalent available: POST /api/v1/computer-extension-attributes/{id}/history. The Jamf Pro API offers full parity for this resource. We recommend using the Jamf Pro API for new integrations.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
<computer_extension_attribute>
	<name>Battery Cycle Count</name>
	<description>Number of charge cycles logged on the current battery</description>
	<data_type>String</data_type>
	<input_type>
		<type>Text Field</type>
	</input_type>
	<inventory_display>General</inventory_display>
	<recon_display>Extension Attributes</recon_display>
</computer_extension_attribute>
Path Params
integer
required
Defaults to 0

ID value to filter by

Response
201

Created

Language
Credentials
Basic
base64
:
LoadingLoading…