List all Items
Returns a list of Items. By default, all items are returned, sorted by code ascending.
Authorizations
JWT Authorization header using the Bearer scheme.
Parameters
Header Parameters
"1.0"Query Parameters
Filter by id (exact)
Fuzzy search by: code, name, description
Filter by code (exact)
Filter by name (exact)
Filter by description (exact)
Date range filter using left-hand-side (LHS) bracket syntax. Supported operators: eq, gt, lt, gte, lte. A plain string is equivalent to eq and represents a single date (UTC).
"createdAt=2025-09-10""createdAt[gte]=2025-09-10T00:00:00.000Z&createdAt[lt]=2025-09-11T00:00:00.000Z"Date range filter using left-hand-side (LHS) bracket syntax. Supported operators: eq, gt, lt, gte, lte. A plain string is equivalent to eq and represents a single date (UTC).
"updatedAt=2025-09-10""updatedAt[gte]=2025-09-10T00:00:00.000Z&updatedAt[lt]=2025-09-11T00:00:00.000Z"Sorting property
"code""name""description""code"Item Type
"ACCELERATOR""AGGREGATE_COARSE""AGGREGATE_FINE""AIR_ENTRAINING_AGENT""ASPHALT""AUTOMATIC_SUNDRY_CHARGE""BLOCK""BRICK""BUILDING_MATERIAL""CEMENT""CEMENTITIOUS_MATERIAL""COLOR""CONCRETE""EXTRA_CHARGE""HAUL_CHARGE""KIT_OR_MANUFACTURED_ITEM""OIL""OTHER_ADMIXTURE""OTHER_PRODUCT""PIPE""PLASTICIZER""REINFORCING_MATERIAL_ADMIX""REINFORCING_MATERIAL_EXTERNAL""RETARDER""STEEL""WATER"The direction of sorting
"asc""desc""asc"The page number of the results to fetch
1"int64"1Maximum number of items returned in a single response (max 100)
102050"int64"10Responses
OK
List all Items Categories
Returns a list of Items Categories. By default, all items are returned, sorted by code ascending.
Authorizations
JWT Authorization header using the Bearer scheme.
Parameters
Header Parameters
"1.0"Query Parameters
Filter by id (exact)
Fuzzy search by: code, name, description
Filter by code (exact)
Filter by name (exact)
Filter by description (exact)
Date range filter using left-hand-side (LHS) bracket syntax. Supported operators: eq, gt, lt, gte, lte. A plain string is equivalent to eq and represents a single date (UTC).
"createdAt=2025-09-10""createdAt[gte]=2025-09-10T00:00:00.000Z&createdAt[lt]=2025-09-11T00:00:00.000Z"Date range filter using left-hand-side (LHS) bracket syntax. Supported operators: eq, gt, lt, gte, lte. A plain string is equivalent to eq and represents a single date (UTC).
"updatedAt=2025-09-10""updatedAt[gte]=2025-09-10T00:00:00.000Z&updatedAt[lt]=2025-09-11T00:00:00.000Z"Sorting property
"code""name""description""code"Item Type
"ACCELERATOR""AGGREGATE_COARSE""AGGREGATE_FINE""AIR_ENTRAINING_AGENT""ASPHALT""AUTOMATIC_SUNDRY_CHARGE""BLOCK""BRICK""BUILDING_MATERIAL""CEMENT""CEMENTITIOUS_MATERIAL""COLOR""CONCRETE""EXTRA_CHARGE""HAUL_CHARGE""KIT_OR_MANUFACTURED_ITEM""OIL""OTHER_ADMIXTURE""OTHER_PRODUCT""PIPE""PLASTICIZER""REINFORCING_MATERIAL_ADMIX""REINFORCING_MATERIAL_EXTERNAL""RETARDER""STEEL""WATER"The direction of sorting
"asc""desc""asc"The page number of the results to fetch
1"int64"1Maximum number of items returned in a single response (max 100)
102050"int64"10Responses
OK