Api referencePaymentTransactionsCourses
Search courses
Search payment
Search payment
AuthorizationBearer <token>
In: header
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
title?string
profileId*string
enrollmentType*string
Value in
- "owner"
- "enrolled"
Response Body
application/json
curl -X GET "https://example.com/v2/payment/transactions/courses/search?profileId=string&enrollmentType=owner"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}