Get projects
Retrieve a list of projects.
post/v1/get-projects
Query parameters
api_keystring required
API key for authentication
Request body
Example request
{
"project_name": "Demo"
}Response
Successful response
Example response
{
"status": "Success",
"result": [
{
"id": 12,
"name": "Project A",
"is_active": "Yes"
},
{
"id": 13,
"name": "Demo",
"is_active": "Yes"
},
{
"id": 14,
"name": "Project B",
"is_active": "No"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.