# Routes ## GET /api/flow/count/activities/:activityUuid #### Response ```typescript= { } ``` ## GET /api/flow/count/activities/:activityUuid/areas/:areaUuid #### Response ```typescript= { } ``` ## GET /api/activities/:activityUuid #### Response ```typescript= { address: string, closing: number, latitude: number, longitude: number, name: string, opening: number, uuid: string, areas: Area[] } ``` ## GET /api/activities/:activityUuid/areas/:areaUuid #### Response ```typescript= { } ``` ## PUT /api/activities/:activityUuid/areas/:areaUuid #### Body ```typescript= { name: string } ``` #### Response ```typescript= { } ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up