Dynamic Sample RPC

The purpose of this RPC is to retrieve sample data dynamically for a module.

Sample is an object representing one item from the response. If you iterate, don’t forget to set "limit": 1, so only one item is processed for sample data.

{
    "url": "/list",
    "method": "GET",
    "response": {
        "limit": 1,
        "iterate": "{{body}}",
        "output": "{{item}}"
    }
}

Example usage of dynamic samples inside Samples tab of a module:

"rpc://NameOfMyRemoteProcedure"

Last updated