
plates: 
		Comma-delimited list of plate ID's.
									
names: 
		Comma-delimited list of plate names.

locations: 
		Comma-delimited list of plate locations.

async: 
		Boolean. If true, do an asynchronous export (see Async Export).
		Use for large data sets. Note - always set to True when using Python API.

page_size: 
		The maximum # of objects to return.

projects: 
		Comma-delimited list of project ids.
		Defaults to all available projects.
		Limits scope of query.

data_sets:
		Comma-delimited list of public dataset ids.
		Defaults to no data sets. Limits scope of query.

created_before:
		Date (YYYY-MM-DDThh:mm:ss±hh:mm)

created_after:
		Date (YYYY-MM-DDThh:mm:ss±hh:mm)

modified_before:
		Date (YYYY-MM-DDThh:mm:ss±hh:mm)

modified_after:
		Date (YYYY-MM-DDThh:mm:ss±hh:mm)

only_ids:
		Boolean. If true, only the Molecule ID's are returned, 
		allowing for a smaller and faster response. Default: false.