Services relating to cities
Code | Description |
---|---|
401 | Unauthorized |
422 | Unprocessable Entity |
Param name | Description |
---|---|
token required |
The token for user authentication. Validations:
|
user required |
The new user. Validations:
|
user[first_name] required |
The new user's first name. Validations:
|
user[last_name] required |
The new user's last name. Validations:
|
user[email] required |
The new user's email address. Validations:
|
user[password] required |
The new user's password. Validations:
|
Code | Description |
---|---|
401 | Unauthorized |
404 | Not Found |
422 | Unprocessable Entity |
Param name | Description |
---|---|
token required |
The token for user authentication. Validations:
|
user required |
The user. Validations:
|
user[email] required |
The user's email address. Validations:
|
Code | Description |
---|---|
401 | Unauthorized |
422 | Unprocessable Entity |
Param name | Description |
---|---|
token required |
The token for user authentication. Validations:
|
per_page optional |
The number of results per page (max 100). Default: 50 Validations:
|
page optional |
Page number of the results to fetch. Default: 1 Validations:
|
Code | Description |
---|---|
401 | Unauthorized |
422 | Unprocessable Entity |
Param name | Description |
---|---|
token required |
The token for user authentication. Validations:
|
per_page optional |
The number of results per page (max 100). Default: 50 Validations:
|
page optional |
Page number of the results to fetch. Default: 1 Validations:
|
report_type optional |
Specifies the audit report type for the results. Validations:
|
status optional |
Specifies the submission status for the results. Can be one of: “Received”, “Pending”, “Rejected”, “Complies” Validations:
|
created_at optional |
Specifies the minimum date of submissions for the results. Must be an ISO 8601 date (YYYY-MM-DD). Validations:
|