- Start your Apidog journey
- Standalone Mode
- Models
- Create the Model
- Get All the models
- Getting the child models of a parent
- Fetching models based on user role
- Clone model by root model Id
- Generate Model through AI by Uploading Image for specific trained models
- Fetching the model Attributes
- Deleting the attributes
- Fetching a particular model by Id
- Creating the Model Attributes
- Deleting A Model By Id
- Updating a Model by Id
- Creating the model Annotations
- Updating the model annotation
- Deleting the Model annotation
- fetching the model annotations
- Fetching the Model Components
- Saving completion status for models
- Projects
- Fetching the project model components
- Get the recent projects
- Get the completed projects
- Get the shared project
- Fetching the projects
- Creating the project
- Fetching the project by project Id
- Deleting the project by projectId
- Updating the project by Id
- Get project model
- create project model
- Get project Model
- Delete Project Model
- Update the project model
- Skip the project model
- Complete the project
- Upload pdf for project model
- Adding project model attribute
- Get the project model component
- Downloading pdf in project
- Upload image and get url
- Get project settings
- Checklists
- Creating the Checklist
- Get project checklist
- Create project checklist
- Delete project checklist
- Get All checklist by Project Id
- Update project checklist
- Reset project checklist
- Getting the relevant checklists
- Fetching the predefined checklists
- Creating the predefined checklist
- Updating the predefined checklist
- Deleting the predefined checklist
- Creating the checklist by uploading a csv
- Analytics & Reporting
- Task Tracking
- Models
- Edge Mode
- Models
- Create the Model
- Get All the models
- Getting the child models of a parent
- Fetching models based on user role
- Clone model by root model Id
- Generate Model through AI by Uploading Image for specific trained models
- Fetching the model Attributes
- Deleting the attributes
- Fetching a particular model by Id
- Creating the Model Attributes
- Deleting A Model By Id
- Updating a Model by Id
- Creating the model Annotations
- Updating the model annotation
- Deleting the Model annotation
- fetching the model annotations
- Fetching the Model Components
- Saving completion status for models
- Projects
- Fetching the project model components
- Get the recent projects
- Get the completed projects
- Get the shared project
- Fetching the projects
- Creating the project
- Fetching the project by project Id
- Deleting the project by projectId
- Updating the project by Id
- Get project model
- create project model
- Get project Model
- Delete Project Model
- Update the project model
- Skip the project model
- Complete the project
- Upload pdf for project model
- Adding project model attribute
- Get the project model component
- Downloading pdf in project
- Upload image and get url
- Get project settings
- Icon
- Templates
- Checklists
- Creating the Checklist POST
- Get project checklistGET
- Create project checklistPOST
- Delete project checklistDELETE
- Get All checklist by Project IdGET
- Update project checklistPUT
- Reset project checklist POST
- Getting the relevant checklistsGET
- Fetching the predefined checklistsGET
- Creating the predefined checklistPOST
- Updating the predefined checklist PUT
- Deleting the predefined checklistDELETE
- Creating the checklist by uploading a csvPOST
- Annotations
- Analytics & Reporting
- Project Management Tool
- Task Tracking
- Estimations And Analytics
- Models
Get All checklist by Project Id
Developing
GET
/project/{projectChecklistId}/checklist-history
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/project//checklist-history'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
projectChecklistId
stringÂ
required
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2025-06-06 15:04:08