...
/rest/api/v1/search/<TOKEN>/553943100/f?q=ve*
Complete URL
Code Block |
---|
https://app.confiforms.net/rest/api/v1/search/<TOKEN>/553943100/f?q=ve* |
Code Block |
---|
{ "entries": [ { "recordId": 0, "createdBy": "<account_id>", "created": 1541783367283, "id": "5643297d-8bfd-4bf5-b8b6-ef102efe737a", "fields": { "t": "ve", "h": "1541783367347" }, "ownedBy": "<account_id>" }, { "recordId": 1, "createdBy": "<account_id>", "created": 1541783823254, "id": "b2175873-b0f0-47b5-898d-630928ddeb68", "fields": { "t": "vew", "h": "1541783823321" }, "ownedBy": "<account_id>" }, { "recordId": 2, "createdBy": "<account_id>", "created": 1541783834097, "id": "a53198b0-32ed-48a3-b821-ffaafa1d0438", "fields": { "t": "vew2", "h": "1541783834159" }, "ownedBy": "<account_id>" } ], "limit": 100, "startAt": 1, "total": 3 } |
...
Example result returned by "Get"
/rest/api/v1/get/<TOKEN>/553943100/f/b2175873-b0f0-47b5-898d-630928ddeb68
Complete URL
Code Block |
---|
https://app.confiforms.net/rest/api/v1/get/<TOKEN>/553943100/f/b2175873-b0f0-47b5-898d-630928ddeb68 |
Code Block |
---|
{ "recordId": 1, "createdBy": "<account_id>", "created": 1541783823254, "id": "b2175873-b0f0-47b5-898d-630928ddeb68", "fields": { "t": "vew", "h": "1541783823321" }, "ownedBy": "<account_id>" } |
...