Skip to main content

Get List Of IntelliAppZ

Overview

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

Endpoint Details

URL:

/api/integration/partner/appz/all

Method :

GET

Request

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

Response:

HTTP Status Codes

  • Success Response
StatusDescription
200The list of the IntelliAppZ 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/appz/all
{
"partner": {
"partnerId": 1,
"firstName": "Hank",
"lastName": "Pym",
"emailAddress": "partner@local.com",
"phone": "+12129704133",
"jobTitle": "CEO",
"companyName": "Pym Technologies",
"country": "United States",
"city": "California",
"industry": "Pharma",
"businessRegion": "North America;#South America;#Western America;#Eastern America",
"partnerType": "Implementation Partner",
"status": "Active",
"number": "IBPR20241217000001",
"state": null,
"postalCode": null,
"address": null,
"created": "2024-12-17T02:13:18.868908",
"modified": "2024-12-17T02:14:29.522617",
"createdBy": "Administrator ",
"modifiedBy": "Sales manager"
},
"intelliAppZ": [
{
"intelliAppzId": 8,
"name": "Sample",
"id": "4B7CA9E3-C87E-4B49-ABD7-52AF75AF1AF5",
"version": "1.0.1",
"unitType": "page",
"description": "for testing",
"reviewerComment": "",
"status": "New",
"isHavingSubscription": false,
"creditMappings": [],
"created": "2025-04-22T06:00:02.686296",
"modified": "2025-04-22T06:00:02.686296",
"createdBy": "Hank Pym",
"modifiedBy": "Hank Pym"
},
{
"intelliAppzId": 7,
"name": "Sample",
"id": "4B7CA9E3-C87E-4B49-ABD7-52AF75AF1AF5",
"version": "1.0.1",
"unitType": "execution",
"description": "for testing",
"reviewerComment": "",
"status": "New",
"isHavingSubscription": false,
"creditMappings": [],
"created": "2025-04-22T05:59:47.699563",
"modified": "2025-04-22T05:59:47.699563",
"createdBy": "Hank Pym",
"modifiedBy": "Hank Pym"
},
{
"intelliAppzId": 6,
"name": "Custom OpenAI App",
"id": "7B526AFB-54B1-4288-99F2-931E91EF463D",
"version": "1.0.0",
"unitType": "execution",
"description": "for testing",
"reviewerComment": "for testing",
"status": "Published",
"isHavingSubscription": true,
"creditMappings": [
{
"id": 3,
"serviceId": 102,
"registeredAppzId": 6,
"count": 4,
"appId": 126,
"name": "Custom OpenAI Chat Service",
"created": "2025-04-04T06:33:29.840942",
"modified": "2025-04-04T06:33:29.840942",
"createdBy": "Hank Pym",
"modifiedBy": "Hank Pym"
}
],
"created": "2025-04-04T06:33:29.707422",
"modified": "2025-04-04T07:25:49.335573",
"createdBy": "Hank Pym",
"modifiedBy": "RM User"
}
]
}