Retrieves a list of up to 100 draft posts, given the provided paging, filtering, and sorting.
Query Draft Posts runs with these defaults, which you can override:
editedDate is sorted in DESC order.paging.limit is 50.paging.offset is 0.To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.
| Property | Filters | Sort |
|---|---|---|
id | $eq, $ne, $in, $nin | Sort: ASC, DESC |
title | $eq, $ne, $startsWith, $lt, $lte, $gt, $gte, $exists, $in | Sort: ASC, DESC |
excerpt | $eq, $ne, $startsWith, $lt, $lte, $gt, $gte, $exists, $in | Sort: ASC, DESC |
status | $eq, $ne, $in, $nin | Sort: ASC, DESC |
scheduledPublishDate | $eq, $ne, $lt, $lte, $gt, $gte, $in | Sort: ASC, DESC |
editedDate | $eq, $ne, $lt, $lte, $gt, $gte, $in | Sort: ASC, DESC |
categoryIds | $hasSome, $hasAll | None |
hashtags | $hasSome, $hasAll | None |
tagIds | $hasSome, $hasAll | None |
pricingPlanIds | $hasSome, $hasAll | None |
memberId | None | |
featured | $eq, $ne | Sort: ASC, DESC |
commentingEnabled | $eq, $ne | Sort: ASC, DESC |
hasUnpublishedChanges | $eq, $ne | Sort: ASC, DESC |
minutesToRead | $eq, $ne, $lt, $lte, $gt, $gte, $in | None |
language | $eq, $ne, $exists, $in, $nin | None |
translationId | $eq, $ne, $exists, $in, $nin | None |
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.