Search link
The Search Link Resource is a json
resource that extends the Link resource (see Hypermedia API for more details) with the following properties:
Name |
Type |
Description |
---|---|---|
query |
string |
A serialized version of the search query parameter used with the href. This is used on POST methods. |
Example
RequestResponse
{
"href":"http://somecompany.com/api/search?q=AABBBAA&skip=0&take=10",
"title":"some title",
"is_template":false,
"query" : "AABBBAA"
}