Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

body

body: { code: 2000; message: "Success"; result: { dailyCount: { count: number; date: string }[]; end: string; start: string; total: number } }

Type declaration

  • code: 2000

    Format: int32

  • message: "Success"
  • result: { dailyCount: { count: number; date: string }[]; end: string; start: string; total: number }
    • dailyCount: { count: number; date: string }[]
      description

      An array of objects representing number of paid lookups made on specific days, ordered by date. Each object contains a date attribute, which represents the day and a count attribute, which represents the number of paid lookups made on that day.

    • end: string
      description

      End date in ISO 8601 format.

      example

      2015-01-23T15:08:06.609Z

    • start: string
      description

      Start date in ISO 8601 format.

      example

      2015-01-22T15:08:06.609Z

    • total: number

      Format: int32

      description

      Total of paid lookups performed in specified period.

      example

      132

header

header: StringMap

httpRequest

httpRequest: HttpRequest

httpStatus

httpStatus: number

Optional metadata

metadata: Metadata