URL Parameters
URL Parameters
URL parameters
Optional parameters for API methods are specified as HTTP query string parameters used to filter the result set. For example, the following returns all projects in country “us” (see Searching and Filtering for complete filtering standards):
GET /projects?country=us