Skip to main content

Returns

[ConsentTypeType]

A type of consent that a signing identity can accept or reject to.

Allowed Viewers

Customer Partner User Third party

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query ConsentTypes { consentTypes { code defaultValue description name } }

Response

{ "data": { "consentTypes": [ { "code": "him-news-yes-player-reveal", "defaultValue": "ACCEPTED", "description": "school-rock-current-type-over", "name": "might-visit-Republican-would-reflect" } ] } }