Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // http://localhost:8080/projects
- [
- {
- "city": "New York",
- "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
- },
- "description": "Complete home renovation project.",
- "display": true,
- "furniture": [
- {
- "description": "A comfortable wooden chair.",
- "dimensions": "20x20x30",
- "display": true,
- "id": 1,
- "name": "Wooden Chair",
- "price": 49.99,
- "slug": "wooden-chair"
- },
- {
- "description": "A large wooden desk.",
- "dimensions": "50x50x30",
- "display": true,
- "id": 4,
- "name": "Wooden Desk",
- "price": 149.99,
- "slug": "wooden-desk"
- }
- ],
- "id": 1,
- "projectImage": [
- {
- "Id": 1,
- "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/home-renovation_mixbtk.jpg",
- "Display": true,
- "project_id": 1
- }
- ],
- "projectName": "Home Renovation",
- "slug": "home-renovation"
- },
- {
- "city": "Los Angeles",
- "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
- },
- "description": "Complete office renovation project.",
- "display": true,
- "furniture": [
- {
- "description": "A sturdy metal table.",
- "dimensions": "30x30x30",
- "display": true,
- "id": 2,
- "name": "Metal Table",
- "price": 79.99,
- "slug": "metal-table"
- }
- ],
- "id": 2,
- "projectImage": [
- {
- "Id": 2,
- "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141248/office-renovation_exw8oa.jpg",
- "Display": true,
- "project_id": 2
- }
- ],
- "projectName": "Office Renovation",
- "slug": "office-renovation"
- },
- {
- "city": "Chicago",
- "contractor": {
- "Id": 3,
- "Firstname": "Bob",
- "Lastname": "Johnson",
- "City": "Chicago",
- "State": "IL",
- "Mobile": "1122334455",
- "Slug": "bob-johnson",
- "Pincode": "60007",
- "Verified": true,
- "Active": true,
- "Display": true
- },
- "description": "Complete kitchen remodel project.",
- "display": true,
- "furniture": [
- {
- "description": "A comfortable leather sofa.",
- "dimensions": "60x30x40",
- "display": true,
- "id": 3,
- "name": "Leather Sofa",
- "price": 299.99,
- "slug": "leather-sofa"
- }
- ],
- "id": 3,
- "projectImage": [
- {
- "Id": 3,
- "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/kitchen-remodel_ljblqz.jpg",
- "Display": true,
- "project_id": 3
- }
- ],
- "projectName": "Kitchen Remodel",
- "slug": "kitchen-remodel"
- },
- {
- "city": "Houston",
- "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
- },
- "description": "Complete bathroom update project.",
- "display": true,
- "furniture": [
- {
- "description": "A comfortable wooden chair.",
- "dimensions": "20x20x30",
- "display": true,
- "id": 1,
- "name": "Wooden Chair",
- "price": 49.99,
- "slug": "wooden-chair"
- },
- {
- "description": "A large wooden desk.",
- "dimensions": "50x50x30",
- "display": true,
- "id": 4,
- "name": "Wooden Desk",
- "price": 149.99,
- "slug": "wooden-desk"
- }
- ],
- "id": 4,
- "projectImage": [
- {
- "Id": 4,
- "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/bathroom-update_tnbyur.jpg",
- "Display": true,
- "project_id": 4
- }
- ],
- "projectName": "Bathroom Update",
- "slug": "bathroom-update"
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement