Home

This document is a work in progress and your opinion helps us to improve. Please let us know what we can do better. Thanks! support@procurios.com

Products & orders

Milieudefensie custom products and orders

Accept header for requests to Products & orders

application/vnd.procurios.product+json; version=1

Orders GET

URL: /l/milieudefensie_blendr/product/order

Scope:

Last used: Never

Get a list of orders

Parameters

Parameter Type Description
page int

The api will provide 25 results per page

since datetime

Only get results created or updated since yyyy-mm-ddThh:mm:ss

relationIds int[]

Limit the results to the given relationIds, as a single integer, comma-separated list of integers, or array of integers

Live testing disabled

Orders

Request

json

Response

jsonStatus: 200
{
    "orders": [
        {
            "orderId": "0b1683eb-d3eb-472f-a42a-e018ee62b6d2",
            "relationId": 123,
            "createdAt": "2020-06-17T22:00:00",
            "productId": "6a73982a-15a9-4550-a2c1-23538d5dd1ae",
            "productName": "Actiepakket bloeikaartje (Duurzaam herstel)",
            "action": 4567
        }
    ]
}