Retrieve a list of cached molecules.
GET {{baseUrl}}/CachedMolecules?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=refreshedAt,MoleculeId&$select=Description,refreshedAt
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$top | string | Show only the first n items, see Paging - Top | |
$skip | string | Skip the first n items, see Paging - Skip | |
$search | string | Search items by search phrases, see Searching | |
$filter | string | Filter items by property values, see Filtering | |
$count | string | Include count of items, see Count | |
$orderby | string | Order items by property values, see Sorting | |
$select | string | Select properties to be returned, see Select |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"@odata.count":"\u003cnumber\u003e","value":[{"refreshedAt":"\u003cdateTime\u003e","MoleculeUUID":"\u003cuuid\u003e","MoleculeId":"\u003cstring\u003e","Description":"\u003cstring\u003e"},{"refreshedAt":"\u003cdateTime\u003e","MoleculeUUID":"\u003cuuid\u003e","MoleculeId":"\u003cstring\u003e","Description":"\u003cstring\u003e"}]}