Skip to main content

Get List Of IntelliAppZ Customer

Overview

Retrieves list of IntelliAppZ Customers. This endpoint returns a list of IntelliAppZ customers associated with the currently authenticated partner.

Endpoint Details

URL:

/api/integration/partner/appzcustomer/all

Method :

GET

Request

{'Content-Type': 'application/json; charset=utf-8'}

Response:

HTTP Status Codes

  • Success Response
StatusDescription
200The list of IntelliAppZ customers are retrieved successfully.
  • Error Responses
StatusDescription
400Bad Request – The partner ID or user ID is invalid.
401Unauthorized – Authentication is required to access this resource.
403Forbidden – The user lacks IntelliAppZ access or is not authenticated as a partner.
404Not Found – No partner record is associated with the authenticated user.
500Internal Server Error – An unexpected error occurred during request processing.

Response Body

For URL

  https://accounts.onintellibuddies.com/api/integration/partner/appzcustomer/all
{
"partner": {
"partnerId": 1,
"firstName": "Implementation Partner",
"lastName": "ibqa",
"emailAddress": "ibqapartner@gmail.com",
"phone": "+918465092946",
"jobTitle": "IntelliAppZ Implementation",
"companyName": "VIT",
"country": "India",
"city": "Bengaluru",
"industry": "Software & IT Services",
"businessRegion": "Western America;#India",
"partnerType": "Implementation Partner",
"status": "Active",
"number": "IBPR20250124000001",
"state": null,
"postalCode": null,
"address": null,
"created": "2025-01-24T13:02:53.665853",
"modified": "2025-01-24T13:13:22.204731",
"createdBy": "Customer ibqa",
"modifiedBy": "Sales Manager ibqa"
},
"customers": [
{
"id": 34,
"name": "VIT",
"address": "Bhopal",
"email": "n@s.com",
"telephone": "878773899898",
"business": "IB",
"url": "http://ib.com",
"comments": "Test",
"state": "Madhya Pradesh",
"country": "India",
"city": "Seoni",
"postalCode": "898989",
"created": "2025-04-18T06:36:00.325024",
"modified": "2025-04-18T06:36:00.325024",
"createdBy": "Implementation Partner ibqa",
"modifiedBy": "Implementation Partner ibqa"
},
{
"id": 13,
"name": "IB Customer",
"address": "Residency Road, Bangalore",
"email": "partner35qa@gmail.com",
"telephone": "9347867086",
"business": "IB Customer1",
"url": "",
"comments": "",
"state": null,
"country": null,
"city": null,
"postalCode": null,
"created": "2025-02-28T05:42:12.447511",
"modified": "2025-02-28T05:42:12.447511",
"createdBy": "Implementation Partner ibqa",
"modifiedBy": "Implementation Partner ibqa"
},
{
"id": 2,
"name": "ibqacustomer",
"address": "RR road, Bengaluru",
"email": "ibqacustomer@gmail.com",
"telephone": "9845012345",
"business": "IntelliBuddiesQA",
"url": "",
"comments": "",
"state": null,
"country": null,
"city": null,
"postalCode": null,
"created": "2025-02-02T17:46:58.101311",
"modified": "2025-02-02T17:46:58.101311",
"createdBy": "Implementation Partner ibqa",
"modifiedBy": "Implementation Partner ibqa"
},
{
"id": 1,
"name": "IAZCustomer",
"address": "Residency Road, Bangalore",
"email": "testcustomer1b@gmail.com",
"telephone": "8365092946",
"business": "VIT IB",
"url": "",
"comments": "",
"state": null,
"country": null,
"city": null,
"postalCode": null,
"created": "2025-01-31T12:26:44.487833",
"modified": "2025-01-31T12:26:44.487833",
"createdBy": "Implementation Partner ibqa",
"modifiedBy": "Implementation Partner ibqa"
}
]
}