---
title: "POST /assets:getDeltaDetails"
method: POST
path: "/assets:getDeltaDetails"
tags: ["Assets"]
---

# POST /assets:getDeltaDetails

`POST /assets:getDeltaDetails`

Retrieve a list of deltas for the provided time range.

## Query parameters

- `api-version` string, required
- `skip` integer
- `maxpagesize` integer

## Request body

- DeltaDetailsRequest — A request body used to retrieve a list of deltas.
  - `deltaDetailType` 'added' | 'removed', required — A list of delta detail type
  - `priorDays` integer — The number of days prior to retrieve deltas for.
  - `kind` 'page' | 'resource' | 'mailServer' | 'nameServer' | 'host' | 'domain' | 'ipAddress' | 'ipBlock' | 'as' | 'contact' | 'sslCert', required — A list of global asset type
  - `date` string — expected format to be: yyyy-MM-dd

## Response `200`

The request has succeeded.

- DeltaPageResult
  - `totalElements` integer — The total number of items available in the full result set.
  - `nextLink` string — The link to access the next page of results. Not set if at the end of the result set.
  - `value` DeltaResult[] — The items in the current page of results.
    - `kind` 'page' | 'resource' | 'mailServer' | 'nameServer' | 'host' | 'domain' | 'ipAddress' | 'ipBlock' | 'as' | 'contact' | 'sslCert', required — A list of global asset type
    - `name` string, required — Shows the asset name
    - `createdAt` string, date-time, required — Shows the date when the asset was originally created
    - `updatedAt` string, date-time, required — Shows the date when the asset was last updated, usually the date the we trying to pull up the results for
    - `state` 'candidate' | 'candidateInvestigate' | 'confirmed' | 'associated' | 'associatedPartner' | 'associatedThirdParty' | 'archived' | 'dismissed' | 'autoconfirmed', required — A list of global inventory states.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/riskiq-microsoft-easm.md) · [All operations](https://skmtc.net/azure/apis/riskiq-microsoft-easm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/riskiq-microsoft-easm/versions/5865b52c51a3/schema)
