For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/forms?page&size&sort' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"totalElements": 0,
"totalPages": 0,
"pageable": {
"paged": true,
"pageSize": 0,
"pageNumber": 0,
"offset": 0,
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"unpaged": true
},
"first": true,
"last": true,
"size": 0,
"content": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"schema": {
"valueNode": true,
"container": true,
"missingNode": true,
"nodeType": "ARRAY",
"string": true,
"integralNumber": true,
"pojo": true,
"floatingPointNumber": true,
"short": true,
"int": true,
"long": true,
"double": true,
"bigDecimal": true,
"bigInteger": true,
"textual": true,
"boolean": true,
"number": true,
"object": true,
"array": true,
"empty": true,
"null": true,
"float": true,
"binary": true,
"embeddedValue": true
},
"created": "2019-08-24T14:15:22.123Z",
"modified": "2019-08-24T14:15:22.123Z"
}
],
"number": 0,
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"numberOfElements": 0,
"empty": true
}