HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/Search HTTP/1.1
Host: ws.patentstyret.no
Content-Type: text/jsv
Content-Length: length
{
SearchText: String,
MaximumSearchResults: 0,
TrademarkText: String,
Applicant: String,
Status: ,
DateFrom: 0001-01-01,
DateTo: 0001-01-01,
OrderBy: Inndag,
OrderDir: desc,
Page: 0,
Language: nb-NO
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
result_count: 0,
page: 0,
page_count: 0,
total_result_count: String,
search_results: [],
status: String
}