Create Imported Data Project
POST {{baseUrl}}/imported-data-projects
Create the IDP and return it along with its ID. The uniqueField
is the field in the IDP that is unique for each row. The value of that field is used to get, modify, or delete an individual row.
Request Body
{"name"=>"<string>", "uniqueField"=>"<string>", "fields"=>[{"name"=>"<string>", "type"=>"open-text"}, {"name"=>"<string>", "type"=>"open-text"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
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"}}