Description

Retrieves a list of transactions for the given user.

General

End Point
https://www.mogl.com/api/v2/users/{user}/transactions
HTTP Method GET
Requires SSL true
Requires Acting User false
Scope(s) None

Path Parameters

Path parameters are ALWAYS required.

user The user id of the user.

Request Parameters

Parameters are NOT REQUIRED unless noted otherwise.

offset Start offset.
numResults Number of results to retrieve (max 100).
startDate Retrieve results after this date YYYY/MM/DD.
endDate Retrieve results before this date YYYY/MM/DD.
business Restrict response to just this business.
includeRemovedDup Include REMOVED_DUP transactions

Response Fields

transactions A list of transactions. See results details, See transaction details

Try It Now

Endpoint
Client Id
(required)
Access Token
Add
User Token
*(see below -- client_credentials only)
offset
Add
numResults
Add
startDate
Add
endDate
Add
business
Add
includeRemovedDup
Add
*Partners that authenticate with client_credentials should provide a user_token.