Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.01 KB

File metadata and controls

17 lines (13 loc) · 1.01 KB

SubscriptionList

Properties

Name Type Description Notes
resource String Resource type name, always "subscription_list". [default to null]
data List Array of subscription objects for this page. [default to null]
start_time Date Start of the time range for records in this response. [default to null]
end_time Date End of the time range for records in this response. [default to null]
total Integer Total number of records matching the query. [default to null]
page Integer Current page number. [default to null]
per_page Integer Number of results per page. [default to null]
last_page Integer Last available page number. [default to null]

[Back to Model list] [Back to API list] [Back to README]