Refuge Restrooms (Independent Publisher) (Preview)
Refuge Restrooms is a web application that seeks to provide safe restroom access for transgender, intersex, and gender nonconforming individuals. Users can search for restrooms by proximity to a search location, add new restroom listings, as well as comment and rate existing listings.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://www.refugerestrooms.org/ |
Privacy policy | https://www.refugerestrooms.org/ |
Categories | Lifestyle and Entertainment |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get restrooms |
Get all restroom records ordered by date descending. |
Get restrooms by date |
Search for restroom records updated or created on or after a given date. |
Get restrooms by location |
Search by location. |
Search restrooms |
Perform full-text search of restroom records. |
Get restrooms
Get all restroom records ordered by date descending.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Page
|
page | integer |
Page offset to fetch. |
|
Per Page
|
per_page | integer |
Number of results to return per page. |
|
Offset
|
offset | integer |
Pad a number of results. |
|
ADA
|
ada | boolean |
Only return restrooms that are ADA accessible. |
|
Unisex
|
unisex | boolean |
Only return restrooms that are unisex. |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
ID
|
id | integer |
The identifier. |
Name
|
name | string |
The name. |
Street
|
street | string |
The street. |
City
|
city | string |
The city. |
State
|
state | string |
The state. |
Accessible
|
accessible | boolean |
Whether accessible. |
Unisex
|
unisex | boolean |
Whether unisex. |
Directions
|
directions | string |
The directions. |
Comment
|
comment | string |
The comment. |
Latitude
|
latitude | float |
The latitude. |
Longitude
|
longitude | float |
The longitude. |
Created At
|
created_at | string |
When created at. |
Updated At
|
updated_at | string |
When updated at. |
Downvote
|
downvote | integer |
The number of downvotes. |
Upvote
|
upvote | integer |
The number of upvotes. |
Country
|
country | string |
The country. |
Changing Table
|
changing_table | boolean |
Whether there is a changing table. |
Edit ID
|
edit_id | integer |
The edit identifier. |
Approved
|
approved | boolean |
Whether approved. |
Get restrooms by date
Search for restroom records updated or created on or after a given date.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Page
|
page | integer |
Page offset to fetch. |
|
Per Page
|
per_page | integer |
Number of results to return per page. |
|
Offset
|
offset | integer |
Pad a number of results. |
|
ADA
|
ada | boolean |
Only return restrooms that are ADA accessible. |
|
Unisex
|
unisex | boolean |
Only return restrooms that are unisex. |
|
Updated
|
updated | boolean |
Return restroom records updated (rather than created) since given date |
|
Day
|
day | True | integer |
Day |
Month
|
month | True | integer |
Month |
Year
|
year | True | integer |
Year |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
ID
|
id | integer |
The identifier. |
Name
|
name | string |
The name. |
Street
|
street | string |
The street. |
City
|
city | string |
The city. |
State
|
state | string |
The state. |
Accessible
|
accessible | boolean |
Whether accessible. |
Unisex
|
unisex | boolean |
Whether unisex. |
Directions
|
directions | string |
The directions. |
Comment
|
comment | string |
The comment. |
Latitude
|
latitude | float |
The latitude. |
Longitude
|
longitude | float |
The longitude. |
Created At
|
created_at | string |
When created at. |
Updated At
|
updated_at | string |
When updated at. |
Downvote
|
downvote | integer |
The number of downvotes. |
Upvote
|
upvote | integer |
The number of upvotes. |
Country
|
country | string |
The country. |
Changing Table
|
changing_table | boolean |
Whether there is a changing table. |
Edit ID
|
edit_id | integer |
The edit identifier. |
Approved
|
approved | boolean |
Whether approved. |
Get restrooms by location
Search by location.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Page
|
page | integer |
Page offset to fetch. |
|
Per Page
|
per_page | integer |
Number of results to return per page. |
|
Offset
|
offset | integer |
Pad a number of results. |
|
ADA
|
ada | boolean |
Only return restrooms that are ADA accessible. |
|
Unisex
|
unisex | boolean |
Only return restrooms that are unisex. |
|
Lat
|
lat | True | float |
latitude |
Lng
|
lng | True | float |
longitude |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
ID
|
id | integer |
The identifier. |
Name
|
name | string |
The name. |
Street
|
street | string |
The street. |
City
|
city | string |
The city. |
State
|
state | string |
The state. |
Accessible
|
accessible | boolean |
Whether accessible. |
Unisex
|
unisex | boolean |
Whether unisex. |
Directions
|
directions | string |
The directions. |
Comment
|
comment | string |
The comment. |
Latitude
|
latitude | float |
The latitude. |
Longitude
|
longitude | float |
The longitude. |
Created At
|
created_at | string |
When created at. |
Updated At
|
updated_at | string |
When updated at. |
Downvote
|
downvote | integer |
The number of downvotes. |
Upvote
|
upvote | integer |
The number of upvotes. |
Country
|
country | string |
The country. |
Changing Table
|
changing_table | boolean |
Whether there is a changing table. |
Edit ID
|
edit_id | integer |
The edit identifier. |
Approved
|
approved | boolean |
Whether approved. |
Distance
|
distance | float |
The distance. |
Bearing
|
bearing | string |
The bearing. |
Search restrooms
Perform full-text search of restroom records.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Page
|
page | integer |
Page offset to fetch. |
|
Per Page
|
per_page | integer |
Number of results to return per page. |
|
Offset
|
offset | integer |
Pad a number of results. |
|
ADA
|
ada | boolean |
Only return restrooms that are ADA accessible. |
|
Unisex
|
unisex | boolean |
Only return restrooms that are unisex. |
|
Query
|
query | True | string |
Your search query. |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
ID
|
id | integer |
The identifier. |
Name
|
name | string |
The name. |
Street
|
street | string |
The street. |
City
|
city | string |
The city. |
State
|
state | string |
The state. |
Accessible
|
accessible | boolean |
Whether accessible. |
Unisex
|
unisex | boolean |
Whether unisex. |
Directions
|
directions | string |
The directions. |
Comment
|
comment | string |
The comment. |
Latitude
|
latitude | float |
The latitude. |
Longitude
|
longitude | float |
The longitude. |
Created At
|
created_at | string |
When created at. |
Updated At
|
updated_at | string |
When updated at. |
Downvote
|
downvote | integer |
The number of downvotes. |
Upvote
|
upvote | integer |
The number of upvotes. |
Country
|
country | string |
The country. |
Changing Table
|
changing_table | boolean |
Whether there is a changing table. |
Edit ID
|
edit_id | integer |
The edit identifier. |
Approved
|
approved | boolean |
Whether approved. |