GET api/ProductCatalogs/GetAllItems
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProductCatalogData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Identifier | string |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| CatalogId | globally unique identifier |
None. |
|
| Updated | date |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "a1823908-a732-4c6b-b8cc-fb7921db70f4",
"Identifier": "sample string 1",
"ProductId": "f0d5e9c0-446f-435d-91fb-349468444802",
"CatalogId": "63713981-d5ab-4117-afbe-bb8995fa9728",
"Updated": "2025-12-15T23:41:37.264785-05:00",
"IsDeleted": 1
},
{
"Id": "a1823908-a732-4c6b-b8cc-fb7921db70f4",
"Identifier": "sample string 1",
"ProductId": "f0d5e9c0-446f-435d-91fb-349468444802",
"CatalogId": "63713981-d5ab-4117-afbe-bb8995fa9728",
"Updated": "2025-12-15T23:41:37.264785-05:00",
"IsDeleted": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfProductCatalogData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<ProductCatalogData>
<CatalogId>63713981-d5ab-4117-afbe-bb8995fa9728</CatalogId>
<Id>a1823908-a732-4c6b-b8cc-fb7921db70f4</Id>
<Identifier>sample string 1</Identifier>
<IsDeleted>1</IsDeleted>
<ProductId>f0d5e9c0-446f-435d-91fb-349468444802</ProductId>
<Updated>2025-12-15T23:41:37.264785-05:00</Updated>
</ProductCatalogData>
<ProductCatalogData>
<CatalogId>63713981-d5ab-4117-afbe-bb8995fa9728</CatalogId>
<Id>a1823908-a732-4c6b-b8cc-fb7921db70f4</Id>
<Identifier>sample string 1</Identifier>
<IsDeleted>1</IsDeleted>
<ProductId>f0d5e9c0-446f-435d-91fb-349468444802</ProductId>
<Updated>2025-12-15T23:41:37.264785-05:00</Updated>
</ProductCatalogData>
</ArrayOfProductCatalogData>