POST api/Csom/GettoDoData
Request Information
URI Parameters
None.
Body Parameters
ObjectNone.
Request Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RowName | Description | Type | Additional information |
---|---|---|---|
Cells | Collection of Cell |
None. |
Response Formats
application/json, text/json
Sample:
{ "Cells": [ { "Key": "sample string 1", "Value": "sample string 2", "ValueType": "sample string 3" }, { "Key": "sample string 1", "Value": "sample string 2", "ValueType": "sample string 3" } ] }
application/xml, text/xml
Sample:
<Row xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaxonomyAPI.Models"> <Cells> <Cell> <Key>sample string 1</Key> <Value>sample string 2</Value> <ValueType>sample string 3</ValueType> </Cell> <Cell> <Key>sample string 1</Key> <Value>sample string 2</Value> <ValueType>sample string 3</ValueType> </Cell> </Cells> </Row>