Record Search clients
Perform an advanced search of civil registration records from a trusted, external e-Gov service

Record Search Requests

Body
operationNamestringRequired
The name of the GraphQL operation to execute
querystringRequiredExample:
The GraphQL query string to execute
query searchEvents($advancedSearchParameters: AdvancedSearchParameters!, $sort: String, $count: Int!, $skip: Int!) { searchEvents(sort: $sort, count: $count, skip: $skip, advancedSearchParameters: $advancedSearchParameters) { totalItems results{ id type registration status contactNumber trackingId registrationNumber registeredLocationId duplicates assignment { practitionerId firstName lastName officeName __typename } createdAt modifiedAt __typename } operationHistories { operationType operatedOn operatorRole operatorName { firstNames familyName use __typename } operatorOfficeName operatorOfficeAlias notificationFacilityName notificationFacilityAlias rejectReason rejectComment __typename } __typename } __typename }Responses
200
OK
application/json
post
/graphql200
OK
Parameter
Description
Parameter
Description
Example

Last updated