GET
/
api
/
v1
/
member_transactions
curl --request GET \
  --url https://tracking.noyo.com/api/v1/member_transactions
{
  "meta": {
    "offset": 0,
    "page_num": 1,
    "page_size": 20,
    "total_records": 2
  },
  "response": [
    "dd9a1813-34f7-4c7e-86bc-f041f2cbd9a1",
    "fa5a1813-34f7-4c7e-86bc-f041f2cbd9a1"
  ]
}
Deprecated

Query Parameters

sort_by
string

The attribute on which to sort

sort_direction
string

Either asc or desc, to denote the data's direction

difference_impact_score
integer

Include transactions that contain the specified impact score

max_impact_score
boolean

Max impact score of all differences associated to transaction

Response

200 - application/json
Successful Response - Returns transaction by associated difference
meta
object
required

Metadata associated with the response data

response
string[]
required

List of Member transactions that created differences

member Transaction UUID