Last Updated on : 2023-06-15 06:08:18
Get the details of a specified project based on the unique project ID.
GET: /v1.0/osaas/projects/{project_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
projectId | String | uri | false | The unique ID of a specified project. |
Parameter name | Type | Description |
---|---|---|
projectId | String | The ID of a specified project. |
projectName | String | The name of a specified project. |
locationId | String | The unique ID of a specified location. |
address | String | The detailed address. |
timeZoneId | String | The ID of the specified time zone. |
authorizationStatus | String | The authorization status. Valid values:
|
gmtCreate | long | The 13-bit timestamp of the creation time. |
gmtModified | long | The 13-bit timestamp of the modification time. |
GET: {url}/v1.0/osaas/projects/116082396505312*******
{
"success": true,
"result": {
"project_id": "116082396505314******",
"project_name": "** Project"
"location_id": "1002",
"address": "** City, ** Province",
"time_zone_id": "Asia/Shanghai",
"authorization_status": "AUTHORIZED",
"gmt_create": 1559707046000,
"gmt_modified": 1559707046000
},
"t": 1566053034624
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback