---
title: "GET /api/v1/Assets"
method: GET
path: "/api/v1/Assets"
tags: ["Assets"]
---

# GET /api/v1/Assets

`GET /api/v1/Assets`

## Query parameters

- `ResellerCustomerId` integer
- `PublisherId` integer
- `ExternalOrderId` string, nullable
- `ExternalOrderIds` string[], nullable
- `ReservationId` string, nullable
- `AssetType` 1 | 2 | 3
- `Status` 0 | 1 | 2 | 4 | 8 | 15
- `Page` integer
- `PageSize` integer
- `Search` string, nullable
- `SortBy` 0 | 1 | 2
- `SortOrder` 0 | 1
- `InvoiceProfileId` integer

## Response `200`

Success

- AssetExtended[]
  - `invoiceProfile` ObjectReference
    - `id` integer
    - `name` string, nullable
  - `id` integer
  - `status` 0 | 1 | 2 | 4 | 8 | 15
  - `externalOrderId` string, nullable
  - `quantity` integer
  - `externalProductId` string, nullable
  - `externalSkuId` string, nullable
  - `name` string, nullable
  - `startDate` string, date-time
  - `expirationDate` string, date-time, nullable
  - `resellerCustomerId` integer
  - `scope` 1 | 2 | 3
  - `assetType` 1 | 2 | 3
  - `billingCycle` 0 | 1 | 2 | 3 | 4 | 5 | 6
  - `publisherId` integer
  - `programId` integer
  - `reservationId` string, nullable
  - `reservationUsedInSubscriptionId` integer, nullable
  - `reservationUsedInSubscription` SubscriptionLite
    - `id` integer
    - `name` string, nullable
    - `publisherSubscriptionId` string, nullable
    - `resellerCustomerName` string, nullable
  - `purchaseCurrency` string, nullable
  - `purchasePrice` number, double
  - `salesCurrency` string, nullable
  - `salesPrice` number, double
  - `createdDate` string, date-time
  - `modifiedDate` string, date-time
  - `changedBy` string, nullable
  - `reservedInstanceArtifactResourceId` string, nullable
  - `purchaseDate` string, date-time, nullable
  - `tags` AssetTags
    - `assetId` integer
    - `costCenter` string, nullable
    - `department` string, nullable
    - `project` string, nullable
    - `custom` string, nullable
    - `owner` string, nullable
  - `autoRenewEnabled` boolean, nullable
  - `productVariantId` integer, nullable

---

[API](https://skmtc.net/crayon/apis/crayon-group-customer-api.md) · [All operations](https://skmtc.net/crayon/apis/crayon-group-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crayon/crayon-group-customer-api/revisions/a04494a78f65/schema)
