Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

GET GetDynamicRowById

Get Dynamic row, using its id or primary key.

This feature must be enabled for your account.

Input and output parameters

Input Parameter Name Type/Info
id The internal ID wiredplus assign to the record.
Can be ignored when using the primary_key field.
primary_key This will be the primary key value alloted to your dynamic row.
type The type of dynamic row, this is only required when using primary_key
Outputs:
  • id - unique identifier of dynamic row
  • type - the dynamic row type
  • primary_key - unique key assigned by external system
  • contact_id - the assigned contact id
  • create_date
  • update_date
  • data - hash of fields based on your data structure

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON