Search pricesheets
POST/v2/pricesheets/search
Search pricesheets
Request
- application/json
Body
Search pricesheets
Possible values: >= 1
Default value: 1
Pagination page number
Possible values: >= 1
Default value: 12
Pagination offset number
createdAt
object
nullable
Date greater than provided date
Date less than provided date
lastModifiedAt
object
nullable
Date greater than provided date
Date less than provided date
List of Pricesheets primary identifiers
List of Contact primary identifiers
List of Customer primary identifiers
List of Company primary identifiers
List of Pricesheet codes
List of Pricesheet names
priority
object
nullable
greater than or equal
less than or equal
equal to
Search by pricesheet readonly
Inputs to sort by
Responses
- 200
- 400
- 403
- 500
Paginated list of pricesheets
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
items
object[]
required
List of items of type Pricesheet
Primary identifier
Creation date
Last modified date
Total number of items found
Possible values: >= 1
Default value: 12
The amount of items to show per page
Possible values: >= 1
Default value: 1
The current page
Possible values: >= 1
Total amount of pages
Possible values: >= 1
Start position of the current page
Possible values: >= 1
End position of the current page
{
"items": [
{
"id": "",
"createdAt": "2022-01-01T00:00:00.000Z",
"lastModifiedAt": "2022-01-02T00:00:00.000Z"
}
],
"itemsFound": 12,
"offset": 12,
"page": 4,
"pages": 1,
"start": 1,
"end": 12
}
Bad request
Forbidden.
Unknown get pricesheets error