| All Verbs | /GetAllAssetsByCategory_V2/{UserID}/{CategoryIDInternal} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | path | string | No | |
| CategoryIDInternal | path | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/reply/GetAllAssetsByCategory_V2 HTTP/1.1
Host: equipstage3.e-isg.com
Content-Type: text/jsv
Content-Length: length
{
UserID: String,
CategoryIDInternal: 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
}