| GET | /assets/errors | Gets the errors while saving assets. |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserBadgeBarcode | query | string | Yes | The 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. |
| UserID | query | Guid? | Yes | The 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. |
| PageSize | query | int | No | The number of invalid asset errors to return. 0 returns all entries. |
| PageNumber | query | int | No | The 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 .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/FindAssetErrors HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: text/jsv
Content-Length: length
{
UserBadgeBarcode: String,
UserID: 00000000000000000000000000000000,
PageSize: 0,
PageNumber: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ApiName: String,
FieldName: String,
FieldValue: String,
Error: String,
ErrorLoggedDate: 0001-01-01
}