Community field list

List all community fields

Retrieves a list of community fields

Request
query Parameters
q
string <string>

Filter by any property

Example: q=id:1234
Responses
200

List of community fields

403

Access denied to this resource

404

Community not found

500

Internal server error

get/community/{community_id}/field
Request samples
curl -i -X GET \
  'https://api.whosonlocation.com/v1/community/{community_id}/field?q=string'
Response samples
[
  • {
    }
]