Skip to main content

Missing summary

show basic info of cityhall, like project detail response

Responses
200

ok

Schema OPTIONAL
code number OPTIONAL
msg string OPTIONAL
data object OPTIONAL
project object OPTIONAL
id string OPTIONAL

uniq id for project

logo string OPTIONAL

logo of the project, can be base64 image or image url

name string OPTIONAL

name of the project

status string OPTIONAL

Possible values: [open, pending_close, closed]

status of the project

sponsors string[] OPTIONAL

project holder, may be one or more user address

members string[] OPTIONAL

project member, the value is member ID

proposals string[] OPTIONAL

proposal IDs

budgets object[] OPTIONAL
id number OPTIONAL

budget record ID

project_id string OPTIONAL

project ID this budget record is attached on

name string OPTIONAL

token name for this budget

total_amount string OPTIONAL

total amount of the budget

remain_amount string OPTIONAL

remain amount of the budget

created_at string OPTIONAL

budget record created at time

updated_at string OPTIONAL

budget record last update time