cURL
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" } ] }
Retrieves detailed information about a specific application. This endpoint is used to retrieve detailed information about a particular application.
Please insert JWT with Bearer into field
Success
Show child attributes