GET /contacts/v1/schemas/{schemaId}/attributeGroups/{id}
Retrieves a specified attribute group (by ID, key, or name) associated with a specified contact data schema.
Name | Type | Description | |
---|---|---|---|
schemaId | string | Required | The ID of the schema |
id | string | Required | The ID of the attribute group expressed in the form of a GUID (UUID). Required if not using key or name. |
key | string | Required | Key of the attribute group. Prefix the parameter with key:. For example, /attributeGroups/key:{key}. Required if not using ID or name. |
name | string | Required | Name of the attribute group. Prefix the parameter with name:. For example, /attributeGroups/name:{name}. Required if not using ID or key. |
Example Request by ID
Example Response
Example Request by Key
Example Response
Example Request by Name
Example Response