POST RequestTypes/TermsByAdapterAndDetail

Gets the available terms based on the specified RestrictToTerms, Adapter, AdapterDetail, and/or TemplateID

Request Information

URI Parameters

None.

Body Parameters

AvailableTermsRequestDTO
NameDescriptionTypeAdditional information
Adapters

Gets or sets the collection of Adapter ID's the terms must belong to.

Collection of globally unique identifier

None.

QueryType

Gets or sets the adapter detail value.

QueryComposerQueryTypes

None.

Request Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "Adapters": [
        "32c9726a-6c90-4dde-8c67-b01f5f04e1a3",
        "05bc5858-11df-467f-a882-f157e446cc06"
      ],
      "QueryType": 1
    }
  ]
}

text/javascript

Sample:
{"results":[{"Adapters":["32c9726a-6c90-4dde-8c67-b01f5f04e1a3","05bc5858-11df-467f-a882-f157e446cc06"],"QueryType":1}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<AvailableTermsRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO.QueryComposer">
  <Adapters xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>32c9726a-6c90-4dde-8c67-b01f5f04e1a3</d2p1:guid>
    <d2p1:guid>05bc5858-11df-467f-a882-f157e446cc06</d2p1:guid>
  </Adapters>
  <QueryType>CenusProjections</QueryType>
</AvailableTermsRequestDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.