GET api/SnapLookups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SnapLookupName | Description | Type | Additional information |
---|---|---|---|
Keyword | string |
None. |
|
KeyValue | string |
None. |
|
Language | string |
None. |
|
Text | string |
None. |
|
Group | string |
None. |
|
Org | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Keyword": "sample string 1", "KeyValue": "sample string 2", "Language": "sample string 3", "Text": "sample string 4", "Group": "sample string 5", "Org": "sample string 6" }, { "Keyword": "sample string 1", "KeyValue": "sample string 2", "Language": "sample string 3", "Text": "sample string 4", "Group": "sample string 5", "Org": "sample string 6" } ]
application/xml, text/xml
Sample:
<ArrayOfSnapLookup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Snapfulfil.Domain"> <SnapLookup> <Group>sample string 5</Group> <KeyValue>sample string 2</KeyValue> <Keyword>sample string 1</Keyword> <Language>sample string 3</Language> <Org>sample string 6</Org> <Text>sample string 4</Text> </SnapLookup> <SnapLookup> <Group>sample string 5</Group> <KeyValue>sample string 2</KeyValue> <Keyword>sample string 1</Keyword> <Language>sample string 3</Language> <Org>sample string 6</Org> <Text>sample string 4</Text> </SnapLookup> </ArrayOfSnapLookup>