| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

# ``200      The requested inventory variance collection

object

actionUrlCancel

array
actionUrlCommit

array
connectionRelationUrlList

array
consolidatedItemList

array
contentList

array
createdDate

array
createdUserLoginId

array
facilityUrl

array
generalComments

array
inventoryItemVarianceList

array
lastUpdatedDate

array
lastUpdatedUserLoginId

array
physicalInventoryDate

array
physicalInventoryId

array
physicalInventoryTypeId

array
physicalInventoryUrl

array
primaryOrderUrl

array
statusId

array
statusIdHistoryList

array

**Base URL**

https://app.finaleinventory.com/account/api/inventoryvariance

```

xxxxxxxxxx

curl --request GET \
        --url https://app.finaleinventory.com/account/api/inventoryvariance \
        --header 'accept: application/json' \ 
        --header 'authorization: Basic ••••'
```

```
xxxxxxxxxx

{
  "actionUrlCancel": [],
  "actionUrlCommit": [],
  "connectionRelationUrlList": [],
  "consolidatedItemList": [],
  "contentList": [],
  "createdDate": [],
  "createdUserLoginId": [],
  "facilityUrl": [],
  "generalComments": [],
  "inventoryItemVarianceList": [],
  "lastUpdatedDate": [],
  "lastUpdatedUserLoginId": [],
  "physicalInventoryDate": [],
  "physicalInventoryId": [],
  "physicalInventoryTypeId": [],
  "physicalInventoryUrl": [],
  "primaryOrderUrl": [],
  "statusId": [],
  "statusIdHistoryList": []
}
```
