Sha256: 11d2a50f89b7637f27c343ee1a5e9411665a1ef0047a61a1fa10342d6099bde2

Contents?: true

Size: 1.51 KB

Versions: 18

Compression:

Stored size: 1.51 KB

Contents

{
  "Results": [
    {
      "EmailAddress": "subs+7t8787Y@example.com",
      "Name": "Person One",
      "Date": "2010-10-25 10:28:00",
      "State": "Active",
      "CustomFields": [
        {
          "Key": "website",
          "Value": "http://example.com"
        },
        {
          "Key": "age",
          "Value": "24"
        },
        {
          "Key": "subscription date",
          "Value": "2010-03-09"
        }
      ]
    },
    {
      "EmailAddress": "subs+7878787y8ggg@example.com",
      "Name": "Person Two",
      "Date": "2010-10-25 12:17:00",
      "State": "Active",
      "CustomFields": [
        {
          "Key": "website",
          "Value": "http://subdomain.example.com"
        }
      ]
    },
    {
      "EmailAddress": "subs+7890909i0ggg@example.com",
      "Name": "Person Three",
      "Date": "2010-10-25 12:52:00",
      "State": "Active",
      "CustomFields": [
        {
          "Key": "website",
          "Value": "http://subdomain.example.com"
        }
      ]
    },
    {
      "EmailAddress": "subs@example.com",
      "Name": "Person Four",
      "Date": "2010-10-27 13:13:00",
      "State": "Active",
      "CustomFields": []
    },
    {
      "EmailAddress": "joey@example.com",
      "Name": "Person Five",
      "Date": "2010-10-27 13:13:00",
      "State": "Active",
      "CustomFields": []
    }
  ],
  "ResultsOrderedBy": "email",
  "OrderDirection": "asc",
  "PageNumber": 1,
  "PageSize": 1000,
  "RecordsOnThisPage": 5,
  "TotalNumberOfRecords": 5,
  "NumberOfPages": 1
}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
createsend-2.2.0 test/fixtures/active_subscribers.json
createsend-2.1.0 test/fixtures/active_subscribers.json
createsend-2.0.0 test/fixtures/active_subscribers.json
createsend-1.1.1 test/fixtures/active_subscribers.json
createsend-1.1.0 test/fixtures/active_subscribers.json
createsend-1.0.4 test/fixtures/active_subscribers.json
createsend-1.0.3 test/fixtures/active_subscribers.json
createsend-1.0.2 test/fixtures/active_subscribers.json
createsend-1.0.1 test/fixtures/active_subscribers.json
createsend-1.0.0 test/fixtures/active_subscribers.json
createsend-0.3.2 test/fixtures/active_subscribers.json
createsend-0.3.1 test/fixtures/active_subscribers.json
createsend-0.3.0 test/fixtures/active_subscribers.json
createsend-0.2.1 test/fixtures/active_subscribers.json
createsend-0.2.0 test/fixtures/active_subscribers.json
createsend-0.1.1 test/fixtures/active_subscribers.json
createsend-0.1.0 test/fixtures/active_subscribers.json
createsend-0.0.2 test/fixtures/active_subscribers.json