API: Request List Item with Variables
Products, events, projects, and campaigns are stored in Picturepark in Lists as List Items. For integrating external systems (PIM, event platforms, or webshops, for example), you can get all list items from Picturepark via get Get Many List Items. https://demo.picturepark.com/Docs/Rest/index.html#operation/ListItem_GetMany
INSERT VIDEO
- Add
{{apiHost}}before the request..png)
- Add
{{apiToken}}as the token for authorization of type Bearer token. - Add key
"Picturepark-CustomerAlias"to the Header with the value{{customerAlias}} - Add additional keys to the Params as requested in query parameters per request in the API documentation.
.png)
