Get articles using advanced filters

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://restapi.wyzio.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Wyzio MCP server": {
    "url": "https://restapi.wyzio.com/mcp"
  }
}

Close
GET /api-v1/article/advanced

Returns articles matching the specified advanced filter criteria.

Headers

  • WEAL-TOKEN Required

    API token (can be retrieved from account settings)

  • TARGET-ORGANIZATION-ID

    ID of organization, for which the operation must be performed

Query parameters

  • pageNumber integer

    Page Number

    Default value is 1.

  • sortingField string

    Field to sort by

  • direction string

    Sorting direction

    Values are ASC or DESC. Default value is ASC.

  • sizePerPage integer

    Size per page

    Default value is 60.

  • id string

    Article ID filter.

    Multi-value supported. Example: value1;value2

  • type string

    Article type filter

    Values are PRODUCT, SERVICE, or BUNDLE.

  • articleId string

    Article code / external identifier filter

  • name string

    Article name filter

  • description string

    Article description filter

  • categoryId string

    Article category ID filter.

    Multi-value supported. Example: value1;value2

  • measurement string

    Unit of measurement filter

    Values are UNIT, ML, DL, L, HL, G, KG, T, H, M, M_2, M_3, KM, or DAY.

  • unitCost string

    Unit cost filterSupports comparison operators:

    • Range ( .. )
    • Greater than ( > )
    • Greater than or equal ( >= )
    • Less than ( < )
    • Less than or equal ( <= )
    • Not equal ( <> )

    Examples:

    • <=100.00
    • >=100.00
    • <>100.00
    • 100.00..200.00

    Use <>0 to return only records where the selected amount is not equal to zero.

  • unitPrice string

    Unit price filterSupports comparison operators:

    • Range ( .. )
    • Greater than ( > )
    • Greater than or equal ( >= )
    • Less than ( < )
    • Less than or equal ( <= )
    • Not equal ( <> )

    Examples:

    • <=100.00
    • >=100.00
    • <>100.00
    • 100.00..200.00

    Use <>0 to return only records where the selected amount is not equal to zero.

  • vatRateId string

    VAT rate ID filter.

    Multi-value supported. Example: value1;value2

  • archived boolean

    Whether the article is archived

  • ean string

    EAN barcode filter

  • quantity string

    Quantity in stock filterSupports comparison operators:

    • Range ( .. )
    • Greater than ( > )
    • Greater than or equal ( >= )
    • Less than ( < )
    • Less than or equal ( <= )
    • Not equal ( <> )

    Examples:

    • <=100.00
    • >=100.00
    • <>100.00
    • 100.00..200.00

    Use <>0 to return only records where the selected amount is not equal to zero.

  • startDate string

    Validity start date filterSupports comparison operators:

    • Range ( .. )
    • Greater than ( > )
    • Greater than or equal ( >= )
    • Less than ( < )
    • Less than or equal ( <= )
    • Not equal ( <> )

    Examples:

    • 01/01/2026..31/12/2026
    • >=01/01/2026
    • <=01/01/2026
    • <>01/01/2026

    Use <>01/01/2026 to return only records where the selected date is not equal to the filter date.

  • endDate string

    Validity end date filterSupports comparison operators:

    • Range ( .. )
    • Greater than ( > )
    • Greater than or equal ( >= )
    • Less than ( < )
    • Less than or equal ( <= )
    • Not equal ( <> )

    Examples:

    • 01/01/2026..31/12/2026
    • >=01/01/2026
    • <=01/01/2026
    • <>01/01/2026

    Use <>01/01/2026 to return only records where the selected date is not equal to the filter date.

  • weightKg string

    Weight in kg filterSupports comparison operators:

    • Range ( .. )
    • Greater than ( > )
    • Greater than or equal ( >= )
    • Less than ( < )
    • Less than or equal ( <= )
    • Not equal ( <> )

    Examples:

    • <=100.00
    • >=100.00
    • <>100.00
    • 100.00..200.00

    Use <>0 to return only records where the selected amount is not equal to zero.

  • currencyId string

    Currency ID filter.

    Multi-value supported. Example: value1;value2

  • saleAccountId string

    Sale chart of accounts ID filter.

    Multi-value supported. Example: value1;value2

  • bundleItemArticleId string

    Bundle item article ID filter.

    Multi-value supported. Example: value1;value2

  • bundleItemMeasurement string

    Bundle item unit of measurement filter

    Values are UNIT, ML, DL, L, HL, G, KG, T, H, M, M_2, M_3, KM, or DAY.

  • bundleItemPrice string

    Bundle item unit price filterSupports comparison operators:

    • Range ( .. )
    • Greater than ( > )
    • Greater than or equal ( >= )
    • Less than ( < )
    • Less than or equal ( <= )
    • Not equal ( <> )

    Examples:

    • <=100.00
    • >=100.00
    • <>100.00
    • 100.00..200.00

    Use <>0 to return only records where the selected amount is not equal to zero.

  • bundleItemAmount string

    Bundle item quantity filterSupports comparison operators:

    • Range ( .. )
    • Greater than ( > )
    • Greater than or equal ( >= )
    • Less than ( < )
    • Less than or equal ( <= )
    • Not equal ( <> )

    Examples:

    • <=100.00
    • >=100.00
    • <>100.00
    • 100.00..200.00

    Use <>0 to return only records where the selected amount is not equal to zero.

  • bundleItemDiscount string

    Bundle item discount filterSupports comparison operators:

    • Range ( .. )
    • Greater than ( > )
    • Greater than or equal ( >= )
    • Less than ( < )
    • Less than or equal ( <= )
    • Not equal ( <> )

    Examples:

    • <=100.00
    • >=100.00
    • <>100.00
    • 100.00..200.00

    Use <>0 to return only records where the selected amount is not equal to zero.

  • bundleItemTotalPrice string

    Bundle item total price filterSupports comparison operators:

    • Range ( .. )
    • Greater than ( > )
    • Greater than or equal ( >= )
    • Less than ( < )
    • Less than or equal ( <= )
    • Not equal ( <> )

    Examples:

    • <=100.00
    • >=100.00
    • <>100.00
    • 100.00..200.00

    Use <>0 to return only records where the selected amount is not equal to zero.

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • id integer(int64)
    • type string

      Values are PRODUCT, SERVICE, or BUNDLE.

    • articleId string
    • name object
      Hide name attributes Show name attributes object
      • en string
      • fr string
      • de string
      • it string
    • articleIdName object
      Hide articleIdName attributes Show articleIdName attributes object
      • en string
      • fr string
      • de string
      • it string
    • description object
      Hide description attributes Show description attributes object
      • en string
      • fr string
      • de string
      • it string
    • categoryId integer(int64)
    • categoryName string
    • measurement string

      Values are UNIT, ML, DL, L, HL, G, KG, T, H, M, M_2, M_3, KM, or DAY.

    • unitCost number
    • unitPrice number
    • vatRateId integer(int64)
    • archived boolean
    • ean string
    • creatorContactId integer(int64)
    • quantity number
    • startDate string(date-time)
    • endDate string(date-time)
    • weightKg number
  • 400

    400 Bad Request

  • 401

    401 Unauthorized

  • 403

    403 Access Denied

  • 404

    404 Not Found

  • 500

    500 Internal Server Error

GET /api-v1/article/advanced
curl \
 --request GET 'https://wyzio.app/api-v1/article/advanced'
Response examples (200)
[
  {
    "id": 42,
    "type": "PRODUCT",
    "articleId": "string",
    "name": {
      "en": "string",
      "fr": "string",
      "de": "string",
      "it": "string"
    },
    "articleIdName": {
      "en": "string",
      "fr": "string",
      "de": "string",
      "it": "string"
    },
    "description": {
      "en": "string",
      "fr": "string",
      "de": "string",
      "it": "string"
    },
    "categoryId": 42,
    "categoryName": "string",
    "measurement": "UNIT",
    "unitCost": 42.0,
    "unitPrice": 42.0,
    "vatRateId": 42,
    "archived": true,
    "ean": "string",
    "creatorContactId": 42,
    "quantity": 42.0,
    "startDate": "2026-05-04T09:42:00Z",
    "endDate": "2026-05-04T09:42:00Z",
    "weightKg": 42.0
  }
]