list_issue_types: Query issue types in a given location

Description Usage Arguments Value See Also

View source: R/list_issue_types.R

Description

Returns all issue types in use in the specific location, specified either by coordinates or by name/address.

Usage

1
 list_issue_types(city = NULL, lat = NULL, long = NULL, limit = 100) 

Arguments

city

A written description of the location for which issue types should be returned. If city is specified, lat/long should not be.

lat

Latitude of coordinates, specified instead of city.

long

Longitude of coordinates, specified instead of city.

limit

Number of items to return. Defaults to 100.

Value

title

Category of issue

organization

Organization handling this type of requests in this location

url

URL to this category of issues

potential_duplicate_issues_url

URL to possible duplicates in this category of issues

See Also

list_places


seeclickfixr documentation built on May 1, 2019, 7:32 p.m.