| Parameter | Type | Default | Description |
|---|---|---|---|
| search | string | null | When true, returns only Articles with titles that match the given string |
{
"categories": [], // List of categories - see 'Category with articles model'
"unassigned_articles": [] // List of articles - see 'Article model'
}curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/users/me/operations/article_categories/articles' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'X-Store-Id: ' \
--header 'Content-Type: application/json'{}