GET products/v2

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProductResponse
NameDescriptionTypeAdditional information
Id

integer

None.

CreatedOn

date

None.

UpdatedOn

date

None.

CreatedBy

globally unique identifier

None.

UpdatedBy

globally unique identifier

None.

DeleteStatus

boolean

None.

ProductName

string

None.

ParentProductId

integer

None.

IsMultipleBuyer

boolean

None.

DisplayName

string

None.

IconUrl

string

None.

ParentProductName

string

None.

ParentProductCreatedBy

globally unique identifier

None.

ParentProductCreatedOn

date

None.

ParentProductDisplayName

string

None.

ParentProductIconUrl

string

None.

ParentProductIsMultipleBuyer

boolean

None.

ParentProductUpdatedBy

globally unique identifier

None.

ParentProductUpdatedOn

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "createdOn": "2024-09-13T10:53:33.2416783Z",
    "updatedOn": "2024-09-13T10:53:33.242656Z",
    "createdBy": "a7176647-6075-45d7-871a-e973365134c4",
    "updatedBy": "3b7ec322-1c08-4141-abfd-c380fdecba94",
    "deleteStatus": true,
    "productName": "sample string 5",
    "parentProductId": 6,
    "isMultipleBuyer": true,
    "displayName": "sample string 8",
    "iconUrl": "sample string 9",
    "parentProductName": "sample string 10",
    "parentProductCreatedBy": "fc0e7b30-0847-4042-bb5d-c10a67c0e319",
    "parentProductCreatedOn": "2024-09-13T10:53:33.242656Z",
    "parentProductDisplayName": "sample string 11",
    "parentProductIconUrl": "sample string 12",
    "parentProductIsMultipleBuyer": true,
    "parentProductUpdatedBy": "be11dc2a-44ed-4b31-9b63-8dc98a91a524",
    "parentProductUpdatedOn": "2024-09-13T10:53:33.242656Z"
  },
  {
    "id": 1,
    "createdOn": "2024-09-13T10:53:33.2416783Z",
    "updatedOn": "2024-09-13T10:53:33.242656Z",
    "createdBy": "a7176647-6075-45d7-871a-e973365134c4",
    "updatedBy": "3b7ec322-1c08-4141-abfd-c380fdecba94",
    "deleteStatus": true,
    "productName": "sample string 5",
    "parentProductId": 6,
    "isMultipleBuyer": true,
    "displayName": "sample string 8",
    "iconUrl": "sample string 9",
    "parentProductName": "sample string 10",
    "parentProductCreatedBy": "fc0e7b30-0847-4042-bb5d-c10a67c0e319",
    "parentProductCreatedOn": "2024-09-13T10:53:33.242656Z",
    "parentProductDisplayName": "sample string 11",
    "parentProductIconUrl": "sample string 12",
    "parentProductIsMultipleBuyer": true,
    "parentProductUpdatedBy": "be11dc2a-44ed-4b31-9b63-8dc98a91a524",
    "parentProductUpdatedOn": "2024-09-13T10:53:33.242656Z"
  }
]

text/html, multipart/form-data

Sample:
[{"id":1,"createdOn":"2024-09-13T10:53:33.2416783Z","updatedOn":"2024-09-13T10:53:33.242656Z","createdBy":"a7176647-6075-45d7-871a-e973365134c4","updatedBy":"3b7ec322-1c08-4141-abfd-c380fdecba94","deleteStatus":true,"productName":"sample string 5","parentProductId":6,"isMultipleBuyer":true,"displayName":"sample string 8","iconUrl":"sample string 9","parentProductName":"sample string 10","parentProductCreatedBy":"fc0e7b30-0847-4042-bb5d-c10a67c0e319","parentProductCreatedOn":"2024-09-13T10:53:33.242656Z","parentProductDisplayName":"sample string 11","parentProductIconUrl":"sample string 12","parentProductIsMultipleBuyer":true,"parentProductUpdatedBy":"be11dc2a-44ed-4b31-9b63-8dc98a91a524","parentProductUpdatedOn":"2024-09-13T10:53:33.242656Z"},{"id":1,"createdOn":"2024-09-13T10:53:33.2416783Z","updatedOn":"2024-09-13T10:53:33.242656Z","createdBy":"a7176647-6075-45d7-871a-e973365134c4","updatedBy":"3b7ec322-1c08-4141-abfd-c380fdecba94","deleteStatus":true,"productName":"sample string 5","parentProductId":6,"isMultipleBuyer":true,"displayName":"sample string 8","iconUrl":"sample string 9","parentProductName":"sample string 10","parentProductCreatedBy":"fc0e7b30-0847-4042-bb5d-c10a67c0e319","parentProductCreatedOn":"2024-09-13T10:53:33.242656Z","parentProductDisplayName":"sample string 11","parentProductIconUrl":"sample string 12","parentProductIsMultipleBuyer":true,"parentProductUpdatedBy":"be11dc2a-44ed-4b31-9b63-8dc98a91a524","parentProductUpdatedOn":"2024-09-13T10:53:33.242656Z"}]