Get Project Detail
This service returns project detail for the specified id parameter.
Get Project Detail
GET
{{server-url}}/clients/:id
It returns project object
Path Parameters
Name | Type | Description |
---|---|---|
id | Number | Represents project's identifier |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | UUID formatted access token |
Example Response Body
Response Fields
Key | Type | Description |
---|---|---|
id | Number | Represents project's identifier |
name | String | Represents project's name |
projectId | String | Represents UUID formatted project's identifier |
contractList | Array | Represents deployed contracts for the project |
network | Object | Represents network identifier. |
Last updated