Symptom
User wants to verifiy if an OData entity supports the lastModified filter
Environment
OData API
Reproducing the Issue
User is running a query against the OData API and getting the following error: Status: Bad Request Status Code: 400 Query:
Cause
Some of the properties that are being used in the query do not support the lastModified filter
Resolution
Users need to check if the entity they are quering supports the lastModifed filter:
- Login to SF and go to the OData Data Dictionary
- Click the Entity
- Type in the name of the Entity into name search
- Type property name:lastModifiedDate
6. If the property name: lastModifiedDate is not there the entity does not support filtering by the lastModified filter
7. If lastModifiedDate is not a property of the entity it will have to be removed from the query
Keywords
OData, lastModified, filter , KBA , LOD-SF-INT-INC , Integration Center , Problem