v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Asset

Retrieves the collection of Asset resources.

Retrieves the collection of Asset resources.

get/assets

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

Asset collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

The unique identifier of the source 3rd party integration

namestring

Asset name

organizationIdstring nullable

Id of the organization the asset belongs to

descriptionstring nullable

Additional details about the asset

pricestring nullable

Price of the asset

productIdstring nullable

Product ID

purchaseDatestring date-time nullable

Date of asset purchase

quantityinteger nullable

Unit number of the product

Example response

[
  {
    "integration": "quickbooks"
  }
]