The Profile resource provides access to all data sets and parameters available to the client.
Get all options and available parameters 
The /profile/ endpoint gives access to a listing of allowed data sets and parameters. These values can then be used as parameter values in subsequent API requests.
Get a listing of available data sets and parameters in the client profile
Request
GET /profile/
Response
This endpoint returns a Profile JSON object. This is a description of the fields contained in the object
Table 1 - Profile object
Field | Description | Type |
standards_sets | A list of standards sets the profile has access to | list |
standards_sets.set_id | An identifier for the standards set | string |
standards_sets.name | Name of the standards set | string |
Standards_set.parent (optional) | Name of the parent group the standards set belongs to | string |
content_sets (optional) | A list of content sets the profile has access to | list |
content_sets.set_id | An identifier for the content set | integer |
content_sets.name | Name of the content set | string |
subjects | A list of subject areas the profile has access to | list (string) |
grades | A list of grades the profile has access to | list (string) |
textbooks (optional) | A list of textbooks the profile has access to | list |
textbooks.textbook_id | An identifier for the textbook | string |
textbooks.name | Title of the textbook | string |
textbooks.thumbnail (optional) | URL of a thumbnail of the textbook’s conver | string |