latestOpenAPI 3.0.0MIT2026-08-086425724.3 KB

921b385ab6b9

author

Get a list of available authors with paging and filtering.

Each author has a service_units relationship indicating the service-units to which the member belongs.

get/author

Query parameters

namestring
Example:John Smith

Search by author first or last name. A trailing wildcard is used in search to "complete" the entered value.

first_namestring
Example:John

Search by author first name. A trailing wildcard is used in search to "complete" the entered value.

last_namestring
Example:John

Search by author last name. A trailing wildcard is used in search to "complete" the entered value.

vision_idstring
Example:AB123

Lookup by author vision_id, exact match.

branchstring
Example:air-force

Filter by branch slug of the author's rank.

pageinteger

Page number of results

limitinteger

Limit of results per page

Response

An array of Author objects