GET api/Values/{Id}?intent_query={intent_query}&intent_select={intent_select}&intent_words={intent_words}&loweredQuery={loweredQuery}&tempGuidString={tempGuidString}&source={source}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

integer

Required

intent_query

string

Required

intent_select

boolean

Required

intent_words

string

Required

loweredQuery

string

Required

tempGuidString

string

Required

source

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of vendors_demo
NameDescriptionTypeAdditional information
Vendor_Name

string

None.

Contract_Number

string

None.

Contract_Overview

string

None.

Contract_Manager

string

None.

Contract_Term_End_Date

string

None.

Hub_Type

string

None.

Vendor_Contact_Name

string

None.

Vendor_Contact_Email

string

None.

Vendor_Contact_Phone

string

None.

Active_status

integer

None.

sales_2021

decimal number

None.

sales_2022

decimal number

None.

sales_2023

decimal number

None.

sales_2024

decimal number

None.

hub_certified

integer

None.

other_contracts_count

integer

None.

other_contracts

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Vendor_Name": "sample string 1",
    "Contract_Number": "sample string 2",
    "Contract_Overview": "sample string 3",
    "Contract_Manager": "sample string 4",
    "Contract_Term_End_Date": "sample string 5",
    "Hub_Type": "sample string 6",
    "Vendor_Contact_Name": "sample string 7",
    "Vendor_Contact_Email": "sample string 8",
    "Vendor_Contact_Phone": "sample string 9",
    "Active_status": 1,
    "sales_2021": 1.1,
    "sales_2022": 1.1,
    "sales_2023": 1.1,
    "sales_2024": 1.1,
    "hub_certified": 1,
    "other_contracts_count": 1,
    "other_contracts": "sample string 10"
  },
  {
    "Vendor_Name": "sample string 1",
    "Contract_Number": "sample string 2",
    "Contract_Overview": "sample string 3",
    "Contract_Manager": "sample string 4",
    "Contract_Term_End_Date": "sample string 5",
    "Hub_Type": "sample string 6",
    "Vendor_Contact_Name": "sample string 7",
    "Vendor_Contact_Email": "sample string 8",
    "Vendor_Contact_Phone": "sample string 9",
    "Active_status": 1,
    "sales_2021": 1.1,
    "sales_2022": 1.1,
    "sales_2023": 1.1,
    "sales_2024": 1.1,
    "hub_certified": 1,
    "other_contracts_count": 1,
    "other_contracts": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfvendors_demo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/unnanu_search_api">
  <vendors_demo>
    <Active_status>1</Active_status>
    <Contract_Manager>sample string 4</Contract_Manager>
    <Contract_Number>sample string 2</Contract_Number>
    <Contract_Overview>sample string 3</Contract_Overview>
    <Contract_Term_End_Date>sample string 5</Contract_Term_End_Date>
    <Hub_Type>sample string 6</Hub_Type>
    <Vendor_Contact_Email>sample string 8</Vendor_Contact_Email>
    <Vendor_Contact_Name>sample string 7</Vendor_Contact_Name>
    <Vendor_Contact_Phone>sample string 9</Vendor_Contact_Phone>
    <Vendor_Name>sample string 1</Vendor_Name>
    <hub_certified>1</hub_certified>
    <other_contracts>sample string 10</other_contracts>
    <other_contracts_count>1</other_contracts_count>
    <sales_2021>1.1</sales_2021>
    <sales_2022>1.1</sales_2022>
    <sales_2023>1.1</sales_2023>
    <sales_2024>1.1</sales_2024>
  </vendors_demo>
  <vendors_demo>
    <Active_status>1</Active_status>
    <Contract_Manager>sample string 4</Contract_Manager>
    <Contract_Number>sample string 2</Contract_Number>
    <Contract_Overview>sample string 3</Contract_Overview>
    <Contract_Term_End_Date>sample string 5</Contract_Term_End_Date>
    <Hub_Type>sample string 6</Hub_Type>
    <Vendor_Contact_Email>sample string 8</Vendor_Contact_Email>
    <Vendor_Contact_Name>sample string 7</Vendor_Contact_Name>
    <Vendor_Contact_Phone>sample string 9</Vendor_Contact_Phone>
    <Vendor_Name>sample string 1</Vendor_Name>
    <hub_certified>1</hub_certified>
    <other_contracts>sample string 10</other_contracts>
    <other_contracts_count>1</other_contracts_count>
    <sales_2021>1.1</sales_2021>
    <sales_2022>1.1</sales_2022>
    <sales_2023>1.1</sales_2023>
    <sales_2024>1.1</sales_2024>
  </vendors_demo>
</ArrayOfvendors_demo>