Analytics

post
Authorizations
AuthorizationstringRequired

API Token based authentication. Use format: Token token="your-api-key"

Body
account_idsinteger[]Optional

List of account ids

product_idsinteger[]Optional

List of product ids

product_statusesstring[]Optional

List of product statuses (OPEN, CLOSED, and/or DELETED)

creation_date_fromstringOptional

Creation date from

creation_date_tostringOptional

Creation date to

enrollment_count_minintegerOptional

Enrollment count minimum

enrollment_count_maxintegerOptional

Enrollment count maximum

completion_count_minintegerOptional

Completion count minimum

completion_count_maxintegerOptional

Completion count maximum

dropped_count_minintegerOptional

Dropped count minimum

dropped_count_maxintegerOptional

Dropped count maximum

listing_price_minnumberOptional

Listing price minimum

listing_price_maxnumberOptional

Listing price maximum

promo_codesstring[]Optional

List of promotion code states (APPLIED and/or NOT_APPLIED)

revenue_minnumberOptional

Revenue minimum

revenue_maxnumberOptional

Revenue maximum

certificate_offeredbooleanOptional

Certificate offered for the product

Responses
200

Getting products analytics

application/json
post
/api/v1/analytics/products
200

Getting products analytics

post
Authorizations
AuthorizationstringRequired

API Token based authentication. Use format: Token token="your-api-key"

Body
account_idsinteger[]Optional

List of account ids

product_idsinteger[]Optional

List of product ids

product_statusesstring[]Optional

List of product statuses (OPEN, CLOSED, and/or DELETED)

student_idsinteger[]Optional

List of student ids(catalog user id)

student_canvas_user_idsinteger[]Optional

List of student ids(canvas user id)

enrollment_date_fromstringOptional

Enrollment date from

enrollment_date_tostringOptional

Enrollment date to

enrollment_statusesstring[]Optional

List of enrollment statuses (ACTIVE, COMPLETED, DROPPED and/or CONCLUDED)

completion_date_fromstringOptional

Completion date from

completion_date_tostringOptional

Completion date to

Responses
200

Getting enrollments analytics

application/json
post
/api/v1/analytics/enrollments
200

Getting enrollments analytics

post
Authorizations
AuthorizationstringRequired

API Token based authentication. Use format: Token token="your-api-key"

Body
account_idsinteger[]Optional

List of account ids

product_idsinteger[]Optional

List of product ids

product_statusesstring[]Optional

List of product statuses (OPEN, CLOSED, and/or DELETED)

student_idsinteger[]Optional

List of student ids(catalog user id)

student_canvas_user_idsinteger[]Optional

List of student ids(canvas user id)

purchaser_idsinteger[]Optional

List of purchaser ids(catalog user id)

purchaser_canvas_user_idsinteger[]Optional

List of purchaser ids(canvas user id)

bulk_purchases_onlybooleanOptional

Bulk purchases only

purchase_date_fromstringOptional

Purchase date from

purchase_date_tostringOptional

Purchase date to

order_feestring[]Optional

List of order fee types (FREE and/or PAID)

listing_price_minnumberOptional

Listing price minimum

listing_price_maxnumberOptional

Listing price maximum

promo_codesstring[]Optional

List of promotion code states (APPLIED and/or NOT_APPLIED)

revenue_minnumberOptional

Revenue minimum

revenue_maxnumberOptional

Revenue maximum

Responses
200

Getting orders analytics

application/json
post
/api/v1/analytics/orders
200

Getting orders analytics

post
Authorizations
AuthorizationstringRequired

API Token based authentication. Use format: Token token="your-api-key"

Body
account_idsinteger[]Optional

List of account ids

student_idsinteger[]Optional

List of student ids(catalog user id)

student_canvas_user_idsinteger[]Optional

List of student ids(canvas user id)

enrollment_count_minintegerOptional

Enrollment count minimum

enrollment_count_maxintegerOptional

Enrollment count maximum

last_enrollment_date_fromstringOptional

Last enrollment date from

last_enrollment_date_tostringOptional

Last enrollment date to

registration_date_fromstringOptional

Registration date from

registration_date_tostringOptional

Registration date to

registered_throughstring[]Optional

List of registration sources (CANVAS and/or CATALOG)

Responses
200

Getting users analytics

application/json
post
/api/v1/analytics/users
200

Getting users analytics

Last updated

Was this helpful?