{ "opencollection": "1.0.0", "info": { "name": "MemberClicks MC Professional Attributes Continuing Education API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{orgId}.memberclicks.net/oauth/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Continuing Education", "type": "folder" }, "items": [ { "info": { "name": "List continuing education credits", "type": "http" }, "http": { "method": "GET", "url": "https://{orgId}.memberclicks.net/api/v1/continuing-education/credit", "params": [ { "name": "profileId", "value": "", "type": "query", "description": "Filter credits to a single profile." }, { "name": "pageNumber", "value": "", "type": "query", "description": "The 1-based page number to return." }, { "name": "pageSize", "value": "", "type": "query", "description": "The number of records per page (max 100)." } ] }, "docs": "Returns continuing education credits, optionally filtered by profileId. Paged with pageNumber (default 1) and pageSize (default 10, max 100)." }, { "info": { "name": "Retrieve a continuing education credit", "type": "http" }, "http": { "method": "GET", "url": "https://{orgId}.memberclicks.net/api/v1/continuing-education/credit/:creditId", "params": [ { "name": "creditId", "value": "", "type": "path", "description": "The ID of the continuing education credit." } ] }, "docs": "Returns a single continuing education credit by its ID." } ] } ], "bundled": true }