QuestionQ70

Scripting and Automation

A developer needs to retrieve a data row from a data extension by using the SOAP API.

Which API object should be used for this request?

  • A DataExtension
  • B DataExtensionObject
  • C Row
Explanation

DataExtensionObject represents a row in a data extension and is the SOAP API object used to retrieve row data. DataExtension represents the data extension container and its metadata rather than an individual data row.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!