Marketplace Category Columns
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/marketplace-category-columns/ |
List Marketplace Category Columns |
| GET | /api/marketplace-category-columns/{uuid}/ |
Retrieve |
| POST | /api/marketplace-category-columns/ |
Create |
| PUT | /api/marketplace-category-columns/{uuid}/ |
Update |
| PATCH | /api/marketplace-category-columns/{uuid}/ |
Partial Update |
| DELETE | /api/marketplace-category-columns/{uuid}/ |
Delete |
List Marketplace Category Columns
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
marketplace_category_columns_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
category_uuid |
string (uuid) | |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
title |
string |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
index |
integer | Index allows to reorder columns. |
title |
string | Title is rendered as column header. |
attribute |
string | Resource attribute is rendered as table cell. |
widget |
any | Widget field allows to customise table cell rendering. |
category |
string (uri) |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
marketplace_category_columns_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
index |
integer | Index allows to reorder columns. |
title |
string | Title is rendered as column header. |
attribute |
string | Resource attribute is rendered as table cell. |
widget |
any | Widget field allows to customise table cell rendering. |
category |
string (uri) |
Create
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
- Model Source:
CategoryColumnRequest - API Source:
marketplace_category_columns_create
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |
| Field | Type | Required | Description |
|---|---|---|---|
index |
integer | ✓ | Index allows to reorder columns. |
title |
string | ✓ | Title is rendered as column header. |
attribute |
string | Resource attribute is rendered as table cell. | |
widget |
any | Widget field allows to customise table cell rendering. | |
category |
string (uri) | ✓ |
201 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
index |
integer | Index allows to reorder columns. |
title |
string | Title is rendered as column header. |
attribute |
string | Resource attribute is rendered as table cell. |
widget |
any | Widget field allows to customise table cell rendering. |
category |
string (uri) |
Update
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
- Model Source:
CategoryColumnRequest - API Source:
marketplace_category_columns_update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
index |
integer | ✓ | Index allows to reorder columns. |
title |
string | ✓ | Title is rendered as column header. |
attribute |
string | Resource attribute is rendered as table cell. | |
widget |
any | Widget field allows to customise table cell rendering. | |
category |
string (uri) | ✓ |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
index |
integer | Index allows to reorder columns. |
title |
string | Title is rendered as column header. |
attribute |
string | Resource attribute is rendered as table cell. |
widget |
any | Widget field allows to customise table cell rendering. |
category |
string (uri) |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
PatchedCategoryColumnRequest - API Source:
marketplace_category_columns_partial_update
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
index |
integer | Index allows to reorder columns. | |
title |
string | Title is rendered as column header. | |
attribute |
string | Resource attribute is rendered as table cell. | |
widget |
any | Widget field allows to customise table cell rendering. | |
category |
string (uri) |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
index |
integer | Index allows to reorder columns. |
title |
string | Title is rendered as column header. |
attribute |
string | Resource attribute is rendered as table cell. |
widget |
any | Widget field allows to customise table cell rendering. |
category |
string (uri) |
Delete
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
marketplace_category_columns_destroy
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
204 - No response body