getFieldMetadataForAsset
API Version: 0.3.0
GET /asset/{asset_id}/fields/{field_name}
Get field metadata for asset.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
asset_Id
string
Asset_ID
field_name
string
Field Name
Response
{
  "data": {
    "name": "string",
    "alias": "string",
    "description": "string",
    "data_type": "date",
    "unit": "string",
    "is_feature_info": true,
    "is_filter": true
  },
  "status": "success"
}{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}Last updated