GET api/Subscription/Get?hash={hash}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
hash

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Subscription
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Type

integer

None.

CreationDate

date

None.

Active

boolean

None.

DeletedDate

date

None.

Options

string

None.

Client

string

None.

SiteId

integer

None.

SaleStatus

integer

None.

Attempts

integer

None.

CurrentAttempt

integer

None.

MarketingUserRegisterEventDate

date

None.

SaleStatusPurchase

integer

None.

UserRegisterEventEnable

boolean

None.

CrossellEventEnable

boolean

None.

RegisterNewsletterEventEnable

boolean

None.

MarketingRegisterNewsletterEventDate

date

None.

RemarketingEventDate

date

None.

RemarketingEventEnable

boolean

None.

ContactForm

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "Type": 3,
    "CreationDate": "2024-05-02T12:58:35.5076872-03:00",
    "Active": true,
    "DeletedDate": "2024-05-02T12:58:35.5076872-03:00",
    "Options": "sample string 5",
    "Client": "sample string 6",
    "SiteId": 7,
    "SaleStatus": 8,
    "Attempts": 9,
    "CurrentAttempt": 10,
    "MarketingUserRegisterEventDate": "2024-05-02T12:58:35.5076872-03:00",
    "SaleStatusPurchase": 1,
    "UserRegisterEventEnable": true,
    "CrossellEventEnable": true,
    "RegisterNewsletterEventEnable": true,
    "MarketingRegisterNewsletterEventDate": "2024-05-02T12:58:35.5076872-03:00",
    "RemarketingEventDate": "2024-05-02T12:58:35.5076872-03:00",
    "RemarketingEventEnable": true,
    "ContactForm": 1
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Type": 3,
    "CreationDate": "2024-05-02T12:58:35.5076872-03:00",
    "Active": true,
    "DeletedDate": "2024-05-02T12:58:35.5076872-03:00",
    "Options": "sample string 5",
    "Client": "sample string 6",
    "SiteId": 7,
    "SaleStatus": 8,
    "Attempts": 9,
    "CurrentAttempt": 10,
    "MarketingUserRegisterEventDate": "2024-05-02T12:58:35.5076872-03:00",
    "SaleStatusPurchase": 1,
    "UserRegisterEventEnable": true,
    "CrossellEventEnable": true,
    "RegisterNewsletterEventEnable": true,
    "MarketingRegisterNewsletterEventDate": "2024-05-02T12:58:35.5076872-03:00",
    "RemarketingEventDate": "2024-05-02T12:58:35.5076872-03:00",
    "RemarketingEventEnable": true,
    "ContactForm": 1
  }
]

text/xml

Sample:
<ArrayOfSubscription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GoLCms.Lib.Communications">
  <Subscription>
    <Active>true</Active>
    <Attempts>9</Attempts>
    <Client>sample string 6</Client>
    <ContactForm>1</ContactForm>
    <CreationDate>2024-05-02T12:58:35.5076872-03:00</CreationDate>
    <CrossellEventEnable>true</CrossellEventEnable>
    <CurrentAttempt>10</CurrentAttempt>
    <DeletedDate>2024-05-02T12:58:35.5076872-03:00</DeletedDate>
    <Id>1</Id>
    <MarketingRegisterNewsletterEventDate>2024-05-02T12:58:35.5076872-03:00</MarketingRegisterNewsletterEventDate>
    <MarketingUserRegisterEventDate>2024-05-02T12:58:35.5076872-03:00</MarketingUserRegisterEventDate>
    <Name>sample string 2</Name>
    <Options>sample string 5</Options>
    <RegisterNewsletterEventEnable>true</RegisterNewsletterEventEnable>
    <RemarketingEventDate>2024-05-02T12:58:35.5076872-03:00</RemarketingEventDate>
    <RemarketingEventEnable>true</RemarketingEventEnable>
    <SaleStatus>8</SaleStatus>
    <SaleStatusPurchase>1</SaleStatusPurchase>
    <SiteId>7</SiteId>
    <Type>3</Type>
    <UserRegisterEventEnable>true</UserRegisterEventEnable>
  </Subscription>
  <Subscription>
    <Active>true</Active>
    <Attempts>9</Attempts>
    <Client>sample string 6</Client>
    <ContactForm>1</ContactForm>
    <CreationDate>2024-05-02T12:58:35.5076872-03:00</CreationDate>
    <CrossellEventEnable>true</CrossellEventEnable>
    <CurrentAttempt>10</CurrentAttempt>
    <DeletedDate>2024-05-02T12:58:35.5076872-03:00</DeletedDate>
    <Id>1</Id>
    <MarketingRegisterNewsletterEventDate>2024-05-02T12:58:35.5076872-03:00</MarketingRegisterNewsletterEventDate>
    <MarketingUserRegisterEventDate>2024-05-02T12:58:35.5076872-03:00</MarketingUserRegisterEventDate>
    <Name>sample string 2</Name>
    <Options>sample string 5</Options>
    <RegisterNewsletterEventEnable>true</RegisterNewsletterEventEnable>
    <RemarketingEventDate>2024-05-02T12:58:35.5076872-03:00</RemarketingEventDate>
    <RemarketingEventEnable>true</RemarketingEventEnable>
    <SaleStatus>8</SaleStatus>
    <SaleStatusPurchase>1</SaleStatusPurchase>
    <SiteId>7</SiteId>
    <Type>3</Type>
    <UserRegisterEventEnable>true</UserRegisterEventEnable>
  </Subscription>
</ArrayOfSubscription>