Asset Type Fields
Retrieve an Asset Type Field
OAuth Scope
This endpoint requires the following OAuth scope read_assets.
get/assettypefield/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Asset Type Field
Response
Asset Type Field record retrieved successfully
Example response
{
"uuid": "123e4567-ff25-4a82-9900-23f94875824b",
"edit_date": "2026-03-01 12:00:00",
"asset_type_uuid": "123e4567-28a8-46a8-bd6d-23f94008cd8b"
}