Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.34 KB

File metadata and controls

34 lines (18 loc) · 1.34 KB

LoyaltiesPendingPointsListResponseBody

Response body schema for GET /loyalties/{campaignId}/pending-points.

Properties

Name Type Description
_object ObjectEnum The type of the object represented by JSON.
dataRef DataRefEnum Identifies the name of the attribute that contains the array of pending point objects.
data List<LoyaltyPendingPoints> A dictionary that contains an array of pending point entries. Each entry in the array is a separate pending point object.
hasMore Boolean As query results are always limited (by the limit parameter), the `has_more` flag indicates if there are more records for given filter parameters. This lets you know if you can run another request to get more records returned in the results.
moreStartingAfter String Returns an ID that can be used to return another page of results. Use the pending point entry ID in the `starting_after_id` query parameter to display another page of the results starting after the entry with that ID.

Enum: ObjectEnum

Name Value
LIST "list"

Enum: DataRefEnum

Name Value
DATA "data"