Filtering Variables in API Results
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2019
05:54 PM
Is there a way to include only specific variables from an API call?
Using Postman, the API call is: GET courses/{courseID}/users
The returned objects include:
id,
name,
created_at,
sortable_name,
short_name,
sis_user_id,
integration_id,
sis_import_id,
root_account,
login_id, and
email
If I only would like certain variables returned in the results - in this case I would like "name" and "email" - how is that done?