Published Attributes

Get Published Attribute

get/published-attributes/{published-attribute-token}

Response

Describe the published attribute specified.

published_attributes0[] — unresolved $ref

Example response

{
  "published_attributes": [
    {
      "published_attribute_token": "PA-54eKJIaGGzXdJcyBgrqK",
      "published_attribute_name": "meta.income",
      "data_type": "integer",
      "default_value": "100000,",
      "default_value_note": "base income",
      "contains_pii": false,
      "value_expires_in": null,
      "jq_filter": null,
      "description": null,
      "object_type": "entity",
      "archived": false
    },
    {
      "published_attribute_token": "PA-54eKJIaGGzXdJcyBgrqK",
      "published_attribute_name": "meta.risk_score",
      "data_type": "decimal",
      "default_value": 0.5,
      "default_value_note": "avg risk score",
      "contains_pii": false,
      "value_expires_in": null,
      "jq_filter": null,
      "description": "risk score calculated from model",
      "object_type": "entity",
      "archived": false
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.