# BIM API ## Module Name ### `GET api/v1/Project/GetProjectList` - get a list projects of company **Request** | Parameter | Description | Schema | | ------------ | ----------- | ------ | | companyId | | number | **Response** | Parameter | Description | Schema | | ------------ | ----------- | ------ | | projectId | | number | | projectName | | string | | projectLogoUrl | | string | | projectUpdatedTime | | date | #### Example Response ```json { "data": [ { "projectId": 1, "projectName": "Project1", "projectLogoUrl": "pageketName001", "projectUpdatedTime": "company_1", }, { "projectId": 2, "projectName": "Project2", "projectLogoUrl": "pageketName002", "projectUpdatedTime": "company_1", } ] "status": 0, "message": "string" }
×
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