Get List of All Purpose Details for All Data SubjectsAsk AIget https://{hostname}/rest/api/consent/v4/datasubjects/profilesUse this API to retrieve a list of all purpose details last updated between a specified date range for all data subjects. πThings to Know The maximum date range that can be returned is 7 days. Query ParamscollectionPointIduuidThe unique identifier of the collection point.purposeIduuidThe unique identifier of the purpose.statusstringenumThe status of the purpose for the data subject.ACTIVEEXPIREDWITHDRAWNNO_CONSENTPENDINGACTIVEOPT_OUTALWAYS_ACTIVEHARD_OPT_OUTEXTENDCHANGE_PREFERENCESNOT_OPT_OUTOPT_INIMPLICITShow 13 enum valuesupdatedSincedate-timerequiredThe start of a date and time range used to filter results.updatedUntildate-timerequiredThe end of a date and time range used to filter results.pageintegerβ₯ 0Defaults to 0The page number of the results.sizeinteger1 to 50Defaults to 20The number of results per page.sortstringenumDefaults to lastUpdatedDate,descThe sort criteria that dictates the order of the results.lastUpdatedDate,asclastUpdatedDate,descAllowed:lastUpdatedDate,asclastUpdatedDate,descHeadersrequestContinuationstringThe token used to paginate a response if the number of records is more than a page.Responses 200OK 400Bad Request 401Unauthorized 403Forbidden 404Not Found 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago