Skip to main content

Get Consent

Get a single Consent by ID.

Query

query GetConsent($id: ID!) {
consent(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a Consent resource.