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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;result&quot;:{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;uniqueField&quot;:&quot;\u003cstring\u003e&quot;,&quot;idpSourceId&quot;:&quot;\u003cstring\u003e&quot;,&quot;idpType&quot;:&quot;\u003cstring\u003e&quot;,&quot;fields&quot;:[{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;open-text&quot;},{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;open-text&quot;}]},&quot;meta&quot;:{&quot;httpStatus&quot;:&quot;\u003cstring\u003e&quot;,&quot;requestId&quot;:&quot;\u003cstring\u003e&quot;,&quot;notice&quot;:&quot;\u003cstring\u003e&quot;}}