Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 980 Bytes

File metadata and controls

34 lines (25 loc) · 980 Bytes
title List all customer requests
description Returns a list of all requests for a customer.
api GET /api/v1/workspaces/{workspace_slug}/customers/{customer_id}/requests/

Path parameters

The workspace_slug represents the unique workspace identifier for a workspace in Plane. It can be found in the URL. For example, in the URL `https://app.plane.so/my-team/projects/`, the workspace slug is `my-team`. The unique identifier for the customer.

Query parameters

Filter by customer ID. Filter by workspace ID. Number of results to return per page. Number of results to skip for pagination.