MetaData API
The Meta API stores typed metadata for any object and can be used as generic key-value storage.
REST API
Set metadata
Creates or updates metadata for an object identified by meta_remote_source and meta_remote_uuid.
- Parameters can be sent in the JSON body (recommended) or as a query string.
meta_remote_uuidis the object identifier in the remote system. If you pass the empty GUID00000000-0000-0000-0000-000000000000, it is resolved to the current user ID.
Get metadata
Returns metadata for the specified object.
| HTTP | |
|---|---|
meta_nameis optional. When omitted, all metadata for the object is returned.meta_remote_uuidfollows the same empty-GUID behavior described above.
Remove metadata
Deletes a metadata record by its unique identifier.
| HTTP | |
|---|---|
Business objects
[app].[meta_set]
Data properties
[app].[meta]meta_uuid- unique identifiermeta_remote_source,meta_remote_uuid,meta_name- composite keymeta_text,meta_date,meta_number,meta_status,meta_objectid,meta_quantity,meta_price,meta_locationid- stored valuesmeta_created_at,meta_created_by,meta_modified_at,meta_modified_by- audit fields