website logo
⌘K
Introduction
Basic Overview
Automation Editor
Manual
Environments
API Editor
Pagination Within API
Design
Webhooks
Connections
Constants
Monitor Your Tasks
Webhooks Setup
Asana Webhook
Google Calendar Webhook
Microsoft Mail Webhook
Quickbooks Webhook
Slack V2 Webhook
Stripe Webhook
Square Webhook
Twitter Webhook
Xero Webhook
Zoom Webhook
Core APIs
Core API Functions
Core Multi
Core Bulk
Text
Number
List
DateTime
JSON
Web
Security
Invite Users
Access Management
Account Management
Manage Account
Analytics
Request APIs
Request Provider
Docs powered by
Archbee
Core APIs
List

Splice

2min

oSplits a given JSON List into two based on splice index and splice rows. If the list has 5 rows and the splice_index is 0 and splice_rows is 3, then the output will have two lists. First one will have the first 3 items and the second one will hold the remaining seven.

The function can be used to extract a range from anywhere in the list by configuring the splice_index and splice rows accordingly.

Note: The splice_index function is a zero based index. Which means that 0 refers to the first item in the list.



API Definition

Call the following API:
POST
Params


Updated 26 Apr 2023
Did this page help you?
PREVIOUS
Sort
NEXT
Sum JSON Objects
Docs powered by
Archbee
Splice API