I am looking for REST API option in UrabanCode Deploy to get all deployment process within a particular time-frame. Let's say
- All deployment process request id submitted within 24 hours.
- All Deploy process request submitted in Last 7 Days etc.
I have checked the possibility in applicationProcessRequest
Rest API with filterValue
option as suggested in this question but no luck. Its displaying all process request.
http://localhost:8443/rest/deploy/applicationProcessRequest/table?filterValue_submittedTime=1473282726868
I am looking filter option to limit the result based on date field.
Does anyone know UrbanCode REST API
that return all applicationProcessRequest
id's within a time-frame?
I will really appreciate your help. Thanks.