eQuipAPI

<back to all web services

FindAssetErrors

Gets the errors while saving assets.

The following routes are available for this service:
GET/assets/errorsGets the errors while saving assets.
FindAssetErrors Parameters:
NameParameterData TypeRequiredDescription
UserBadgeBarcodequerystringYesThe User Badge Barcode that authorizes the user to complete the request. Either UserID or UserBadgeBarcode must be provided for authentication when calling the Api. Contact your eQuip admin.
UserIDqueryGuid?YesThe Api key that authorizes the customer to complete the request. Either UserID or UserBadgeBarcode must be provided for authentication when calling the Api. Contact your eQuip admin.
PageSizequeryintNoThe number of invalid asset errors to return. 0 returns all entries.
PageNumberqueryintNoThe page number to start retrieving data. 0 returns first page entries.

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

HTTP + CSV

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

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

{"UserBadgeBarcode":"String","UserID":"00000000000000000000000000000000","PageSize":0,"PageNumber":0}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"ApiName":"String","FieldName":"String","FieldValue":"String","Error":"String","ErrorLoggedDate":"\/Date(-62135596800000-0000)\/"}