Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Fiter ODATA JobApplication by datemodified

Former Member
0 Kudos

Hi,

we are trying to get all the JobApplication which have been modified in a certain date.

We are using the following link:

/odata/v2/JobApplication?$filter=lastModifiedDateTime%20eq%20datetime%272018-02-23T09:59:55%27

but it only provides this information:

<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xml:base="https://api5.successfactors.eu/odata/v2/"><title type="text">JobApplication</title><id>https://api5.successfactors.eu/odata/v2/JobApplication</id><updated>2018-03-08T10:22:38Z</updated><link rel="self" title="JobApplication" href="JobApplication"></link></feed>

We do have an application which has been modified at that exact date and time. If I filter by that applicationId with this link

/odata/v2/JobApplication?$filter=applicationId%20eq%207841

We get all this information among other details of the application

<d:lastModifiedDateTime m:type="Edm.DateTimeOffset">2018-02-23T09:59:55Z</d:lastModifiedDateTime>

It retrieves a lot of information filtering by the applicationId that is not being retrieved by filtering by the modification date.

How could we do it?

Thank you in advance

0 REPLIES 0