Skip to main content

meta

Contains meta info for the pagination APIs

numberOfRecordsnumber

This is the number of records returned in the lookup.

Example: 1
limitnumber

This is the number of records returned per page.

Example: 10
pagenumber

This is the page of records on which the lookup starts.

Example: 1
meta
{
"numberOfRecords": 1,
"limit": 10,
"page": 1
}