AppWork

🚧

Experimental Feature

The References API is currently an experimental feature. Therefore, the API and this documentation is subject to change. If you have any questions, please email Engrain Support.

Introduction

References for AppWork are indicated by the key property being set to appwork.

Asset Reference

Asset references for Appwork are matched to a property's Internal ID value, which is provided to Engrain by AppWork.

The following cURL request will only list AppWork asset references for which the API Key has access to.

curl 'https://api.unitmap.com/v1/assets/references?key=venterra-realty' \
  -H 'API-key: API_KEY_GOES_HERE' \
  -H 'Experimental-Flags: references'
{
   "id": "16767",
   "asset_id": "10897",
   "key": "appwork",// Indicates the asset reference is for AppWork
   "value": "236095",// The matched AppWork `Internal ID` value
   "created_at": "2021-06-22T22:58:35+00:00",
   "updated_at": "2021-12-09T15:17:14+00:00"
},

πŸ“˜

For more detail on this API request, see https://api.unitmap.com/v1/openapi#tag/assetsreferences

Unit Reference

Currently, AppWork does not have unit reference ids; therefore, Engrain does not have unit reference ids set up for AppWork.