In Adeptia Connect, you can extract the names of the fields in a Layout using an API Endpoint. The extracted list of fields' names is in JSON format.
To achieve this, hit the API Endpoint URL in the format given below using a REST client.
<Connect_Server_URL>/Mapper/rest<Gateway Url>/schemas/json<SchemaType>/<schemaType>/<schemaId><schemaID>
Where,
- SchemaType: The type of Layout, for example, text, whose field names you want to extract.
- SchemaId: Id of the Layout, for example, 1094877832922.Access_Token: This header is required for the user authentication purpose.
The response of the API contains the field names of the requested Layout in the JSON format as shown in the sample response JSON below.
...