6d091bc86a33
Find Data Class Groups
Finds Data Class Groups based on the provided criteria.
Query parameters
The name of a Data Class Group.
The matching logic is case insensitive and supports partial matches.
E.g. A search for PERSONAL or a search for Identi match Data Class Group name 'Personal Identifiable Information'
The index of the first result to retrieve.
If not set (offset = 0), results will be retrieved starting from row 0.
This is the maximum number of results that may be returned. Fewer may be returned than the value of <code>limit</code>.
Do not depend on the number of results being fewer than the <code>limit</code> value to indicate that your query reached the end of the list of data, use the absence of <code>after</code> (see Cursors) instead. For example, if you set <code>limit</code> to 10 and 9 results are returned, there may be more data available.
If not set, the default limit (limit = <code>25</code>) will be used. The maximum value for this parameter is <code>500</code>.
Response
Data Class Groups successfully retrieved.