v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBData Flow
This endpoint provides a list of ExportProfiles, it can be paginated with the pagination=true parameter
Retrieves the collection of ExportProfile resources.
get/export-profiles
Query parameters
pageinteger
The collection page number
limitinteger
The number of items per page
paginationboolean
Enable or disable pagination
order[dateModified]'asc' | 'desc'
order[name]'asc' | 'desc'
order[model]'asc' | 'desc'
order[createdBy.id]'asc' | 'desc'
namestring
name[]string[]
modelstring
model[]string[]
Response
ExportProfile collection
Example response
[
{
"catalog": {
"id": "identifier_example"
}
}
]