Pagination
Example:
{
"page": 1,
"perPage": 5,
"total": "30",
"data": [
{
"accountSlug": "montecarlo",
"label": "fabric",
"internalName": "style type",
"description": "this is style code type property",
"isUnique": "no",
"fieldType": "multi_select",
"options": [
"rock",
"classy"
],
"scope": [
"order"
],
"createdAt": "2020-03-09T11:46:20.645Z",
"updatedAt": "2020-03-13T06:57:05.981Z"
},
{
"accountSlug": "montecarlo",
"label": "fabric",
"internalName": "fabric",
"description": "type of fabric used in a dress",
"isUnique": "no",
"fieldType": "single_select",
"options": [
"silk",
"cotton"
],
"scope": [
"product"
],
"createdAt": "2020-03-09T04:58:34.645Z",
"updatedAt": "2020-03-09T04:58:34.645Z"
},
{
"accountSlug": "montecarlo",
"label": "Season",
"internalName": "xyz",
"description": "qwerty-new",
"isUnique": "yes",
"fieldType": "long_text",
"scope": [
"product"
],
"createdAt": "2020-03-07T05:59:05.346Z",
"updatedAt": "2020-03-11T12:17:53.431Z"
},
{
"accountSlug": "montecarlo",
"label": "Size",
"internalName": "fashionu544cgf",
"isUnique": "no",
"fieldType": "short_text",
"scope": [
"product"
],
"createdAt": "2020-02-28T09:10:34.472Z",
"updatedAt": "2020-03-11T12:18:47.048Z"
},
{
"accountSlug": "montecarlo",
"label": "fashiontype",
"internalName": "fashionu54cgf",
"isUnique": "no",
"fieldType": "short_text",
"scope": [
"product"
],
"createdAt": "2020-02-28T09:10:20.308Z",
"updatedAt": "2020-02-28T09:10:20.308Z"
}
]
}Get all Import Jobs
Headers
Name
Type
Description
Get all Import Jobs
Headers
Name
Type
Description
Last updated
Was this helpful?