eQuipAPI

<back to all web services

FindInvalidBadges

Gets the errors for an invalid user badge barcode.

The following routes are available for this service:
GET/invalidbadgesGets the errors for an invalid user badge barcode.
FindInvalidBadges Parameters:
NameParameterData TypeRequiredDescription
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.
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.
PageSizequeryintNoThe Number of Invalid UserBadgeBarcode 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/FindInvalidBadges HTTP/1.1 
Host: equipstage3.e-isg.com 
Content-Type: text/csv
Content-Length: length

{"UserID":"00000000000000000000000000000000","UserBadgeBarcode":"String","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)\/"}