Skip to content

Add filter parameter to query? #2

@billyswifty

Description

@billyswifty

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions