Example queries
We have supplied example GraphQL queries that you can copy and pasted into your GraphQL query builder.
Can't find the field you're looking for? Remember that you can customise each of the provided example queries to return the information that matters to you
Find one or more people using a search keyword. The searchKeyword operates over the firstName, lastName and organizationName. A combination of firstName, lastName and organizationName can be used to further refine search results.
Search for a specific individual using their Altrata ID.
Search for up to 100 people using their Altrata IDs.
Find one or more organizations using a search keyword. The searchKeyword operates over the organizationName.
Search for a specific organization using their Altrata ID.
Search for up to 100 organizations using their Altrata IDs.