Get Project Session Detail
This service returns project session detail for the specified id parameter.
Get Project Session Detail
GET
{{server-url}}/project-sessions/:id
It returns the project session object.
Query Parameters
Name | Type | Description |
---|---|---|
id* | Number | Represents project session's identifier |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | UUID formatted access token |
Content-Type* | String | application/json |
PROJECT-ID* | String | UUID formatted projectId information |
Example Response Body
Response Fields
Key | Type | Description |
---|---|---|
id | Number | Project session's identifier |
address | String | Represents user's wallet address that project session created for. |
sessionId | String | Represents UUID formatted identifier. |
status | Number | Represents project session's status |
projectId | Object | Represents UUID formatted project identifier. |
Last updated