Mircate
  1. Dataset
Mircate
  • Introduction
  • Authentication
  • Errors
  • Change Logs
  • Promotion
    • Calculate
      POST
    • Start Transaction
      POST
    • Commit Transaction
      POST
    • Revert Transaction
      POST
    • Cancel Transaction
      POST
    • Get Active Promotions
      GET
  • Loyalty
    • Receive Event
      POST
    • Calculate
      POST
    • Start Transaction
      POST
    • Commit Transaction
      POST
    • Cancel Transaction
      POST
    • List Measurements
      POST
  • Wallet
    • Get Wallet
      GET
    • Create Wallet
      POST
    • Create Account
      POST
    • Get Account
      POST
    • Get Accounts
      POST
    • List Accounts
      POST
    • List Transactions
      POST
    • Add Account
      POST
    • Remove Account
      POST
    • Fix
      POST
    • Load
      POST
    • Spend
      POST
    • Refund
      POST
    • Cancel
      POST
  • PIM
    • Get Products
    • Get Product Settings
    • Get Catalog Settings
    • Upsert Product
    • Upsert Category
    • Bulk Product Upsert
    • Check Batch Status
    • Delete Product
    • Attach Product Attribute Image
    • Attach Category Image
    • Get Image
    • Upsert Attributes
    • Delete Attribute
    • Upsert Attribute Options
    • Upsert Attribute Option
    • Delete Attribute Option
  • Merchant
    • Sales Channel
      • Reserve Stock
      • Cancel Stock
      • Commit Stock
      • Refund Stock
      • Get Current Stock
    • Product Supplier
      • Receive Stock
      • Receive Price
      • Get Stock/Price History
      • Check Batch Status
      • Remove My Products
      • Clean My Products
      • Export Stock/Price
      • List Exports
      • Get Exported Files
    • Global Products
      • Receive Products
      • Get Global Products
      • Remove Global Products
  • Common
    • Dataset
      • Create
        POST
      • Update
        POST
      • Delete
        POST
      • Value Upsert
        POST
      • Value Delete
        POST
      • List Sources
        POST
      • List Values
        POST
  • How to
    • Creating a Promotion Template
    • Promotion Transaction Flow
    • Understanding PIM Product Statuses
  1. Dataset

List Values

Production
https://api.b2b.retter.io/5p1hp1d2t
Production
https://api.b2b.retter.io/5p1hp1d2t
POST
https://api.b2b.retter.io/5p1hp1d2t
/{{RIO_PROJECT_ID}}/CALL/ParameterSource/listValues/{{MIRCATE_PROJECT_ID}}
PromotionLoyalty
Last modified:2025-05-08 06:21:47
The Dataset List Values method is used to retrieve the available source types for datasets. It provides insight into how datasets can be structured and used across Loyalty and Promotion modules.

Request

Header Params
x-api-key
string 
required
Example:
***************
Body Params application/json
parameterSourceId
string 
required
limit
integer 
optional
page
integer 
optional
Example
{
    "parameterSourceId": "OV6J9L",
    "limit": 50,
    "page": 1
    // "search": ""
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://api.b2b.retter.io/5p1hp1d2t/{{RIO_PROJECT_ID}}/CALL/ParameterSource/listValues/{{MIRCATE_PROJECT_ID}}' \
--header 'x-api-key: ***************' \
--header 'Content-Type: application/json' \
--data-raw '{
    "parameterSourceId": "OV6J9L",
    "limit": 50,
    "page": 1
    // "search": ""
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-05-08 06:21:47
Previous
List Sources
Next
Creating a Promotion Template
Built with