GET api/v1/application/{applicationID}/store/{storeID}/webhook?page={page}&take={take}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
applicationID

string

Required

storeID

string

Required

page

integer

Default value is 1

take

integer

Default value is 100

Body Parameters

None.

Response Information

Resource Description

PaginatedDTOOfWebhookResponse
NameDescriptionTypeAdditional information
PageIndex

integer

None.

PageSize

integer

None.

TotalCount

integer

None.

TotalPageCount

integer

None.

HasNextPage

boolean

None.

HasPrevPage

boolean

None.

Items

Collection of WebhookResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "PageIndex": 1,
  "PageSize": 2,
  "TotalCount": 3,
  "TotalPageCount": 4,
  "HasNextPage": true,
  "HasPrevPage": true,
  "Items": [
    {
      "LastNotify": "2024-12-04T08:34:51.3044694+00:00",
      "LastError": "2024-12-04T08:34:51.3044694+00:00",
      "ConcurrentErrorCount": 1,
      "CreatedByID": 2,
      "UpdatedByID": 1,
      "Created": "2024-12-04T08:34:51.3044694+00:00",
      "Updated": "2024-12-04T08:34:51.3044694+00:00",
      "ID": "sample string 5",
      "ApplicationID": "sample string 6",
      "StoreID": "sample string 7",
      "Secret": "sample string 8",
      "Type": 0,
      "Description": "sample string 9",
      "HttpMethod": "sample string 10",
      "IncludePayload": true,
      "URL": "sample string 11",
      "Enabled": true,
      "DisabledReason": "sample string 12",
      "DisableFailureThreashold": 1,
      "WarningFailureThreashold": 1,
      "RetryDelay": 1
    },
    {
      "LastNotify": "2024-12-04T08:34:51.3044694+00:00",
      "LastError": "2024-12-04T08:34:51.3044694+00:00",
      "ConcurrentErrorCount": 1,
      "CreatedByID": 2,
      "UpdatedByID": 1,
      "Created": "2024-12-04T08:34:51.3044694+00:00",
      "Updated": "2024-12-04T08:34:51.3044694+00:00",
      "ID": "sample string 5",
      "ApplicationID": "sample string 6",
      "StoreID": "sample string 7",
      "Secret": "sample string 8",
      "Type": 0,
      "Description": "sample string 9",
      "HttpMethod": "sample string 10",
      "IncludePayload": true,
      "URL": "sample string 11",
      "Enabled": true,
      "DisabledReason": "sample string 12",
      "DisableFailureThreashold": 1,
      "WarningFailureThreashold": 1,
      "RetryDelay": 1
    }
  ]
}

application/xml, text/xml

Sample:
<PaginatedDTOOfWebhookResponseA5p3AZ49 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.Common">
  <HasNextPage>true</HasNextPage>
  <HasPrevPage>true</HasPrevPage>
  <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Response">
    <d2p1:WebhookResponse>
      <ApplicationID xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 6</ApplicationID>
      <Description xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 9</Description>
      <DisableFailureThreashold xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">1</DisableFailureThreashold>
      <DisabledReason xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 12</DisabledReason>
      <Enabled xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">true</Enabled>
      <HttpMethod xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 10</HttpMethod>
      <ID xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 5</ID>
      <IncludePayload xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">true</IncludePayload>
      <RetryDelay xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">1</RetryDelay>
      <Secret xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 8</Secret>
      <StoreID xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 7</StoreID>
      <Type xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">ProductChange</Type>
      <URL xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 11</URL>
      <WarningFailureThreashold xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">1</WarningFailureThreashold>
      <d2p1:ConcurrentErrorCount>1</d2p1:ConcurrentErrorCount>
      <d2p1:Created>2024-12-04T08:34:51.3044694+00:00</d2p1:Created>
      <d2p1:CreatedByID>2</d2p1:CreatedByID>
      <d2p1:LastError>2024-12-04T08:34:51.3044694+00:00</d2p1:LastError>
      <d2p1:LastNotify>2024-12-04T08:34:51.3044694+00:00</d2p1:LastNotify>
      <d2p1:Updated>2024-12-04T08:34:51.3044694+00:00</d2p1:Updated>
      <d2p1:UpdatedByID>1</d2p1:UpdatedByID>
    </d2p1:WebhookResponse>
    <d2p1:WebhookResponse>
      <ApplicationID xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 6</ApplicationID>
      <Description xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 9</Description>
      <DisableFailureThreashold xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">1</DisableFailureThreashold>
      <DisabledReason xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 12</DisabledReason>
      <Enabled xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">true</Enabled>
      <HttpMethod xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 10</HttpMethod>
      <ID xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 5</ID>
      <IncludePayload xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">true</IncludePayload>
      <RetryDelay xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">1</RetryDelay>
      <Secret xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 8</Secret>
      <StoreID xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 7</StoreID>
      <Type xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">ProductChange</Type>
      <URL xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">sample string 11</URL>
      <WarningFailureThreashold xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Common">1</WarningFailureThreashold>
      <d2p1:ConcurrentErrorCount>1</d2p1:ConcurrentErrorCount>
      <d2p1:Created>2024-12-04T08:34:51.3044694+00:00</d2p1:Created>
      <d2p1:CreatedByID>2</d2p1:CreatedByID>
      <d2p1:LastError>2024-12-04T08:34:51.3044694+00:00</d2p1:LastError>
      <d2p1:LastNotify>2024-12-04T08:34:51.3044694+00:00</d2p1:LastNotify>
      <d2p1:Updated>2024-12-04T08:34:51.3044694+00:00</d2p1:Updated>
      <d2p1:UpdatedByID>1</d2p1:UpdatedByID>
    </d2p1:WebhookResponse>
  </Items>
  <PageIndex>1</PageIndex>
  <PageSize>2</PageSize>
  <TotalCount>3</TotalCount>
  <TotalPageCount>4</TotalPageCount>
</PaginatedDTOOfWebhookResponseA5p3AZ49>

multipart/form-data

Sample:

An exception has occurred while using the formatter 'MultiPartMediaFormat' to generate sample for media type 'multipart/form-data'. Exception message: The media type formatter of type 'MultiPartMediaFormat' does not support writing because it does not implement the WriteToStreamAsync method.

image/png

Sample:

An exception has occurred while using the formatter 'ImageMediaFormat' to generate sample for media type 'image/png'. Exception message: The media type formatter of type 'ImageMediaFormat' does not support writing because it does not implement the WriteToStreamAsync method.

image/jpg

Sample:

An exception has occurred while using the formatter 'ImageMediaFormat' to generate sample for media type 'image/jpg'. Exception message: The media type formatter of type 'ImageMediaFormat' does not support writing because it does not implement the WriteToStreamAsync method.

image/jpeg

Sample:

An exception has occurred while using the formatter 'ImageMediaFormat' to generate sample for media type 'image/jpeg'. Exception message: The media type formatter of type 'ImageMediaFormat' does not support writing because it does not implement the WriteToStreamAsync method.

image/bmp

Sample:

An exception has occurred while using the formatter 'ImageMediaFormat' to generate sample for media type 'image/bmp'. Exception message: The media type formatter of type 'ImageMediaFormat' does not support writing because it does not implement the WriteToStreamAsync method.