API Autogate KEK
  1. Company Employee
API Autogate KEK
  • API
    • V1
      • Company
        • Create Company
        • Update Company
        • Delete Company
        • Detail Company
        • Paginate Company
        • Dropdown List Company
      • Roles
        • Get Roles With Pagination
        • Detail Role
        • Create Role
        • Update Role
        • Delete Role
        • Get Detail Role Permissions
        • Dropdown List Role
        • Dropdown List Role Level
      • Permissions
        • Get Grouped Permissions With Pagination
      • User
        • User Operational Tenant
          • Detail User (Operatioanl) Tenant
          • Update User (Operational) Tenant
          • Create User (Operational) Tenant
          • Get List User
          • Delete User (Operational) Tenant
        • Operational
          • As Super Admin
            • Bulk Create User Operational as Super Admin
            • Update User Operational as Super Admin
          • As Admin
            • Bulk Create User Operational as Admin
            • Update User Operational as Admin
          • Detail User Operational
        • Admin
          • Bulk Create User Admin
          • Update User Admin
          • Detail User Admin
        • Get List User
        • Get Admin Dropdown List
        • Delete User
      • Auth
        • Login
        • [Mobile] Login User Operational
        • Send Url Forgot Password
        • Validate Url From Forgot Password
        • Change password
        • Validate Token and Verify Email
        • Send Url Email Verification
      • Product
        • Create Product
        • Paginate Products
        • Update Product
        • Delete Product
        • Detail Product
      • FAQs
        • Get Detail Group FAQs
        • Create FAQs
        • Get Grouped FAQs
        • Update FAQs
        • Delete FAQs
        • Detail FAQs
      • FAQs Public
        • Get List FAQ
      • Company Employee
        • Create Company Employee
          POST
        • Get Company Employee With Pagination
          GET
        • Update Company Employee
          PUT
        • Delete Company Employee
          DELETE
        • Detail Company Employee
          GET
      • Lokasi Tujuan
        • Create Lokasi Tujuan
        • Update Lokasi Tujuan
        • Delete Lokasi Tujuan
        • Detail Lokasi Tujuan
        • List Lokasi Tujuan
        • List Lokasi
        • Get Dropdown Lokasi Tujuan Pelabuhan BMS
      • Jenis Lokasi
        • Get All Area
        • Get detail area
      • Contact
        • Get List of Contact
        • Detail Contact
        • Update Contact
      • Common
        • File Upload
          • Upload PDF
          • Upload File
          • Upload PDF or Image
        • Photo Upload
          • Upload Photo
        • Stream File
        • Get File Url
      • Ticket
        • Tenant
          • Without Pabeanan
            • Download Ticket
            • Create Ticket Tenant Without Pabeanan
            • Get Detail Ticket Tenant Without Pabeanan
            • Cancel Ticket Tenant Without Pabeanan
            • Update Ticket Tenant Without Pabeanan
          • With Pabeanan
            • Download Ticket
            • Create Ticket Tenant With Pabeanan
            • Get Detail Ticket Tenant Without Pabeanan
            • Cancel Ticket Tenant Without Pabeanan
            • Update Ticket Tenant With Pabeanan
          • Sarana Niaga
            • Download Detail Ticket
            • Create Ticket Sarana Niaga
            • Get Detail Ticket Sarana Niaga
            • Update Ticket Sarana Niaga
            • Reject Ticket Sarana Niaga
        • Guest
          • Create Guest Ticket
          • Update Guest Ticket
          • Detail Guest Ticket
          • Download Guest Ticket PDF
          • Get Guest Ticket By Access Number
          • Cancel Guest Ticket
          • Approve Guest Ticket
          • Reject Guest Ticket
        • Get Ticket With Pagination
        • Get Ticket By Access Number
      • External
        • Oauth
          • Get Access Token
        • Ticket Tenant
          • Create Tenant/Company Ticket
      • Video Wall
        • Latest Activity
      • Management Gate
        • Lane
          • Update Interven Status
        • Create Gate
        • Update Gate
        • Delete Gate
        • Get Grouped Gates
        • Get Gates By Area
        • Get Detail Gate
        • Get List All Gates
        • Get Lane By Gate
        • Get Detail lane
      • Gate Activities
        • Get With Pagination
        • Gate Check-in (Hardware)
      • Gate In/Out
        • Buffer Zone
          • Get pagination bufferzone
          • Get bufferzone detail by gate activity id
          • Buffer Zone Checkup
      • CEISA
        • Find Ceisa By Id Header
        • Get Pagination
        • Find Ceisa By Id Header And Company
      • PTOSM
        • Find By SPMK Number
      • Dashboard
        • Data Lalu Lintas Kendaraan
        • Data Rata-Rata Waktu Ritase
        • Jumlah Kendaraan Berdasarkan Jenis Lampu & Kendaraan
        • Jumlah Kendaraan Berdasarkan Jenis Dokumen
      • Log Activity
        • Get Log Activity
        • Get Log Activity Detail
      • Report
        • Report Bongkar Muat Bufferzone
          • CSV Report Bongkar Muat di Bufferzone
          • Report Bongkar Muat di Bufferzone
          • Detail Report Bongkar Muat Bufferzone
          • Download pdf Report Bongkar Muat Bufferzone
        • Report Tenant
          • Report Tenant Detail
          • PDF List Report Tenant
          • Download pdf Report Tenant Detail
          • CSV Report Tenant
          • Report Tenant
        • Report Bongkar Muat Main
          • Report Bongkar Muat (Main Gate)
          • CSV Report Bongkar Muat (Main Gate)
          • Detail Report Bongkar Muat (Main Gate)
          • Download pdf Report Bongkar Muat (Main Gate)
        • Report Niaga
          • Report Niaga
          • CSV Report Niaga
          • Detail Report Niaga
          • Download pdf Report Niaga
      • Profile
        • Get profile
        • Update profile
        • Update Email
        • Request URL Change Password
        • Change Password
        • Validate Token From URL
      • Load Unload
        • [Mobile] Validate Scan QR
        • [Mobile] Accept Bongkar Muat
        • [Mobile] Reject Bongkar Muat
        • [Mobile] Allowed Out Bongkar Muat
        • [Mobile] Data Status Bongkar Muat
        • [Mobile] Get List Bongkar Muat
        • [Mobile] Get Detail Scan Ceisa Documents
        • [Mobile] Get Detail Scan Ticket Documents
        • [Mobile] Get Detail Scan Spmk Documents
      • Notification
        • List Notification
        • 3 Latest Notification
        • Mark As Read
        • Mark read all
      • TPS Online
        • List TPS Online
        • Detail TPS Online
      • Get detail data verifikasi gate in
        GET
  1. Company Employee

