MiscellaneousSupply flow

Fetch supply flow articles.

This endpoint enables you to retrieve a list of supply flow articles. You will receive a list of supply flow articles, including the name, description, and the article number.

get/supply_flow/fetchArticle

Query parameters

filter[byArticleNumber]string

Filters the supply flow articles based on their article number.

filter[byUnitName]string

Filters the supply flow articles based on their unit.

filter[byType]string

Filters the supply flow articles based on their type. | CONSUMPTION | | REUSABLE |

offsetinteger

Use this parameter to specify the number of records you want to skip before starting to collect the data from the result set.

limitinteger

The limit parameter defines the maximum number of records that can be retrieved in a single API request, with a max and default value set at 500 records.

Response

Success Response:

offsetinteger

Number of skiped records.

totalCountinteger

Total number of available supply flow articles. (Only calculated if offset is 0)

Changes

Changed in 1 of the 5 revisions of this API.1