eQuipAPI

<back to all web services

GetAllAssets_V2

The following routes are available for this service:
All Verbs/GetAllAssets_V2
GET/Assets/V2Get All AssetsGet All Assets
GetAllAssets_V2 Parameters:
NameParameterData TypeRequiredDescription
UserIDpathstringYesUser Internal ID
LastAssetIDInternalpathstringNoLast Asset InternalID
LastSyncDatepathstringNoLast Sync Date

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/GetAllAssets_V2 HTTP/1.1 
Host: equipstage3.e-isg.com 
Content-Type: text/jsv
Content-Length: length

{
	UserID: String,
	LastAssetIDInternal: String,
	LastSyncDate: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	AssetName: String,
	AssetDescription: String,
	Barcode: String,
	AssetIDInternal: String,
	AssetCategoryIDInternal: String,
	LocationIDInternal: String,
	SiteIDInternal: String,
	PeopleIDInternal: String,
	AssetUsageID: 0,
	AssetConditionID: 0,
	AssetStatus: String,
	AssetSerialNo: String,
	Price: 0,
	PurchaseDate: 0001-01-01,
	PurchaseOrderNo: String,
	Quantity: 0,
	ShortageOverage: 0,
	Vendor: String,
	IsActive: String,
	AuditDate: 0001-01-01,
	AuditStatus: String,
	Asset_UID: String,
	DataGatherID: 0,
	Mfg: String,
	Model: String,
	POLine: 0,
	POStatus: ,
	ScannerDeviceCode: 0,
	DateModified: 0001-01-01,
	ThumbnailImage: AA==,
	SubLocation: String,
	OriginalPartNo: String
}