List User Checklist Items

View as Markdown
Retrieves a list of checklist items for the authenticated user.

Query parameters

is_profilebooleanOptional

Filter checklist items by profile page items (true/false)

pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.

Response

List of user's checklist items
countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"

Errors

401
Unauthorized Error