GET api/CatalogFields
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": "2789ef2b-663d-4a09-ae38-13720d1ef263",
"CatalogId": "b0e75458-a545-422b-9009-7ebf9e53d3cd",
"ProductCustomFieldId": "a512144a-8156-4363-b020-17c69923657d",
"DisplayOrder": 3,
"IsDeleted": 1,
"Identifier": "sample string 4",
"Updated": "2025-12-15T23:41:14.1297923-05:00"
},
{
"Id": "2789ef2b-663d-4a09-ae38-13720d1ef263",
"CatalogId": "b0e75458-a545-422b-9009-7ebf9e53d3cd",
"ProductCustomFieldId": "a512144a-8156-4363-b020-17c69923657d",
"DisplayOrder": 3,
"IsDeleted": 1,
"Identifier": "sample string 4",
"Updated": "2025-12-15T23:41:14.1297923-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>b0e75458-a545-422b-9009-7ebf9e53d3cd</CatalogId>
<DisplayOrder>3</DisplayOrder>
<Id>2789ef2b-663d-4a09-ae38-13720d1ef263</Id>
<Identifier>sample string 4</Identifier>
<IsDeleted>1</IsDeleted>
<ProductCustomFieldId>a512144a-8156-4363-b020-17c69923657d</ProductCustomFieldId>
<Updated>2025-12-15T23:41:14.1297923-05:00</Updated>
</CatalogFieldData>
<CatalogFieldData>
<CatalogId>b0e75458-a545-422b-9009-7ebf9e53d3cd</CatalogId>
<DisplayOrder>3</DisplayOrder>
<Id>2789ef2b-663d-4a09-ae38-13720d1ef263</Id>
<Identifier>sample string 4</Identifier>
<IsDeleted>1</IsDeleted>
<ProductCustomFieldId>a512144a-8156-4363-b020-17c69923657d</ProductCustomFieldId>
<Updated>2025-12-15T23:41:14.1297923-05:00</Updated>
</CatalogFieldData>
</ArrayOfCatalogFieldData>