listServiceItems
List all service items in a workspace (requires workspace_id).
Lists all available service catalog items for a workspace. Use this to discover available services that employees can request. Use Case:
Call this to get the item_id needed for createServiceRequest and
getRequestFormFields(type=SERVICE) endpoints.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
workspaceId | integer | Yes | |
page | integer | No | Default: 1. |
per_page | integer | No | Default: 25. |
