Project Details
API Explorer: /projects/{projectId}
To return the details of a project, a projectId is required. The sample code returns the details of the project with projectId of 123456. Use the actual ID value for the project to return the detail of your project.
If you do not know the
projectId of the project, use List Projects to return a list of your projects.Project Details
curl 'https://a.blazemeter.com/api/v4/projects/123456' \
--user 'api_key_id:api_key_secret'
Project Details Response Attributes
See The Project Object for the details on the response attributes.
Response200 OK
{
"api_version": 4,
"error": null,
"result": {
"id": 167798,
"name": "Default project",
"userId": 344260,
"description": null,
"created": 1488987563,
"updated": 1488987563,
"workspaceId": 123429
},
"request_id": "5eea991e547ca"
}