My Quotation
Retrieve a list of quotations based on status, limit, and offset parameters.
Query parameters
statusIdintegerRequiredDefault:
The status ID for filtering the quotations.
-1
limitintegerRequiredDefault:
The number of quotations to return.
5
offsetintegerRequiredDefault:
The offset for pagination of quotations.
0
Header parameters
AuthorizationstringOptional
Optional Bearer token for authentication.
industrystringOptionalDefault:
The industry of the user.
electronics
keystringOptionalDefault:
The unique key for the request.
8097571064818418
languagekeystringOptionalDefault:
The language key for the request.
57
Responses
200
Successfully fetched the quotation list
400
Bad request, invalid parameters
500
Internal server error
get
GET /backend/api/quotation HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got the quotation list!</message>
</object>
Last updated