Retrieves all the articles

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

article
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

code

The Id/Ref of the back office. Used by Embedded entity

string

Max length: 50

_parent_id

globally unique identifier
_replace_id

globally unique identifier
article_color_id

globally unique identifier
article_color_code

string
article_color_name

string
barcode

Barcode of the article (fast search)

string

Max length: 50

article_category_id

Foreign key to article category

globally unique identifier
article_group_1_id

Foreign key to article_group_1

globally unique identifier
article_group_2_id

Foreign key to article_group_2

globally unique identifier
article_group_3_id

Foreign key to article_group_3

globally unique identifier
article_group_4_id

Foreign key to article_group_4

globally unique identifier
article_group_5_id

Foreign key to article_group_5

globally unique identifier
article_group_6_id

Foreign key to article_group_6

globally unique identifier
name

Name of the article

string

Required

Max length: 50

description_short

Description (if exists, otherwhise name will be used)

string

Max length: 100

sys_computed_eco_stock

value of the last eco stock computed

integer
entered_price

Standard article price

decimal number
min_article_quantity

For Sales : Minimum amount to be ordered

integer
article_increment

For Sales : Increment used to order (by 2, by 4 etc)

integer
lowest_packing_value

integer
length

decimal number
width

decimal number
height

decimal number
mass

decimal number
volume

decimal number
use_serial

Use serial

boolean
archived

Archives an article (cannot be deleted)

boolean
no_stock

For Sales : Disables the stock check

boolean
is_dummy

boolean
is_travel_fee

boolean
is_mileage_fee

boolean
db_unit_of_measure_id_selling

globally unique identifier
db_unit_of_measure_id_size

size article unit

globally unique identifier
db_unit_of_measure_id_mass

mass article unit

globally unique identifier
db_unit_of_measure_id_volume

volume artice unit

globally unique identifier
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "8a6df7d8-98ca-4b57-a11e-57710eff9045",
  "code": "sample string 2",
  "_parent_id": "1000ccb6-bcd4-48b4-aae2-81a71a805755",
  "_replace_id": "50f996bc-b4f2-466d-9f0a-12d3e7bf8164",
  "article_color_id": "3c70cfce-e789-431d-af15-4f29c4ba8ea4",
  "article_color_code": "sample string 6",
  "article_color_name": "sample string 7",
  "barcode": "sample string 8",
  "article_category_id": "4aeb44f9-b823-4b76-8386-76b01335e398",
  "article_group_1_id": "c437d158-dc88-4dfd-a9f9-7150acc94035",
  "article_group_2_id": "78ab0d91-abd6-47c1-8f59-f3de4953501a",
  "article_group_3_id": "e62a759f-2178-4f4e-8ea7-5e4b49c18dd4",
  "article_group_4_id": "e180c8f4-b691-4dde-8e02-6573752ee1c9",
  "article_group_5_id": "39df7554-663f-416f-8f5b-6e33786789ad",
  "article_group_6_id": "3dc27ac4-8196-434b-a45d-677741bef81a",
  "name": "sample string 16",
  "description_short": "sample string 17",
  "sys_computed_eco_stock": 18,
  "entered_price": 19.0,
  "min_article_quantity": 20,
  "article_increment": 21,
  "lowest_packing_value": 22,
  "length": 23.0,
  "width": 24.0,
  "height": 25.0,
  "mass": 26.0,
  "volume": 27.0,
  "use_serial": true,
  "archived": true,
  "no_stock": true,
  "is_dummy": true,
  "is_travel_fee": true,
  "is_mileage_fee": true,
  "db_unit_of_measure_id_selling": "bd21d77f-5747-4dc4-adfb-2843b6d92996",
  "db_unit_of_measure_id_size": "08d02f6e-6f26-43d6-b6f6-01884ccd9708",
  "db_unit_of_measure_id_mass": "8ee7d8e8-7849-4aba-9892-a138cba1f62e",
  "db_unit_of_measure_id_volume": "ee01b9f6-451a-4ec6-a680-6286b5780bba",
  "modified_dateutc": "2026-01-11T21:00:32.0217513+00:00"
}

application/xml, text/xml

Sample:
<article xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <_parent_id>1000ccb6-bcd4-48b4-aae2-81a71a805755</_parent_id>
  <_replace_id>50f996bc-b4f2-466d-9f0a-12d3e7bf8164</_replace_id>
  <archived>true</archived>
  <article_category_id>4aeb44f9-b823-4b76-8386-76b01335e398</article_category_id>
  <article_color_code>sample string 6</article_color_code>
  <article_color_id>3c70cfce-e789-431d-af15-4f29c4ba8ea4</article_color_id>
  <article_color_name>sample string 7</article_color_name>
  <article_group_1_id>c437d158-dc88-4dfd-a9f9-7150acc94035</article_group_1_id>
  <article_group_2_id>78ab0d91-abd6-47c1-8f59-f3de4953501a</article_group_2_id>
  <article_group_3_id>e62a759f-2178-4f4e-8ea7-5e4b49c18dd4</article_group_3_id>
  <article_group_4_id>e180c8f4-b691-4dde-8e02-6573752ee1c9</article_group_4_id>
  <article_group_5_id>39df7554-663f-416f-8f5b-6e33786789ad</article_group_5_id>
  <article_group_6_id>3dc27ac4-8196-434b-a45d-677741bef81a</article_group_6_id>
  <article_increment>21</article_increment>
  <barcode>sample string 8</barcode>
  <code>sample string 2</code>
  <db_unit_of_measure_id_mass>8ee7d8e8-7849-4aba-9892-a138cba1f62e</db_unit_of_measure_id_mass>
  <db_unit_of_measure_id_selling>bd21d77f-5747-4dc4-adfb-2843b6d92996</db_unit_of_measure_id_selling>
  <db_unit_of_measure_id_size>08d02f6e-6f26-43d6-b6f6-01884ccd9708</db_unit_of_measure_id_size>
  <db_unit_of_measure_id_volume>ee01b9f6-451a-4ec6-a680-6286b5780bba</db_unit_of_measure_id_volume>
  <description_short>sample string 17</description_short>
  <entered_price>19</entered_price>
  <height>25</height>
  <id>8a6df7d8-98ca-4b57-a11e-57710eff9045</id>
  <is_dummy>true</is_dummy>
  <is_mileage_fee>true</is_mileage_fee>
  <is_travel_fee>true</is_travel_fee>
  <length>23</length>
  <lowest_packing_value>22</lowest_packing_value>
  <mass>26</mass>
  <min_article_quantity>20</min_article_quantity>
  <modified_dateutc>2026-01-11T21:00:32.021Z</modified_dateutc>
  <name>sample string 16</name>
  <no_stock>true</no_stock>
  <sys_computed_eco_stock>18</sys_computed_eco_stock>
  <use_serial>true</use_serial>
  <volume>27</volume>
  <width>24</width>
</article>