Get Company Employee With Pagination

Developing
GET
/v1/company-employees
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/company-employees?per_page=10&page=1&sort=latest&order&search=&company_id&is_permanent=true'
Response Response Example
{
    "data": {
        "meta": {
            "page": 1,
            "total": 4,
            "per_page": 10,
            "total_page": 1
        },
        "items": [
            {
                "id": "91dfc598-f057-4377-985a-1119d00f7084",
                "name": "John Doe",
                "nip": "NIP12345678",
                "email": "john.doe@example.com",
                "company": {
                    "id": "ddf062a1-f68c-4db0-bcb1-d21aeb4b9f24",
                    "email": null,
                    "npwp": "123e4567-e89b-12d3-a456-426614174000",
                    "name": "PT Example Company",
                    "business_field": "Technology",
                    "operation_status": "operation",
                    "type": "tenant",
                    "status_pu": "registered",
                    "no_pu": "non_construction",
                    "pic_name": "John Doe",
                    "pic_phone": "6281234567890",
                    "address": null,
                    "created_at": "2025-04-22T03:55:09.710Z",
                    "updated_at": "2025-04-22T03:55:09.710Z"
                },
                "activity": "Project Management",
                "status": "active",
                "gatepass_number": "GP-20230401-001",
                "valid_start_at": "2025-01-01",
                "valid_end_at": null,
                "is_permanent": true,
                "letter_of_assignment_path": "https://example.com/letters/assignment-001.pdf",
                "letter_of_assignment_url": "https://minio.dot.co.id/bms-autogate-kek-gresik-dev/https%3A//example.com/letters/assignment-001.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=PYysyv1GrF5SekbWoqjh%2F20250430%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250430T094517Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=b6baab1730ca1e71d974da46d5829f728773e6c01000c2916958163110afca18",
                "integrity_pact_letter_path": "https://example.com/letters/integrity-001.pdf",
                "integrity_pact_letter_url": "https://minio.dot.co.id/bms-autogate-kek-gresik-dev/https%3A//example.com/letters/integrity-001.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=PYysyv1GrF5SekbWoqjh%2F20250430%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250430T094517Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d99b131f17553c1ae2aae5d30c90352fbfe9f6fc96b21b3c9e5da7f38ca9ffe3",
                "created_at": "2025-04-22T03:55:09.822Z",
                "updated_at": "2025-04-22T03:55:09.822Z"
            },
            {
                "id": "98d33270-72fa-4fd1-897c-9a9bff920186",
                "name": "Robert Johnson",
                "nip": "NIP11223344",
                "email": "robert.johnson@example.com",
                "company": {
                    "id": "ddf062a1-f68c-4db0-bcb1-d21aeb4b9f24",
                    "email": null,
                    "npwp": "123e4567-e89b-12d3-a456-426614174000",
                    "name": "PT Example Company",
                    "business_field": "Technology",
                    "operation_status": "operation",
                    "type": "tenant",
                    "status_pu": "registered",
                    "no_pu": "non_construction",
                    "pic_name": "John Doe",
                    "pic_phone": "6281234567890",
                    "address": null,
                    "created_at": "2025-04-22T03:55:09.710Z",
                    "updated_at": "2025-04-22T03:55:09.710Z"
                },
                "activity": "Quality Assurance",
                "status": "active",
                "gatepass_number": "GP-20230401-003",
                "valid_start_at": "2025-02-01",
                "valid_end_at": null,
                "is_permanent": true,
                "letter_of_assignment_path": "https://example.com/letters/assignment-003.pdf",
                "letter_of_assignment_url": "https://minio.dot.co.id/bms-autogate-kek-gresik-dev/https%3A//example.com/letters/assignment-003.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=PYysyv1GrF5SekbWoqjh%2F20250430%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250430T094517Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=8564ecf9b535144746c00a21523f03cc0308465a79848af7e1e8eff599c02c99",
                "integrity_pact_letter_path": "https://example.com/letters/integrity-003.pdf",
                "integrity_pact_letter_url": "https://minio.dot.co.id/bms-autogate-kek-gresik-dev/https%3A//example.com/letters/integrity-003.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=PYysyv1GrF5SekbWoqjh%2F20250430%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250430T094517Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=2dd9ef5d94ecd5096a52b1e7d76ca0dc0bdf295425d30467650da6d087e2afad",
                "created_at": "2025-04-22T03:55:09.822Z",
                "updated_at": "2025-04-22T03:55:09.822Z"
            },
            {
                "id": "9f27e1dc-8295-46cd-950d-d22a8b41b2f9",
                "name": "Jane Smith",
                "nip": "NIP87654321",
                "email": "jane.smith@example.com",
                "company": {
                    "id": "077fabc7-4c4c-495a-8888-6a4ba738ee99",
                    "email": null,
                    "npwp": "223e4567-e89b-12d3-a456-426614174001",
                    "name": "PT Internal Services",
                    "business_field": "Maintenance",
                    "operation_status": "operation",
                    "type": "internal",
                    "status_pu": "registered",
                    "no_pu": "non_construction",
                    "pic_name": "Jane Smith",
                    "pic_phone": "6281234567891",
                    "address": null,
                    "created_at": "2025-04-22T03:55:09.710Z",
                    "updated_at": "2025-04-22T03:55:09.710Z"
                },
                "activity": "Software Development",
                "status": "active",
                "gatepass_number": "GP-20230401-002",
                "valid_start_at": "2025-01-15",
                "valid_end_at": "2026-01-15",
                "is_permanent": false,
                "letter_of_assignment_path": "https://example.com/letters/assignment-002.pdf",
                "letter_of_assignment_url": "https://minio.dot.co.id/bms-autogate-kek-gresik-dev/https%3A//example.com/letters/assignment-002.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=PYysyv1GrF5SekbWoqjh%2F20250430%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250430T094517Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=13af1b25907570cb72d426aba07fcc384bc5068cb14993b89f928ca12466bc73",
                "integrity_pact_letter_path": "https://example.com/letters/integrity-002.pdf",
                "integrity_pact_letter_url": "https://minio.dot.co.id/bms-autogate-kek-gresik-dev/https%3A//example.com/letters/integrity-002.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=PYysyv1GrF5SekbWoqjh%2F20250430%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250430T094517Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=7c480a170e99c3a7bd9ee1f75357b2301694f4179856a50049276e3ffd2edc34",
                "created_at": "2025-04-22T03:55:09.822Z",
                "updated_at": "2025-04-22T03:55:09.822Z"
            },
            {
                "id": "342804e3-0bce-4ac2-9d4c-fa300ae18716",
                "name": "Syaiful",
                "nip": "371234819290387128",
                "email": "syaiful3@example.com",
                "company": {
                    "id": "37ed0771-3f97-4e17-9804-0c15fedb7265",
                    "email": null,
                    "npwp": "323e4567-e89b-12d3-a456-426614174002",
                    "name": "PT Construction Project",
                    "business_field": "Construction",
                    "operation_status": "construction",
                    "type": "tenant",
                    "status_pu": "registered",
                    "no_pu": "non_construction",
                    "pic_name": "Bob Johnson",
                    "pic_phone": "6281234567892",
                    "address": null,
                    "created_at": "2025-04-22T03:55:09.710Z",
                    "updated_at": "2025-04-22T03:55:09.710Z"
                },
                "activity": "Kerja",
                "status": "active",
                "gatepass_number": "GP-20250430-001",
                "valid_start_at": "2025-04-18",
                "valid_end_at": "2025-04-30",
                "is_permanent": false,
                "letter_of_assignment_path": "uploads/6a2068fe2d32c53b00d25b507a101810-Berhasil - After.pdf",
                "letter_of_assignment_url": "https://minio.dot.co.id/bms-autogate-kek-gresik-dev/uploads/6a2068fe2d32c53b00d25b507a101810-Berhasil%20-%20After.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=PYysyv1GrF5SekbWoqjh%2F20250430%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250430T094517Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=cb18563d86a260c2d687dfd06f61158b2acc66deae24f846b77936117d9e4797",
                "integrity_pact_letter_path": "uploads/6a2068fe2d32c53b00d25b507a101810-Berhasil - After.pdf",
                "integrity_pact_letter_url": "https://minio.dot.co.id/bms-autogate-kek-gresik-dev/uploads/6a2068fe2d32c53b00d25b507a101810-Berhasil%20-%20After.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=PYysyv1GrF5SekbWoqjh%2F20250430%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250430T094517Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=cb18563d86a260c2d687dfd06f61158b2acc66deae24f846b77936117d9e4797",
                "created_at": "2025-04-30T16:42:02.089Z",
                "updated_at": "2025-04-30T16:42:02.089Z"
            }
        ]
    },
    "message": "Sukses mengambil data gatepass personil"
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
per_page
string 
optional
Example:
10
page
string 
optional
Example:
1
sort
string 
optional
Example:
latest
order
string 
optional
search
string 
optional
company_id
string 
optional
is_permanent
boolean 
optional
Example:
true

Responses

🟢200Success
application/json
Body
data
object 
required
meta
object 
required
items
array [object {17}] 
required
message
string 
required
Modified at 2025-05-09 01:12:34
Previous
Create Company Employee
Next
Update Company Employee
Built with