get
https://api.repsly.com/v3/productlists/
Endpoint is used to export product lists (entities) from Repsly database.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
More Info
To get the complete list of product list entities, start your request with parameter {lastProductListID} = 0.
Response definition
| Name | Type | Description |
|---|---|---|
| MetaCollectionResult\TotalCount | Integer | Total count of product lists |
| MetaCollectionResult\FirstID | Integer | Unique ID of the first item in the list |
| MetaCollectionResult\LastID | Integer | Unique ID of the last item in the list |
| ID | Integer | Unique product list entity identifier |
| Name | Long | Product list name |
| Type | String | Product list type (defined in DB, referenced by Name) |
| ValidFrom | DateTime? | Product lsit is valid FROM this date (can be open ended) |
| ValidTo | DateTime? | Product lsit is valid TOthis date (can be open ended) |
| AccountIDs | List | List of assigned account IDs |
| ClientIDs | List | List of assigned client (place) IDs |
| ProductCodes | List | List of assigned product codes |