-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Is there a way to add a URL parameter to the request?
I am querying Properties with the URL below using client.properties:
https://api-prod.corelogic.com/trestle/odata/Property
The Web API allows me to pass a $filter parameter to the request, i.e. I could query for a specific listing with:
https://api-prod.corelogic.com/trestle/odata/Property?$filter=ListingId+eq+'146546'
to query for only the listing with ID 146546.
Is there a way to pass this $filter parameter through client.properties ?
Something like client.properties("ListingId eq '146546'") would work.
Metadata
Metadata
Assignees
Labels
No labels