Custom Field Value API (V2)
Description
The Custom Field Value PUT endpoint will be deprecated in 2024.3 in early September. Migrate to the Custom Field Value Async endpoint as soon as possible. It has exactly the same functionality but is more performant for large requests.
Titles & Descriptions
The Custom Field Value APIs will not allow you to update titles and descriptions on the the following object types. You will need to use the Relational Integration API to perform these actions.
- data
- schema
- table
- attribute
You can use this API to update other custom field values besides titles and descriptions for these objects.
Supported Object Types
api_resourceapi_resource_fieldapi_resource_folderattribute(refers to columns; can be used for custom field values; use the Relational Integration API for titles and descriptions)bi_connectionbi_connection_columnbi_datasourcebi_datasource_columnbi_dimensionbi_folderbi_measurebi_reportbi_report_columnbi_serverbusiness_policydata(refers to data sources; can be used for all custom field values; use the Relational Integration API for titles and descriptions)dataflowdirectorydoc_schema(NoSQL document schema)docstore_collection(NoSQL collection)docstore_folder(NoSQL database)domaindynamic_set_property(refers to catalog set objects)filefilesystemglossary_term(refers to document objects when Document Hubs is enabled, otherwise refers to terms)glossary_v3(refers to folder objects when Document Hubs is enabled, otherwise refers to glossaries)policy(only for data policies; for business policies, usebusiness_policy)policy_grouppropagated_catalog_set(refers to catalog set shared fields)schema(for custom field values; use the Relational Integration API for titles and descriptions)table(for custom field values; use the Relational Integration API for titles and descriptions)
Catalog Sets
Catalog Sets have two object types:
dynamic_set_property—This is the Catalog Set object itself. Use this object type to update the Catalog Set's title and description.propagated_catalog_set—This refers to shared fields associated with a Catalog Set. Use this object type to update shared field values that belong to a Catalog Set.
Interactions with Other Alation Features
This API bypasses workflows.
When you make changes using this API, Alation will not send notifications to Stewards or watchers of the affected objects.
Changes made by this API will appear in Alation Analytics for the affected object.
OpenAPI 3.0 Specification
The Custom Field Value API uses the OpenAPI 3.0 Specification (OAS). OAS is a broadly adopted industry standard for describing APIs.
To see the specification, replace {AlationInstanceURL} below with your Alation instance's URL and visit the link:
- {AlationInstanceURL}/openapi/custom_field_value/
- {AlationInstanceURL}/openapi/custom_field_value/ async/