# Status Drafting Dokumen

<mark style="color:blue;">`GET`</mark> `{API_URL}/v1/temp/{nomorAju}`

#### Path Parameters

<table><thead><tr><th width="144">Name</th><th width="105">Type</th><th>Description</th></tr></thead><tbody><tr><td>nomorAju</td><td>string</td><td>Nomor Aju Draft Dokumen Manifes</td></tr></tbody></table>

{% tabs %}
{% tab title="200 OK" %}

```
{
    "status": "Ok",
    "data : ": [
        {
            "nomorAju": "nomorAju",
            "idJenisManifes": "kodeJenisManifes",
            "namaSaranaAngkut": "namaSaranaAngkut",
            "imoNumber": "imoNumber",
            "tanggalTiba": "dd-mm-yyyy HH:mm:ss",
            "status": "kodeStatus",
            "waktuRekam": "dd-mm-yyyy HH:mm:ss",
            "idPerusahaan": "idPerusahaan",
            "nomorDaftar": nomorDaftar,
            "tanggalDaftar": tanggalDaftar,
            "tanggalBerangkat": tanggalBerangkat,
            "kodeKantor": "kodeKantor",
            "nomorVoyage": "nomorVoyage",
            "modePengangkut": "modePengangkut"
        }
    ]
}
```

{% endtab %}
{% endtabs %}
