My Quotation

Get a list of quotations

get

Retrieve a list of quotations based on status, limit, and offset parameters.

Query parameters
statusIdintegerRequired

The status ID for filtering the quotations.

Default: -1
limitintegerRequired

The number of quotations to return.

Default: 5
offsetintegerRequired

The offset for pagination of quotations.

Default: 0
Header parameters
AuthorizationstringOptional

Optional Bearer token for authentication.

industrystringOptional

The industry of the user.

Default: electronics
keystringOptional

The unique key for the request.

Default: 8097571064818418
languagekeystringOptional

The language key for the request.

Default: 57
Responses
200

Successfully fetched the quotation list

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