ActivityListingsResponse

public ActivityListingsResponse ActivityListingsResponse(    String transactionId,     Long count,     String location,     List<ActivitiesWarning> warnings,     LocalDate startDate,     LocalDate endDate,     List<Activity> activities,     List<CategoryGroup> categories)

Parameters

transactionId

A unique identifier for this transaction.

count

The number of activities returned in the response.

location

The location that the user searched, expressed in the exact format that the inventory system uses to designate the location.

warnings

Container for all warnings generated during the transaction.

startDate

The startDate of the returned group of activities in YYYY-MM-DD format.

endDate

The endDate of returned group of activities in YYYY-MM-DD format.

activities

List of activities matching the search criteria.

categories

Container for a breakdown of how many of each type of Activity have been returned in the API response.