List points history

Get the universe points list with cursors.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Error cases

Wrong cursor - see dedicated doc (400)

Wrong operator in search (400)

{
    "error_key": "id_individual",
    "error": "invalid_operator",
    "error_description": "begins_with isn't allowed for key id_individual. Use one of equals,not equals,contains,begins,ends"
}

Contact unique_key (in search, query param) not found (404)

{
    "status": 404,
    "errors": {
        "error_key": null,
        "error": "not_found",
        "error_description": "unique_key \"key_0\" not found in splio3_data.qa03"
    }
}

Program name (in search, query param) does not exist (404)

{
    "error_key": "program_name",
    "error": "invalid_program_name",
    "error_description": "program_name not found"
}
Query Params
integer
1 to 1000
Defaults to 50

Number of items displayed.

string

Display elements before cursor X.

string

Display elements after cursor X.

string
enum
Defaults to ID

Allow changing the field(s) on which the cursor is based. To use multiple fields use comma without space

Allowed:
individual_id
object

Allows search on individual property

card_code
object

Allows search on card_code property

rule_name
object

Allows search on rule_name property.

tier_name
object

Allows search on tier_name property.

program_name
object

Allows search on program_name property.

points_credited
object

Allows search on points_credited property.

points_earned
object

Allows search on points_earned property.

points_remaining
object

Allows search on points_remaining property.

event_date
object

Allows search on event_date property.

points_type
object

Allows search on points_type property.

validity_start
object

Allows search on validity_start property.

validity_end
object

Allows search on validity_end property.

value_date
object

Allows search on value_date property.

status
object

Allows search on status property.

Responses

401

Authentication failed.

403

Forbidden.

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json