v1

latestOpenAPI 3.0.22026-07-2645239950.4 KB

get/activities/{activity_id}/attributes

Response

200

successboolean

Example response

{
  "data": {
    "attributes": [
      {
        "attribute_name": "number of purchases",
        "attribute_id": "no_of_purchases_number",
        "attribute_type": "Number"
      },
      {
        "attribute_name": "place of purchases",
        "attribute_id": "place_of_purchases_text",
        "attribute_type": "String"
      },
      {
        "attribute_name": "List of number",
        "attribute_id": "list_of_number",
        "attribute_type": "List"
      },
      {
        "attribute_name": "List of dictionary",
        "attribute_id": "list_of_dictionary",
        "attribute_type": "List"
      },
      {
        "attribute_name": "List of dictionary New",
        "attribute_id": "list_of_dictionary_new",
        "attribute_type": "List"
      },
      {
        "attribute_name": "customer_enrollment",
        "attribute_id": "customer_enrollment_list",
        "attribute_type": "List"
      },
      {
        "attribute_name": "customer_enrollment_batch",
        "attribute_id": "customer_enrollment_batch",
        "attribute_type": "List"
      },
      {
        "attribute_name": "customer_dob",
        "attribute_id": "customer_dob_number",
        "attribute_type": "Number"
      },
      {
        "attribute_name": "customer_name",
        "attribute_id": "customer_name_text",
        "attribute_type": "String"
      },
      {
        "attribute_name": "customer_anniversary",
        "attribute_id": "customer_anniversary_date",
        "attribute_type": "Date"
      },
      {
        "attribute_name": "customer_dob",
        "attribute_id": "customer_dob_twitter",
        "attribute_type": "Number"
      }
    ],
    "activity_id": "made_a_purchase",
    "total": 11
  },
  "success": true
}