List Trait Groups
Returns a list of Trait Groups for this Memory Store, with optional traits information.
Query parameters
Whether to include trait definitions in the response
The maximum number of items to return per page, maximum of 100.
The token for the page of results to retrieve.
Either 'ASC' or 'DESC' to sort results ascending or descending respectively.
Response
List of TraitGroups retrieved successfully
Example response
{
"traitGroups": [
{
"displayName": "Contact",
"description": "This Trait Group contains traits related to contact information.",
"traits": {
"email": {
"dataType": "STRING",
"description": "User's email address"
},
"dob": {
"dataType": "STRING",
"description": "User's date of birth"
}
},
"version": 3
}
],
"meta": {
"nextToken": "eyJlYXN0ZXIiOiJlZ2cifQ",
"previousToken": "eyJlYXN0ZXIiOiJlZ2cifQ"
}
}Changes
Changed in 1 of the 8 revisions of this API.52
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ○
for the
queryrequest parameterpageToken, the maxLength was increased from500to4096request-parameter-max-length-increased
- ○
the
response's property default value50was removed for the statusresponse-property-default-value-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 8 revisions, 1 has no diff computed.