Skip to main content

List Fields for Operation

GET 

/metadata/fields

Returns the list of fields available for a given operation. Commonly used to render a field mapping interface.

Request

Query Parameters

    app stringrequired

    Name of the app you want to list metadata for

    operation stringrequired

    The specified apps operation you would like to return the schema for.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    any

Loading...