Jump to Content
API for LiquidPlanner New
HomeGuidesAPI ReferenceChangelogAPI Support & FAQ
v1.0

Log InAPI for LiquidPlanner New
Guides
Log In
v1.0HomeGuidesAPI ReferenceChangelogAPI Support & FAQ

Getting Started

  • The API for LiquidPlanner New
  • Authentication and Authorization
  • Your First API Call
  • API Tree Structure

Pagination

  • Limits & Continuation Tokens

Filters & Formatting

  • Filter Parameters
  • Character Escaping / Encoding
  • Data Formats
  • Filter Operators

API Endpoints

  • Introduction to Endpoints
  • Workspaces
  • Items
    • Dependencies
    • Duplicate
    • Files
  • ETO (Everyone time-off)
  • PTO (Personal time-off)
  • Users: Members, Resources, Placeholders
  • Task Status
  • Logged Time Entries
    • Logged Time Guidelines
  • Cost Codes
  • Timesheet Export
  • Grid View Download (Excel)

Error Codes

  • Errors & Resolutions

API Examples

  • Create a Project
  • Update the Custom Field Value and Status of a Task
  • Clear Custom field values on a plan item
  • Get Logged Time Entries in a Specified Date Range
  • Pull a list of active tasks from a project filtered by a custom field
  • Get Tasks That Have an ASAP Priority Override
  • Get Timesheet for a Member
  • Get all Assignments on a Task
Powered by 

Get Timesheet for a Member

Suggest Edits

📘

Use the example below to get a Member's Timesheet.

When trying examples, remember to use the IDs from your workspace and encode filter parameters as explained in Character Escaping / Encoding.

curl --location -g --request GET 'https://next.liquidplanner.com/api/workspaces/<workspace id>/timesheet/v1/export/xlsx?userId[is]="member ID"' \
--header 'Authorization: Bearer <API Token>' \

💡 Use the Users endpoint to pull a list of users.

Updated over 2 years ago