Checkin Query

Checkin Query

Checkin Query documents the API endpoint for retrieving check-in data for a gathering.

Arguments

The argument gathering is required and is an Int.

Query Example

The example demonstrates a GraphQL query for retrieving check-in data for a specific gathering.

{
check_ins(gatheringId: 232) {
id
checked_in_at
checked_out_at
attendee { id, external_id }
exhibitor { id, name }
agenda_session { id, name }
}
}

Attributes

The Attributes section lists fields and their types.

CURL Request

The CURL Request shows how to call the GraphQL endpoint with authentication.

curl -X POST https://api.certaintouchpoint.com/graphql -H 'Content-Type: application/graphql' -H 'Authorization: Bearer abcyourauthenticationtoken123' -d '{check_ins(gatheringId: 232) {id checked_in_at checked_out_at}}'

Was this article helpful?

Was this article helpful? The page provides a Yes and No option.

Have more questions?

The page invites users to submit a request for additional questions.

Related articles

Comments

0 comments

Please sign in to leave a comment.