v34

latestOpenAPI 3.0.4raw.githubusercontent.com2026-08-015395299.3 KB
standard-applicants

Get Standard Applicants (paginated, filterable)

Returns a paginated list of Standard Applicants.

  • Filters:
    • code – case-insensitive partial match
    • name – case-insensitive partial match against organisation/name, surname and forenames 1-3
get/standard-applicants

Query parameters

codestring

Filter by code (contains, case-insensitive).

namestring
Example:Innovative Solutions Inc

Filter by name (contains, case-insensitive). Searches organisation/name, surname, forename 1, forename 2 and forename 3.

addressLine1string

Filter by address line 1 (contains, case-insensitive).

fromstring date

Filter by from date. If supplied after to, the API normalises the range before searching.

tostring date

Filter by to date. If supplied before from, the API normalises the range before searching.

pageNumberinteger

Zero-based page index.

pageSizeinteger

Page size.

sortstring[]

Sort parameter. Format: property,(asc|desc). Currently only a single sort value is supported. Example: ?sort=name,asc. Supported properties:

  • code
  • name
  • addressLine1
  • from
  • to
[
  "name,asc"
]

Response

Page of Standard Applicants.