POST api/v2/wordgraph/startswith

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
wr
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Languages": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "Word": "sample string 1"
}

application/xml, text/xml

Sample:
<WordsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tutorle">
  <Languages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
    <d2p1:string>sample string 3</d2p1:string>
  </Languages>
  <Word>sample string 1</Word>
</WordsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfWordGraphNode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tutorle.Models">
  <WordGraphNode>
    <ETag xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 14</ETag>
    <PartitionKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 11</PartitionKey>
    <RowKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 12</RowKey>
    <Timestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">
      <d3p1:DateTime>2026-06-19T03:44:42.6573606Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </Timestamp>
    <Level>8</Level>
    <LevelFloat>9.1</LevelFloat>
    <Links />
    <LinksJson>sample string 6</LinksJson>
    <Meanings />
    <MeaningsJson>sample string 5</MeaningsJson>
    <Notes>sample string 1</Notes>
    <Phonetic>sample string 2</Phonetic>
    <RequestCounts>7</RequestCounts>
    <Sealed>true</Sealed>
    <Topics>sample string 4</Topics>
    <Translations>sample string 10</Translations>
  </WordGraphNode>
  <WordGraphNode>
    <ETag xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 14</ETag>
    <PartitionKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 11</PartitionKey>
    <RowKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 12</RowKey>
    <Timestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">
      <d3p1:DateTime>2026-06-19T03:44:42.6573606Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </Timestamp>
    <Level>8</Level>
    <LevelFloat>9.1</LevelFloat>
    <Links />
    <LinksJson>sample string 6</LinksJson>
    <Meanings />
    <MeaningsJson>sample string 5</MeaningsJson>
    <Notes>sample string 1</Notes>
    <Phonetic>sample string 2</Phonetic>
    <RequestCounts>7</RequestCounts>
    <Sealed>true</Sealed>
    <Topics>sample string 4</Topics>
    <Translations>sample string 10</Translations>
  </WordGraphNode>
  <WordGraphNode>
    <ETag xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 14</ETag>
    <PartitionKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 11</PartitionKey>
    <RowKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 12</RowKey>
    <Timestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">
      <d3p1:DateTime>2026-06-19T03:44:42.6573606Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </Timestamp>
    <Level>8</Level>
    <LevelFloat>9.1</LevelFloat>
    <Links />
    <LinksJson>sample string 6</LinksJson>
    <Meanings />
    <MeaningsJson>sample string 5</MeaningsJson>
    <Notes>sample string 1</Notes>
    <Phonetic>sample string 2</Phonetic>
    <RequestCounts>7</RequestCounts>
    <Sealed>true</Sealed>
    <Topics>sample string 4</Topics>
    <Translations>sample string 10</Translations>
  </WordGraphNode>
</ArrayOfWordGraphNode>