Transform
Extract Properties
Extract properties given in the schema from the DocSet.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the DocSet to extract properties from
Body
application/json
A Schema describing the fields to extract from the DocSet
A list of fields belong to this schema.
Represents a field in a DocSet schema.
Response
200
application/json
Successful Response
The response is of type any
.
Was this page helpful?