Get campaign itemsCopy Pageget https://api.vrio.app/campaigns/{campaign_id}/itemsReturns all items for a specific campaign, including item settings and configuration.Path Paramscampaign_idintegerrequiredQuery Paramsitem_idintegerLimit results to items with a specfic item ID.item_namestringLimit results to only an item with a specific name.campaign_item_idintegerLimit results to a specific campaign item ID.item_category_idintegerFind items on a campaign that belong to a specific item category ID.item_category_slugstringFind items on a campaign that belong to a specific item category slug.item_tagstringFind items on a campaign that have a specific tag.campaign_item_hidebooleanReturn items based on if they are hidden or not.truefalseitem_activebooleanReturn campaign items based on if the item is active or not.truefalsewithstringenumExpand on the information returned by including 'with' in the query parameters. For multiple attributes, separate with a comma (example : with=item_images,item_tags)item_imagesitem_tagsitem_offersitem_optionsitem_option_variationsitem_swap_optionslinked_itemsrelated_itemsShow 8 enum valueslimitintegerLimit the number of results. Default: 25, max: 200.offsetintegerOffset the resultssort_bystringField to sort result byorderstringenumOrder by asc or descascdescAllowed:ascdescResponses 200OK 401Unauthorized response 403Forbidden response 404Not Found response 500Error responseUpdated 7 days ago