curl https://api.planiso.com/v1/subcontractor \
-X GET \
-H "Authorization: Bearer {API_KEY}" \
Réponse
{
"code": 200,
"message": "",
"data": [
{
"no": "1",
"aff_number": "ST-001",
"custom_no": "subcontractor-001",
"active": true,
"date_added": "2024-11-26 10:00:00",
"organization": {
"aff_number": "PART-001",
"no": "1",
"name": "Tech Solutions Inc.",
"adress": "123 Tech Street",
"city": "Montreal",
"province": "QC",
"country": "Canada",
"phone": "514-555-1000",
"toll_free": "800-555-1001",
"phone_extension": "101",
"fax": "514-555-2000",
"postal_code": "H3Z 2Y7",
"email": "contact@techsolutions.com",
"website": "https:\/\/techsolutions.com",
"active": true
}
},
{
"no": "2",
"aff_number": "ST-002",
"custom_no": "subcontractor-002",
"active": true,
"date_added": "2024-11-26 10:10:00",
"organization": {
"aff_number": "PART-002",
"no": "2",
"name": "Creative Designs Ltd.",
"adress": "456 Art Avenue",
"city": "Quebec City",
"province": "QC",
"country": "Canada",
"phone": "418-555-2000",
"toll_free": "800-555-2001",
"phone_extension": "102",
"fax": "418-555-3000",
"postal_code": "G1R 3V8",
"email": "info@creativedesigns.ca",
"website": "https:\/\/creativedesigns.ca",
"active": true
}
},
{
"no": "3",
"aff_number": "ST-003",
"custom_no": "subcontractor-003",
"active": false,
"date_added": "2024-11-26 10:15:00",
"organization": {
"aff_number": "PART-003",
"no": "3",
"name": "Advanced Consulting Group",
"adress": "789 Business Rd",
"city": "Toronto",
"province": "ON",
"country": "Canada",
"phone": "416-555-3000",
"toll_free": "800-555-3001",
"phone_extension": "103",
"fax": "416-555-4000",
"postal_code": "M5V 2N8",
"email": "contact@advconsulting.com",
"website": "https:\/\/advconsulting.com",
"active": false
}
},
{
"no": "4",
"aff_number": "ST-004",
"custom_no": "subcontractor-004",
"active": true,
"date_added": "2024-11-26 10:20:00",
"organization": {
"aff_number": "PART-004",
"no": "4",
"name": "Global Marketing Partners",
"adress": "123 Global Parkway",
"city": "Vancouver",
"province": "BC",
"country": "Canada",
"phone": "604-555-4000",
"toll_free": "800-555-4001",
"phone_extension": "104",
"fax": "604-555-5000",
"postal_code": "V6B 5L5",
"email": "info@globalmarketing.com",
"website": "https:\/\/globalmarketing.com",
"active": true
}
}
]
}