Company - Categories - Find Headings + SubHeadings
GET/categories/find
buscar las headings + subheadings que contengan el texto.
Request
Query Parameters
term string
Header Parameters
Authorization stringrequired
Token de Auth del Usuario
Responses
- 200
Example response
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- Array [
- ]
data object[]
_id string
Possible values: non-empty
createdAt timestamp
Possible values: non-empty
name string
Possible values: non-empty
updatedAt timestamp
Possible values: non-empty
status integer
{
"data": [
{
"_id": "5d84f846b0f6ba698f544dbf",
"createdAt": "2019-09-20T16:03:18.575Z",
"name": "string",
"updatedAt": "2019-09-20T16:03:18.575Z"
}
],
"status": 0
}
{
"status": 200,
"data": [
{
"section": {
"title": "i",
"label": "live animals animal products"
}
},
{
"section": {
"title": "ii",
"label": "vegetable products"
}
},
{
"section": {
"title": "iii",
"label": "animal, vegetable or microbial fats and oils and their cleavage products prepared edible fats animal or vegetable waxes"
}
},
{
"section": {
"title": "iv",
"label": "prepared foodstuffs beverages, spirits and vinegar tobacco and manufactured tobacco substitutes products, whether or not containing nicotine, intended for inhalation without combustion other nicotine containing products intended for the intake of nicotine into the human body"
}
},
{
"section": {
"title": "ix",
"label": "wood and articles of wood wood charcoal cork and articles of cork manufactures of straw, of esparto or of other plaiting materials basketware and wickerwork"
}
},
{
"section": {
"title": "v",
"label": "mineral products"
}
},
{
"section": {
"title": "vi",
"label": "products of the chemical or allied industries"
}
},
{
"section": {
"title": "vii",
"label": "plastics and articles thereof rubber and articles thereof"
}
},
{
"section": {
"title": "viii",
"label": "raw hides and skins, leather, furskins and articles thereof saddlery and harness travel goods, handbags and similar containers articles of animal gut (other than silk-worm gut)"
}
},
{
"section": {
"title": "x",
"label": "pulp of wood or of other fibrous cellulosic material recovered (waste and scrap) paper or paperboard paper and paperboard and articles thereof"
}
},
{
"section": {
"title": "xi",
"label": "textiles and textile articles"
}
},
{
"section": {
"title": "xii",
"label": "footwear, headgear, umbrellas, sun umbrellas, walking-sticks, seat-sticks, whips, riding-crops and partsthereof prepared feathers and articles made therewith artificial flowers articles of human hair"
}
},
{
"section": {
"title": "xiii",
"label": "articles of stone, plaster, cement, asbestos, mica or similar materials ceramic products glass and glassware"
}
},
{
"section": {
"title": "xiv",
"label": "natural or cultured pearls, precious or semi-precious stones, precious metals, metals clad with precious metal, and articles thereof imitation jewellery coin"
}
},
{
"section": {
"title": "xix",
"label": "arms and ammunition parts and accessories thereof"
}
},
{
"section": {
"title": "xv",
"label": "base metals and articles of base metal"
}
},
{
"section": {
"title": "xvi",
"label": "machinery and mechanical appliances electrical equipment parts thereof sound recorders and reproducers, television image and sound recorders and reproducers, and parts and accessories of such articles"
}
},
{
"section": {
"title": "xvii",
"label": "vehicles, aircraft, vessels and associated transport equipment"
}
},
{
"section": {
"title": "xviii",
"label": "optical, photographic, cinematographic, measuring, checking, precision, medical or surgical instruments and apparatus clocks and watches musical instruments parts and accessories thereof"
}
},
{
"section": {
"title": "xx",
"label": "miscellaneous manufactured articles"
}
},
{
"section": {
"title": "xxi",
"label": "works of art, collectors' pieces and antiques"
}
}
]
}
Loading...