get https://app1.compliancely.com/api/v1/kyb/indonesia/business/
Get list and details of an information searched
- RID is the unique record id.
- ID is the unique entity/submission id.
- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').
- Status is the current state of an entity.
{
"success_message": "Total 17 record(s) found",
"pagination": {
"total_records": 17,
"count": 17,
"page_size": 15,
"total_pages": 2,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 347,
"name": "bank",
"corporation_type": "COMPANY",
"status": "Completed",
"created_at": "2022-10-04T10:42:24.303007",
"created_by": "compliancely"
},
{
"id": 348,
"name": "bank",
"corporation_type": "COMPANY",
"status": "Completed",
"created_at": "2022-10-04T10:45:21.086966",
"created_by": "compliancely"
},
....
],
"success": true
}
{
"success_message": "Total 50 record(s) found",
"pagination": {
"total_records": 50,
"count": 50,
"page_size": 15,
"total_pages": 4,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 3177,
"entity_name": "PT Karya Pamong Indonesia",
"data": {
"kyb": {}
},
"status": "NA",
"created_at": "2022-11-01T12:47:25.316565",
"created_by": "compliancely",
"match_percentage": 86.0
},
{
"id": 3178,
"entity_name": "PT Bank Perkreditan Rakyat Bank Sukoharjo (perseroda) Disingkat Pt. Bpr Bank Sukoharjo (perseroda)",
"data": {
"kyb": {}
},
"status": "NA",
"created_at": "2022-11-01T12:47:25.342242",
"created_by": "compliancely",
"match_percentage": 86.0
},
....
],
"success": true
}
{
"success_message": "Record found",
"data": {
"id": 3177,
"entity_name": "PT Karya Pamong Indonesia",
"data": {
"kyb": {}
},
"created_by": "compliancely"
},
"success": true
}
{
"success_message": "Total 17 record(s) found",
"pagination": {
"total_records": 17,
"count": 7,
"page_size": 10,
"total_pages": 2,
"current_page": 2,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 347,
"name": "bank",
"corporation_type": "COMPANY",
"status": "Completed",
"created_at": "2022-10-04T10:42:24.303007",
"created_by": "compliancely"
},
{
"id": 348,
"name": "bank",
"corporation_type": "COMPANY",
"status": "Completed",
"created_at": "2022-10-04T10:45:21.086966",
"created_by": "compliancely"
},
....
],
"success": true
}
{
"detail": "Invalid token header. No credentials provided."
}
{
"detail": "Invalid token."
}
{
"detail": "Authentication credentials were not provided."
}
{
"detail": "You don't have access to this feature. Please contact the support"
}