Project Details
Now that you have an API key, you can use it to retrieve details about your project.
Get Project Details
Use the following endpoint to fetch project details:
GET https://api.meetandrock.com/v1/dev/project \ -H "Authorization: Bearer YOUR_API_KEY"
Actions You Can Perform
Once you retrieve the project details, you can perform the following actions within the project:
- Manage Tasks: Create, update, assign, and delete tasks to keep your workflow organized.
- Track Milestones: Set and track milestones to monitor progress toward your goals.
- Manage Events: Schedule and update events, and integrate reminders to stay on track.
- Team Collaboration: Add, remove, and manage team members, and assign roles within the project.
- Generate Reports: Access detailed reports based on project activities, such as task completion and team performance.
- Custom Dashboards: Create custom dashboards to display metrics relevant to your project.
Managing Multiple Projects
If you want to manage another project, you need to generate a new API key specifically for that project. Follow the steps from the Get Started section to create a new key.
Example Request
curl -X GET "https://api.meetandrock.com/v1/dev/project" \ -H "Authorization: Bearer YOUR_API_KEY"
Ready to dive deeper? Explore our API documentation for more detailed guides and advanced features.