Folder › Get All folder details By Project ID
Folder
Get All folder details By Project ID Get All folder details By Project ID
Get All folder details By Project ID curl -- request GET \
-- url "https://test-manager-api.lambdatest.com/api/v1/folder/entity/{entity_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"data" : [
{
"name" : "Test Folder" ,
"description" : "Folder for testing purpose" ,
"id" : "01J3Q0DBFF2M74H527NZZAPR9B" ,
"parent_id" : null ,
"entity_id" : "01J3PWJPQPGHBNPHBXX4DSME1H" ,
"entity_type" : "project" ,
"created_by" : 2048070 ,
"updated_by" : 2048070 ,
"created_at" : "2024-07-26T07:52:14Z" ,
"updated_at" : "2024-07-26T07:52:14Z"
}
]
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters entity_id string required
entity_id is the project_id
Response 200▼
application/json OK
data object[]
▶ Hide child attributesdata. name string
Example: "Test Folder"
data. description string
Example: "Folder for testing purpose"
data. id string
Example: "01J3Q0DBFF2M74H527NZZAPR9B"
data. entity_id string
Example: "01J3PWJPQPGHBNPHBXX4DSME1H"
data. entity_type string
Example: "project"
data. created_by number
Example: 2048070
data. updated_by number
Example: 2048070
data. created_at string
Example: "2024-07-26T07:52:14Z"
data. updated_at string
Example: "2024-07-26T07:52:14Z"
Get All folder details By Project ID curl -- request GET \
-- url "https://test-manager-api.lambdatest.com/api/v1/folder/entity/{entity_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"data" : [
{
"name" : "Test Folder" ,
"description" : "Folder for testing purpose" ,
"id" : "01J3Q0DBFF2M74H527NZZAPR9B" ,
"parent_id" : null ,
"entity_id" : "01J3PWJPQPGHBNPHBXX4DSME1H" ,
"entity_type" : "project" ,
"created_by" : 2048070 ,
"updated_by" : 2048070 ,
"created_at" : "2024-07-26T07:52:14Z" ,
"updated_at" : "2024-07-26T07:52:14Z"
}
]
}