Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

Warning
titleImportant

Ensure that you use GET method, and provide Adeptia Connect access token in headers for authorization.

<Gateway Url>/schemas/<SchemaType>/<schemaID>
Where,

  • Gateway Url: URL for accessing Adeptia Connect UI.
  • SchemaType:  The type of Layout, for example, text, whose field names you want to extract. 
  • SchemaId:  Id of the Layout, for example, 1094877832922.

...