List Items
Last updated
Was this helpful?
Last updated
Was this helpful?
GET /public/v1/catalog/items HTTP/1.1
Host:
Accept: */*
OK
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-05-17T09:11:32.397Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-05-17T09:11:32.397Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-05-17T09:11:32.397Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-05-17T09:11:32.397Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-05-17T09:11:32.397Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"description": "text",
"externalIds": {
"vendor": "text",
"operations": "text"
},
"group": {
"id": "text",
"name": "text"
},
"unit": {
"id": "text",
"description": "text",
"name": "text"
},
"terms": {
"period": "1m",
"commitment": "1m"
},
"quantityNotApplicable": true,
"status": "text",
"product": {
"id": "text",
"name": "text",
"externalIds": {
"operations": "text"
},
"icon": "text",
"status": "text"
},
"parameters": [
{
"id": "text",
"externalId": "text",
"type": "text",
"name": "text",
"value": null,
"displayValue": "text"
}
]
}
]
}