Retrieves all SIP credentials for your organization with support for pagination. SIP credentials store authentication information for connecting to SIP trunk providers, including server addresses, usernames, passwords, and optional TLS settings.
Number of items to skip
0 <= x <= 2147483647Number of items to return
1 <= x <= 1000Returns SIP credentials successfully
Generic paginated response containing a subset of items along with pagination metadata. Enables efficient navigation through large datasets by returning data in manageable pages rather than loading all results at once.
Items in the current page. Contains the subset of results for this page based on the Skip and Take parameters.
Total number of items available across all pages. Use this to calculate the total number of pages and build pagination controls. Represents the complete result set size regardless of pagination.
Number of items skipped from the beginning of the result set to reach this page. For example, Skip=20 with Take=10 returns items 21-30. Use this to understand the current position in the overall result set.
Maximum number of items included in this page. Indicates the requested page size. The actual Items count may be less than Take on the last page or when fewer results are available.