You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Offset Number of records to exclude from the query. Use this parameter to get more records than specified in sysparm_limit. For example, if sysparm_limit is set to 500, but there are additional records you want to query, you can specify a sysparm_offset value of 500 to get the second set of records.
7
-
Offsetint`query:"sysparm_offset"`
7
+
Offsetint`url:"sysparm_offset"`
8
8
// Query Encoded query. Queries for the Attachment API are relative to the Attachments [sys_attachment] table.
0 commit comments