Skip to main content
GET
/
api
/
v1
/
external
/
application
/
{cnaApplicationUniqueNo}
/
agency
/
{sourceAgencyCode}
Get Application Details
curl --request GET \
  --url https://api.absch.info/api/v1/external/application/{cnaApplicationUniqueNo}/agency/{sourceAgencyCode} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "registrationNo": "<string>",
  "applicantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "applicationType": "<string>",
  "name": "<string>",
  "affiliation": "<string>",
  "dateOfBirth": "<string>",
  "phoneNo": "<string>",
  "email": "<string>",
  "address": "<string>",
  "floorUnitNo": "<string>",
  "collaborator": "<string>",
  "collaboratorType": "<string>",
  "ecosystem": "<string>",
  "status": "<string>",
  "purpose": "<string>",
  "permitType": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "locations": [
    {
      "id": "<string>",
      "region": "<string>",
      "province": "<string>",
      "cityMunicipality": "<string>",
      "barangay": "<string>",
      "remarks": "<string>"
    }
  ],
  "resources": [
    {
      "id": 123,
      "commonName": "<string>",
      "geneticName": "<string>",
      "scientificName": "<string>",
      "notes": "<string>",
      "collectionStart": "2023-11-07T05:31:56Z",
      "collectionEnd": "2023-11-07T05:31:56Z",
      "state": "<string>"
    }
  ],
  "attachments": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "title": "<string>",
      "fileName": "<string>",
      "fileExtension": "<string>",
      "description": "<string>",
      "url": "<string>",
      "status": "<string>"
    }
  ],
  "notices": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "log": "<string>",
      "message": "<string>",
      "authorId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ],
  "gp": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "permitNo": "<string>",
      "title": "<string>",
      "description": "<string>",
      "dateIssued": "2023-11-07T05:31:56Z",
      "dateExpired": "2023-11-07T05:31:56Z",
      "dateRenewed": "2023-11-07T05:31:56Z",
      "fileName": "<string>",
      "fileExtension": "<string>",
      "status": "<string>",
      "url": "<string>",
      "createdBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "fileUploadedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ],
  "moa": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "title": "<string>",
      "description": "<string>",
      "fileName": "<string>",
      "fileExtension": "<string>",
      "url": "<string>",
      "createdBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "fileUploadedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Please insert JWT with Bearer into field

Path Parameters

cnaApplicationUniqueNo
string
required
sourceAgencyCode
string
required

Response

Success

id
string<uuid>
registrationNo
string | null
applicantId
string<uuid>
applicationType
string | null
name
string | null
affiliation
string | null
dateOfBirth
string | null
phoneNo
string | null
email
string | null
address
string | null
floorUnitNo
string | null
collaborator
string | null
collaboratorType
string | null
ecosystem
string | null
status
string | null
purpose
string | null
permitType
string | null
createdAt
string<date-time>
updatedAt
string<date-time>
locations
object[] | null
resources
object[] | null
attachments
object[] | null
notices
object[] | null
gp
object[] | null
moa
object[] | null