Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // http://localhost:8080/projects
- [
- {
- "Id": 1,
- "ProjectName": "Home Renovation",
- "Description": "Complete home renovation project.",
- "City": "New York",
- "Slug": "home-renovation",
- "Display": true,
- "Contractor": {
- "Id": 1,
- "Firstname": "John",
- "Lastname": "Doe",
- "City": "New York",
- "State": "NY",
- "Mobile": "1234567890",
- "Slug": "john-doe",
- "Pincode": "10001",
- "Verified": true,
- "Active": true,
- "Display": true
- },
- "ProjectImage": [
- {
- "Id": 1,
- "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/home-renovation_mixbtk.jpg",
- "Display": true,
- "project_id": 1
- }
- ]
- },
- {
- "Id": 2,
- "ProjectName": "Office Renovation",
- "Description": "Complete office renovation project.",
- "City": "Los Angeles",
- "Slug": "office-renovation",
- "Display": true,
- "Contractor": {
- "Id": 2,
- "Firstname": "Jane",
- "Lastname": "Smith",
- "City": "Los Angeles",
- "State": "CA",
- "Mobile": "0987654321",
- "Slug": "jane-smith",
- "Pincode": "90001",
- "Verified": true,
- "Active": true,
- "Display": true
- },
- "ProjectImage": [
- {
- "Id": 2,
- "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141248/office-renovation_exw8oa.jpg",
- "Display": true,
- "project_id": 2
- }
- ]
- },
- {
- "Id": 3,
- "ProjectName": "Kitchen Remodel",
- "Description": "Complete kitchen remodel project.",
- "City": "Chicago",
- "Slug": "kitchen-remodel",
- "Display": true,
- "Contractor": {
- "Id": 3,
- "Firstname": "Bob",
- "Lastname": "Johnson",
- "City": "Chicago",
- "State": "IL",
- "Mobile": "1122334455",
- "Slug": "bob-johnson",
- "Pincode": "60007",
- "Verified": true,
- "Active": true,
- "Display": true
- },
- "ProjectImage": [
- {
- "Id": 3,
- "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/kitchen-remodel_ljblqz.jpg",
- "Display": true,
- "project_id": 3
- }
- ]
- },
- {
- "Id": 4,
- "ProjectName": "Bathroom Update",
- "Description": "Complete bathroom update project.",
- "City": "Houston",
- "Slug": "bathroom-update",
- "Display": true,
- "Contractor": {
- "Id": 1,
- "Firstname": "John",
- "Lastname": "Doe",
- "City": "New York",
- "State": "NY",
- "Mobile": "1234567890",
- "Slug": "john-doe",
- "Pincode": "10001",
- "Verified": true,
- "Active": true,
- "Display": true
- },
- "ProjectImage": [
- {
- "Id": 4,
- "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/bathroom-update_tnbyur.jpg",
- "Display": true,
- "project_id": 4
- }
- ]
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement