Download OpenAPI specification:Download
ℹ For code samples, please view the Samples page.
Quartzy's API supports AccessTokens generated for specific users in an Organization. These AccessTokens may be generated from User settings inside the Quartzy Application.
Access-Token header| page | integer The page of results to retrieve |
| lab_id | string The Lab ID to filter on |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "vendor": "string",
- "catalog_number": "string",
- "price": "string",
- "unit_size": "string",
- "quantity": "string",
- "url": "string",
- "technical_details": "string",
- "expiration_date": "2019-08-24",
- "auto_reminder": "string",
- "lot_number": "string",
- "cas_number": "string",
- "vendor_product_id": "afd775e3-efaf-419a-bc05-aa8f21d6286a",
- "lab": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organization": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "type": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "location": {
- "name": "string"
}, - "sublocation": {
- "name": "string"
}, - "added_by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}, - "updated_by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}, - "serial_number": "string"
}
]| id required | string <uuid> The id of the Inventory Item to retrieve |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "vendor": "string",
- "catalog_number": "string",
- "price": "string",
- "unit_size": "string",
- "quantity": "string",
- "url": "string",
- "technical_details": "string",
- "expiration_date": "2019-08-24",
- "auto_reminder": "string",
- "lot_number": "string",
- "cas_number": "string",
- "vendor_product_id": "afd775e3-efaf-419a-bc05-aa8f21d6286a",
- "lab": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organization": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "type": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "location": {
- "name": "string"
}, - "sublocation": {
- "name": "string"
}, - "added_by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}, - "updated_by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}, - "serial_number": "string"
}| id required | string The id of the inventory item to update |
| quantity | string |
{- "quantity": "string"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "vendor": "string",
- "catalog_number": "string",
- "price": "string",
- "unit_size": "string",
- "quantity": "string",
- "url": "string",
- "technical_details": "string",
- "expiration_date": "2019-08-24",
- "auto_reminder": "string",
- "lot_number": "string",
- "cas_number": "string",
- "vendor_product_id": "afd775e3-efaf-419a-bc05-aa8f21d6286a",
- "lab": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organization": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "type": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "location": {
- "name": "string"
}, - "sublocation": {
- "name": "string"
}, - "added_by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}, - "updated_by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}, - "serial_number": "string"
}| organization_id | string <uuid> The Organization ID to filter on |
| page | integer The page of results to retrieve |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organization": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
]| id required | string <uuid> The id of the Lab to retrieve |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organization": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}| page | integer The page of results to retrieve |
| lab_id | string The Lab ID to filter on |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "CREATED",
- "vendor_name": "string",
- "catalog_number": "string",
- "quantity": "string",
- "unit_size": "string",
- "unit_price": "string",
- "total_price": {
- "amount": "string",
- "currency": "string"
}, - "requested_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "requested_by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}, - "created_by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}, - "notes": "string",
- "item_name": "string",
- "invoice_number": "string",
- "requisition_number": "string",
- "confirmation_number": "string",
- "tracking_number": "string",
- "purchase_order_number": "string",
- "shipping_and_handling": "string",
- "details": "string",
- "lab": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organization": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "type": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "spend_tracking_code": {
- "name": "string"
}, - "backordered_expected_at": "2019-08-24",
- "is_urgent": true
}
]| lab_id required | string <uuid> |
| type_id required | string <uuid> |
| name required | string |
| vendor_product_id | string <uuid> |
| vendor_name required | string |
| catalog_number required | string |
required | object (Money) |
| quantity required | integer |
| required_before | string <date> |
| notes | string |
{- "lab_id": "7b07a3a2-bd61-4451-ac34-b64b15e667bd",
- "type_id": "d9779ea4-ba95-4824-86d7-4f1ac083a564",
- "name": "string",
- "vendor_product_id": "afd775e3-efaf-419a-bc05-aa8f21d6286a",
- "vendor_name": "string",
- "catalog_number": "string",
- "price": {
- "amount": "string",
- "currency": "string"
}, - "quantity": 0,
- "required_before": "2019-08-24",
- "notes": "string"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "CREATED",
- "vendor_name": "string",
- "catalog_number": "string",
- "quantity": "string",
- "unit_size": "string",
- "unit_price": "string",
- "total_price": {
- "amount": "string",
- "currency": "string"
}, - "requested_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "requested_by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}, - "created_by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}, - "notes": "string",
- "item_name": "string",
- "invoice_number": "string",
- "requisition_number": "string",
- "confirmation_number": "string",
- "tracking_number": "string",
- "purchase_order_number": "string",
- "shipping_and_handling": "string",
- "details": "string",
- "lab": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organization": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "type": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "spend_tracking_code": {
- "name": "string"
}, - "backordered_expected_at": "2019-08-24",
- "is_urgent": true
}| id required | string <uuid> The id of the Order Request to retrieve |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "CREATED",
- "vendor_name": "string",
- "catalog_number": "string",
- "quantity": "string",
- "unit_size": "string",
- "unit_price": "string",
- "total_price": {
- "amount": "string",
- "currency": "string"
}, - "requested_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "requested_by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}, - "created_by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}, - "notes": "string",
- "item_name": "string",
- "invoice_number": "string",
- "requisition_number": "string",
- "confirmation_number": "string",
- "tracking_number": "string",
- "purchase_order_number": "string",
- "shipping_and_handling": "string",
- "details": "string",
- "lab": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organization": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "type": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "spend_tracking_code": {
- "name": "string"
}, - "backordered_expected_at": "2019-08-24",
- "is_urgent": true
}| id required | string <uuid> The id of the Order Request to update |
| status | string Enum: "CREATED" "CANCELLED" "APPROVED" "ORDERED" "BACKORDERED" "RECEIVED" |
{- "status": "CREATED"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "CREATED",
- "vendor_name": "string",
- "catalog_number": "string",
- "quantity": "string",
- "unit_size": "string",
- "unit_price": "string",
- "total_price": {
- "amount": "string",
- "currency": "string"
}, - "requested_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "requested_by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}, - "created_by": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}, - "notes": "string",
- "item_name": "string",
- "invoice_number": "string",
- "requisition_number": "string",
- "confirmation_number": "string",
- "tracking_number": "string",
- "purchase_order_number": "string",
- "shipping_and_handling": "string",
- "details": "string",
- "lab": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organization": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}, - "type": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "spend_tracking_code": {
- "name": "string"
}, - "backordered_expected_at": "2019-08-24",
- "is_urgent": true
}| lab_id | string <uuid> The Lab ID to filter on |
| name | string The Type Name to filter on |
| page | integer The page of results to retrieve |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "lab": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "organization": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
}
]| organization_id | string <uuid> The Organization ID to filter on |
| page | integer The page of results to retrieve |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "url": "string",
- "event_types": [
- "string"
], - "is_enabled": true,
- "is_verified": true,
- "is_signed": true,
- "signing_key": "string"
}
]| lab_id required | string <uuid> |
| name | string |
| url required | string |
| event_types | Array of strings |
| is_enabled | boolean |
| is_verified | boolean |
| is_signed | boolean |
{- "organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6",
- "name": "string",
- "url": "string",
- "event_types": [
- "string"
], - "is_enabled": true,
- "is_verified": true,
- "is_signed": true
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "url": "string",
- "event_types": [
- "string"
], - "is_enabled": true,
- "is_verified": true,
- "is_signed": true,
- "signing_key": "string"
}| id required | string <uuid> The id of the Webhook to retrieve |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "url": "string",
- "event_types": [
- "string"
], - "is_enabled": true,
- "is_verified": true,
- "is_signed": true,
- "signing_key": "string"
}| id required | string <uuid> The id of the Webhook to update |
| is_enabled | boolean |
{- "is_enabled": true
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "url": "string",
- "event_types": [
- "string"
], - "is_enabled": true,
- "is_verified": true,
- "is_signed": true,
- "signing_key": "string"
}