2018 Mar 08 11:06 AM
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
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |