This call is deprecated. We recommend to use PIM API instead.
The corresponding new call is: GET /v1/product/extra/field-4.
Retrieve values for product card extra field 4 (the options in the "Extra field 4" dropdown on product card).
This API call is available only if "Extra product card fields" module is enabled on your account.
| Parameter name | Description | Possible value | Required |
|---|---|---|---|
| lang | Retrieve item names in a specific language. If omitted, API will return item names in the default language of your Erply account. Possible values:
|
string | |
| recordsOnPage | Number of records API should return. By default 20, at most 100. | integer | |
| pageNo | API returns at most recordsOnPage items at a time. To retrieve the next recordsOnPage items, send a new request with pageNo incremented by one. By default, API returns "page 1". | integer | |
| changedSince | Retrieve items that have been added or changed since the specified time. | Unix timestamp |
| Field name | Type | Description |
|---|---|---|
| valueID | integer | Value ID. |
| code | String (50) | Value code. |
| name | String (255) | Value name (in the specified language, or in account's default language otherwise). |
| isActive | integer | 0 for archived options, 1 for active options. |
| added | integer | Unix timestamp. Creation time. |
| lastModified | integer | Unix timestamp. Last modification time. |