Retrieve a data object's attribute

Return information about a data object attribute.

Request Method Service URL

GET

/api-metadata/{access-key}/metadata/tables/{tableId}/columns/{fieldId}

Request Headers

Content-Type=application/json

Request URL Example

http://{AccountURL}/api-metadata/e2a7a0df2410470d85ef69c8dad2bdb8/metadata/tables/order/columns/ID

Response Body Example

[
  {
    "tenantId": 100173,
    "name": "ID",
    "versionTS": 1583969413199,
    "description": "Unique identifier for the object",
    "active": true,
    "createdTS": 1562190916250,
    "type": {
      "columntype": ".ColumnPrimitiveType",
      "dataType": "STRING"
    },
    "tableId": "Order",
    "fieldId": "ID",
    "systemAttribute": true,
    "required": true
  }
]

Learn more

Sitemap