Get Imported Data Project Schema
GET {{baseUrl}}/imported-data-projects/:idpSourceId
Retrieve the Imported Data Project schema.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"result":{"name":"\u003cstring\u003e","uniqueField":"\u003cstring\u003e","idpSourceId":"\u003cstring\u003e","idpType":"\u003cstring\u003e","fields":[{"name":"\u003cstring\u003e","type":"open-text"},{"name":"\u003cstring\u003e","type":"open-text"}]},"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}