Response object

Tags: Flow

The response object contains the following information:

  • Count – The total number of records available in the record set.
  • Next – The net URL in a pagination sequence; null if at the end.
  • Previous – The previous URL in a pagination sequence; null if at the beginning.
  • Results – The data of the request.

Who can use this?

 Core
Plus
 
   

 

Count, Next, and Previous are used for paginating large result sets. However, of all your actions are in the results field.

back to top


If you need help, please contact Pluralsight Support.