GET api/CatalogFields/GetAllItems
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CatalogFieldData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CatalogId | globally unique identifier |
None. |
|
| ProductCustomFieldId | globally unique identifier |
None. |
|
| DisplayOrder | integer |
None. |
|
| IsDeleted | integer |
None. |
|
| Identifier | string |
None. |
|
| Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "1245dfa8-d6ee-4df8-a1e4-9e1e34ab23a8",
"CatalogId": "eca4133e-e254-48e7-a80d-f48ae33f3f7f",
"ProductCustomFieldId": "9892dceb-b26a-436a-9a37-dd3a7a27e727",
"DisplayOrder": 3,
"IsDeleted": 1,
"Identifier": "sample string 4",
"Updated": "2025-12-15T23:41:39.3795074-05:00"
},
{
"Id": "1245dfa8-d6ee-4df8-a1e4-9e1e34ab23a8",
"CatalogId": "eca4133e-e254-48e7-a80d-f48ae33f3f7f",
"ProductCustomFieldId": "9892dceb-b26a-436a-9a37-dd3a7a27e727",
"DisplayOrder": 3,
"IsDeleted": 1,
"Identifier": "sample string 4",
"Updated": "2025-12-15T23:41:39.3795074-05:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfCatalogFieldData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<CatalogFieldData>
<CatalogId>eca4133e-e254-48e7-a80d-f48ae33f3f7f</CatalogId>
<DisplayOrder>3</DisplayOrder>
<Id>1245dfa8-d6ee-4df8-a1e4-9e1e34ab23a8</Id>
<Identifier>sample string 4</Identifier>
<IsDeleted>1</IsDeleted>
<ProductCustomFieldId>9892dceb-b26a-436a-9a37-dd3a7a27e727</ProductCustomFieldId>
<Updated>2025-12-15T23:41:39.3795074-05:00</Updated>
</CatalogFieldData>
<CatalogFieldData>
<CatalogId>eca4133e-e254-48e7-a80d-f48ae33f3f7f</CatalogId>
<DisplayOrder>3</DisplayOrder>
<Id>1245dfa8-d6ee-4df8-a1e4-9e1e34ab23a8</Id>
<Identifier>sample string 4</Identifier>
<IsDeleted>1</IsDeleted>
<ProductCustomFieldId>9892dceb-b26a-436a-9a37-dd3a7a27e727</ProductCustomFieldId>
<Updated>2025-12-15T23:41:39.3795074-05:00</Updated>
</CatalogFieldData>
</ArrayOfCatalogFieldData>