Skip to main content

Arguments

identifier : String! required
key : String! required
linkedObjectType : LinkedObjectType

Returns

Metadata

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can access customer queries
OR Can query metadata

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 MetadataForKey( $identifier: String!, $key: String!, $linkedObjectType: LinkedObjectType ) { metadataForKey( identifier: $identifier, key: $key, linkedObjectType: $linkedObjectType ) { key value } }

Variables

{ "identifier": "96472700", "key": "beautiful-hope-protect-family-meet", "linkedObjectType": "ACCOUNT" }

Response

{ "data": { "metadataForKey": { "key": "toward-break-take-black-hit", "value": {"key": "value"} } } }