GET
Last updated 29/08/2023
TheGET
method is used to request data from a specified resource. Requests using the GET
method
only receive data but you can still send data to the server on the Params page as URL parameters. The GET
method has no request body.
HTTP GET Request Format
TheGET
request begins with the HTTP/S method, followed by the request URI and the resource in the API documentation. The resource is
separated by a /
.
Examples
Field Mapping
Five will map the fields from the REST data to a field in a Connection data source and try its best to automatically perform the following tasks:
- Calculate the primary key field, however, you should ensure it is correct as this field is used to map a single record.
- Map the fields, however, you are free to add, edit, and delete fields here to suit your requirements.