/api/import/forms

Lists all data import forms available to the user.

Resource Information

Resource URL

https://service.belladati.com/api/import/forms

HTTP Method

GET

Parameters

None.

Sample Request / Response

Using curl:

curl -H "Authorization: OAuth realm=\"https://service.belladati.com/\", oauth_consumer_key=\"myConsumer\", oauth_token=\"mh7an9dkrg59\", oauth_timestamp=\"135131231\", oauth_nonce=\"randomString\"" https://service.belladati.com/api/import/forms

The JSON format response:

{
  "importForms": [
    {
      "id": 15,
      "name": "User data import",
      "elements": [
        {
          "id": "mNdZBe1rMY",
          "name": "user",
          "type": "username"
        }
      ]
    }
  ]
}