Skip to main content
GET
/
api
/
v1
/
external
/
application
/
agency
/
{sourceAgencyCode}
Get Application List
curl --request GET \
  --url https://api.absch.info/api/v1/external/application/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>",
    "cbdStatus": "<string>",
    "permitType": "<string>",
    "source": "<string>",
    "sourceUniqueNo": "<string>",
    "sourceAgencyCode": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "locations": [
      {
        "id": "<string>",
        "region": "<string>",
        "province": "<string>",
        "cityMunicipality": "<string>",
        "barangay": "<string>"
      }
    ],
    "resources": [
      {
        "id": 123,
        "commonName": "<string>",
        "geneticName": "<string>",
        "scientificName": "<string>",
        "notes": "<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"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Please insert JWT with Bearer into field

Path Parameters

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
cbdStatus
string | null
permitType
string | null
source
string | null
sourceUniqueNo
string | null
sourceAgencyCode
string | null
createdAt
string<date-time>
updatedAt
string<date-time>
locations
object[] | null
resources
object[] | null
attachments
object[] | null
notices
object[] | null